mherger wrote: 
> That's an odd one. In my previous tests this was constant. Every test I 
> did was a massive slow down in FTS. But I always did delete the 
> library.db to start from scratch for every test. Now I repeated the test
> 
> for the same collection, without deleting that file, and performance was
> 
> as before (plus speed up in other aspects). As if re-using a file was 
> much faster than growing it from zero.-- 
> 
> Michael

Hi Michael,

is that because of  /usr/share/squeezeboxserver/lib/DBIx/Migration.pm
that calls  /usr/share/squeezeboxserver/SQL/SQLite/schema_20_up.sql


Code:
--------------------
    DROP TABLE IF EXISTS fulltext;
  and
  DROP TABLE IF EXISTS fulltext_terms;
  
--------------------


------------------------------------------------------------------------
DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
View this thread: http://forums.slimdevices.com/showthread.php?t=109325

_______________________________________________
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to