> I think my two options are: > 1) modify tracker to support search while indexing, so pause the > indexer, run search, then continue the indexer (if this support already > exists, and it is easy to fix) > > 2) write my own client that bypass tracker and read directly from SQLite > database created, this means I open a separate database connection to do > READs while the the tracker is writing. (is this problematic?) > > It would be nice if tracker's architecture already can support this > where I can leverage, or I am thinking that I have to write my own > client to access the DB directly. > > Can Jamie or anyone comment on this? >
we will be moving towards sqlite FTS3 for indexing and its indexing should be more incremental (say committing every 100 or 200 files indexing) I would advise against trying to hack round it for the moment jamie _______________________________________________ tracker-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/tracker-list
