Hi community,
Say I have lots of documents to index, each with primary key in the index, and
I index them frequently.
They are not indexed all together (like in bulk), but each in a different time.
1) Is there a significant difference in performances between a freshly created
core ("the first t
What about managing a core for each day?
This way the deletion/archive is very simple. No "holes" in the index (which is
often when deleting document by document).
The index done against core [today-0].
The query is done against cores [today-0],[today-1]...[today-99]. Quite a
headache.
Itamar