Thank you for the interesting reply.
You confirmed our assumptions about that. The usage of two or more collections,
as Jörn Franke said, is more complicated for developing. And for a now we will
only try split image to more shards and servers and try to reduce commit times
too.
I think that
Good afternoon!
Thank you for your recent email regarding a career opportunity!
For your reference, here are links to my updated cover letter and resume.
Cover Letter -
https://drive.google.com/open?id=1TUi_KeuqcruESeypu5S3-krEOKulxL51
Resume - https://drive.google.com/open?id=1nVRPm-dFVvvjeHK-j
On 7/31/2019 6:47 AM, profiuser wrote:
we have something about 400 000 000 items in a solr collection.
We have set up auto commit property for this collection to 15 minutes.
Is a big collection and we using some caches etc. Therefore we have big
autocommit value.
I would set autoCommit to 60 se
On 2019/08/06 06:43:20, Jörn Franke wrote:
> Do you have some more information on index and size?
>
> Do you have to store everything in the Index? Can you store some data (blobs
> etc) outside ?
>
> I think you are generally right with your solution, but also be aware that it
> is someti
Do you have some more information on index and size?
Do you have to store everything in the Index? Can you store some data (blobs
etc) outside ?
I think you are generally right with your solution, but also be aware that it
is sometimes cheaper to have several servers instead keeping engineer b
On 2019/08/03 18:00:28, Furkan KAMACI wrote:
> Hi,
>
> First of all, could you check here:
> https://lucidworks.com/post/understanding-transaction-logs-softcommit-and-commit-in-sorlcloud/
> to
> better understand hard commits, soft commits and transaction logs to
> achieve NRT search.
>
> Ki
Hi,
First of all, could you check here:
https://lucidworks.com/post/understanding-transaction-logs-softcommit-and-commit-in-sorlcloud/
to
better understand hard commits, soft commits and transaction logs to
achieve NRT search.
Kind Regards,
Furkan KAMACI
On Wed, Jul 31, 2019 at 3:47 PM profiuser
Hi,
we have something about 400 000 000 items in a solr collection.
We have set up auto commit property for this collection to 15 minutes.
Is a big collection and we using some caches etc. Therefore we have big
autocommit value.
This have disadvantage that we haven't NRT searches.
We would like