[W3af-svn-notify] [Task #148654] reqResDBHandler - sqlite3 ?
Status: Beta
Brought to you by:
andresriancho
From: SourceForge.net <no...@so...> - 2008-05-22 03:26:18
|
Task #148654 has been updated. Project: w3af Subproject: TODO v1.00 Summary: reqResDBHandler - sqlite3 ? Complete: 0% Status: Open Authority : andresriancho Assigned to: andresriancho Description: Maybe its a good idea to have a reqResDBHandler that uses sqlite3 instead of buzhug? This would be great to test the two implementations and keep the faster one. Follow-Ups: ------------------------------------------------------- Date: 2008-05-22 00:26 By: andresriancho Comment: buzhug is usually much faster than KirbyBase and Gadfly for selection of records. On the 25,000 item base, the average is 10 times faster than KirbyBase and 275 times faster than Gadlfy. KirbyBase is faster for insertion of new records (because all data are stored in a single file) and for the delete2 test. Gadfly is only faster for the delete2 test SQLite is faster than buzhug on nearly all operations. On the 25,000 item base, the average on all operations is 2,7 times faster (with or without index). buzhug is only faster on delete1 ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=148654&group_id=170274&group_project_id=48542 |