Mercurial > hg > audiodb
log audioDB.cpp @ 312:00cb98315f8c
age | author | description |
---|---|---|
Sat, 09 Aug 2008 15:17:01 +0000 | mas01mc | unmap tables on ws_query exit. |
Sat, 09 Aug 2008 15:04:16 +0000 | mas01mc | Added sequencehop on Indexing to optionally reduce size of large indexes. Added cleanup() call on WS query exit to fix MMAP memory leak |
Thu, 07 Aug 2008 01:53:38 +0000 | mas01mc | Added server-side loading of persistent index (LSH hashtables) via --load_index -d dbName -R radius -l sequenceLength. Queries using these parameters will lookup the memory-resident hashtable instead of loading one from disk. |
Wed, 06 Aug 2008 21:23:14 +0000 | mas01mc | Added reporters radius search via Web Services. The ordering for radius search is degenerate if usingQueryPoint, because the query point can only be counted once. This behaviour is changed by specifying -n 1 to emulate the trackAveragingReporter ordering behaviour |