You could get it from Solr, yes. That didn't even occur to me because
when I was designing my scripts, I didn't yet have a fully integrated
Solr index. :) With hindsight, I still wouldn't get it from Solr. I
would lose some flexibility and ease of administration.
It's certainly possible to
: Concurrent DB updates and delta import misses few records
Thanks for the pointer, Shawn. It, definitely, is useful.
I am wondering if you could retrieve minDid from the solr rather than
storing it externally. Max id from Solr index and max id from DB should
define the lower and upper thresholds
Thanks for the pointer, Shawn. It, definitely, is useful.
I am wondering if you could retrieve minDid from the solr rather than
storing it externally. Max id from Solr index and max id from DB should
define the lower and upper thresholds, respectively, of the delta range. Am
I missing something?
On 9/22/2010 1:39 AM, Shashikant Kore wrote:
Hi,
I'm using DIH to index records from a database. After every update on
(MySQL) DB, Solr DIH is invoked for delta import. In my tests, I have
observed that if db updates and DIH import is happening concurrently, import
misses few records.
Here is
Hi,
I'm using DIH to index records from a database. After every update on
(MySQL) DB, Solr DIH is invoked for delta import. In my tests, I have
observed that if db updates and DIH import is happening concurrently, import
misses few records.
Here is how it happens.
The table has a column 'lastUp