Mercurial > hg > audiodb
log audioDB.h @ 312:00cb98315f8c
age | author | description |
---|---|---|
Sat, 09 Aug 2008 15:17:01 +0000 | mas01mc | unmap tables on ws_query exit. |
Fri, 08 Aug 2008 14:01:33 +0000 | mas01mc | Added Web Services support for --exhaustive and --lsh_exact flags in Radius sequence searches. |
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 |
Mon, 04 Aug 2008 10:00:34 +0000 | mas01cr | Implement O((M+N) log(M+N)) duplicate key detection in batchinsert, |
Fri, 01 Aug 2008 16:21:51 +0000 | mas01mc | added more informative status display for flags |