EPrints Technical Mailing List Archive
Message: #06355
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
Re: [EP-tech] Direct SQL updates for eprint records?
- To: "eprints-tech@ecs.soton.ac.uk" <eprints-tech@ecs.soton.ac.uk>
- Subject: Re: [EP-tech] Direct SQL updates for eprint records?
- From: John Salter <J.Salter@leeds.ac.uk>
- Date: Mon, 20 Mar 2017 15:32:17 +0000
Hi Clinton, There's two answers here: the right one (full of good practice), and the correct answer to your actual question. The 'best practice' and 'right' answer is: Do these things via the API. If you want to write a script that e.g. read pairs of EPrintIDs / pagination data, it's not that difficult. Once you've done it a few times, it becomes much easier. For your situation, I'd probably use a hash of EPrintIDs to pagination data, and iterate over that. You then get revision info, and automatically updated abstract pages for free. If you write a standalone script to do this, the revision data (in the history table) will also include the information about the script that caused the changes (this can be useful),
so call the script something sensible that might mean something to someone else in the future! The correct answer is: If your changes are to a field that in no way has any calculated outcomes (e.g. changing a document 'security' flag may require the owning eprint's 'fulltext_status' field to be changed),
then executing the SQL, and then regenerating the abstract pages (and views) etc. isn't a 'broken' option (this is how I used to do things, until I learnt to do them properly!).
The main thing that you have (probably) overlooked is how the data gets from the eprint table into the ordervalues / rindex tables. This is a 'calculated outcome' (I learnt this the
hard way). If you are a little unsure about writing a script like this, maybe post a gist on GitHub and ask for comments here? Cheers, John From: eprints-tech-bounces@ecs.soton.ac.uk [mailto:eprints-tech-bounces@ecs.soton.ac.uk]
On Behalf Of Graham, Clinton T We have found a set of pagination errors in our records. Can someone clarify the implications of directly updating the records via SQL
vs. writing a script to use the EPrints API to make the updates, including creating revisions? Executing some SQL directly to fix these errors would be a trivial operation, but is a record of this change required as a revision on the filesystem? Or can "known good" non-revisioned
changes be made ad-hoc without concern? Enjoy, - Clinton Graham Systems Developer University of Pittsburgh | University Library System 412-383-1057 |
- References:
- [EP-tech] Direct SQL updates for eprint records?
- From: "Graham, Clinton T" <ctgraham@pitt.edu>
- [EP-tech] Direct SQL updates for eprint records?
- Prev by Date: [EP-tech] Direct SQL updates for eprint records?
- Next by Date: [EP-tech] a question about: render_data_element
- Previous by thread: [EP-tech] Direct SQL updates for eprint records?
- Next by thread: [EP-tech] a question about: render_data_element
- Index(es):