Displaying 7 results from an estimated 7 matches for "recoll1".
Did you mean:
recoll
2019 Jan 21
2
Amount of writes during index creation
Hi,
I have had a problem report from a Recoll user about the amount of writes
during index creation.
https://opensourceprojects.eu/p/recoll1/tickets/67/
The issue is that the index is on SSD and that the amount of writes is
significant compared to the SSD life expectancy (index size > 250 GB).
>From the numbers he supplied, it seems to me that the total amount of block
writes is roughly quadratic with the index size.
First ques...
2019 Aug 26
2
Commit error with Xapian 1.4.11
A Recoll user gets the following message while indexing:
"Attempted to delete or modify an entry in a non-existent posting list for #bannerholder"
The exception happens during a commit call. Xapian version 1.4.11, Debian Buster
A little more detail here: https://opensourceprojects.eu/p/recoll1/tickets/108/
I asked if this was reproducible, and to run the indexing in single-thread
mode to simplify the situation.
I'm not too sure if a Recoll bug could cause this, or if this has to be a
Xapian issue, I can open a ticket if more appropriate.
jf
2019 Jan 30
0
Amount of writes during index creation
On Mon, Jan 21, 2019 at 03:25:01PM +0100, Jean-Francois Dockes wrote:
> I have had a problem report from a Recoll user about the amount of writes
> during index creation.
>
> https://opensourceprojects.eu/p/recoll1/tickets/67/
>
> The issue is that the index is on SSD and that the amount of writes is
> significant compared to the SSD life expectancy (index size > 250 GB).
>
> From the numbers he supplied, it seems to me that the total amount of block
> writes is roughly quadratic with t...
2019 Aug 26
0
Commit error with Xapian 1.4.11
...ng message while indexing:
>
> "Attempted to delete or modify an entry in a non-existent posting list for #bannerholder"
>
> The exception happens during a commit call. Xapian version 1.4.11, Debian Buster
>
> A little more detail here: https://opensourceprojects.eu/p/recoll1/tickets/108/
>
> I asked if this was reproducible, and to run the indexing in single-thread
> mode to simplify the situation.
It's worth running xapian-check on the database to see what it reports.
Also might be interesting to check what the posting list for that term
is:
xapian-de...
2018 Sep 14
3
How to make database build threaded?
On 14/09/2018 at 09:30, Jean-Francois Dockes wrote:
> Hi,
>
> You may be interested by how Recoll does it:
>
> https://www.lesbonscomptes.com/recoll/idxthreads/threadingRecoll.html
>
> A few things in the document are slightly obsolete (esp. the last
> paragraph: recollindex now does use vfork()), but it's overall quite close
> to how the current indexer works.
2019 Feb 02
0
Amount of writes during index creation
...rote:
> Olly Betts writes:
> > On Mon, Jan 21, 2019 at 03:25:01PM +0100, Jean-Francois Dockes wrote:
> > > I have had a problem report from a Recoll user about the amount of writes
> > > during index creation.
> > >
> > > https://opensourceprojects.eu/p/recoll1/tickets/67/
> > >
> > > The issue is that the index is on SSD and that the amount of writes is
> > > significant compared to the SSD life expectancy (index size > 250 GB).
> > >
> > > From the numbers he supplied, it seems to me that the total amoun...
2019 Jan 31
4
Amount of writes during index creation
Olly Betts writes:
> On Mon, Jan 21, 2019 at 03:25:01PM +0100, Jean-Francois Dockes wrote:
> > I have had a problem report from a Recoll user about the amount of writes
> > during index creation.
> >
> > https://opensourceprojects.eu/p/recoll1/tickets/67/
> >
> > The issue is that the index is on SSD and that the amount of writes is
> > significant compared to the SSD life expectancy (index size > 250 GB).
> >
> > From the numbers he supplied, it seems to me that the total amount of block
> >...