|
From: SourceForge.net <no...@so...> - 2003-09-16 22:44:07
|
Bugs item #807473, was opened at 2003-09-16 22:44 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113124&aid=807473&group_id=13124 Category: Cache Group: None Status: Open Resolution: None Priority: 5 Submitted By: Axel Dörfler (axeld) Assigned to: Nobody/Anonymous (nobody) Summary: BEOS:TYPE index creation Initial Comment: In "/modules/http/cookieman.cpp" the index BEOS:TYPE is created on startup of Themis. Please don't do this; it lets all Tracker queries come up empty if the index didn't exist earlier (as is the case for almost all systems). Whatever you need it for, it can be solved easily using another index (which will be even faster than the BEOS:TYPE index). Due to the large number of equal entries, it's currently not a good idea to have a BEOS:TYPE index anyway, as it slows the down the entire file system. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113124&aid=807473&group_id=13124 |