> I wondering if there is an interface or api that I can use to benchmark > beagle performance. I would prefer a non-C# interface. I would like to look > at query and update performance and space overheads. Thanks.
You can use libbeagle (C API) or python-beagle bindings to perform queries, send data for indexing etc. Look in the examples/ subdirectory for examples. For space overhead, just measure the size of .beagle/Indexes. - dBera -- ----------------------------------------------------- Debajyoti Bera @ http://dtecht.blogspot.com beagle / KDE fan Mandriva / Inspiron-1100 user _______________________________________________ Dashboard-hackers mailing list [email protected] http://mail.gnome.org/mailman/listinfo/dashboard-hackers
