|
From: SourceForge.net <no...@so...> - 2003-09-18 03:07:53
|
Bugs item #807473, was opened at 2003-09-16 15:44 Message generated for change (Comment added) made by z3r0_one You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113124&aid=807473&group_id=13124 Category: Cache >Group: Fixed - In Repository >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Axel Dörfler (axeld) >Assigned to: Raymond C. Rodgers (z3r0_one) 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. ---------------------------------------------------------------------- >Comment By: Raymond C. Rodgers (z3r0_one) Date: 2003-09-17 20:07 Message: Logged In: YES user_id=91845 Point well taken, and corrected. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113124&aid=807473&group_id=13124 |