Thanks Jay now i can understand. On 8/24/06, Jay Sprenkle <[EMAIL PROTECTED]> wrote:
> So is the a manual of how can I use the SQLite Btree algorithm for my own? It's not exposed so you can do it easily. > And if I use the Btree will be faster than use SQLite? because SQLite need > to understand the SQL and I think that took time... if the query is complex I doubt it would be significantly faster, except when you execute many different queries. If you use the same set of queries "Preparing" allows you to parse it once and execute it many times. This is probably 90% of what you want with only 10% of the effort. ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------