Re: [sqlite] Sqlite optim

2009-02-24 Thread Jérôme Loyet
> On Monday 23 February 2009 13:09:58 Jérôme Loyet wrote: >> My questions: >> 1- Is there a better way to populate the `siblings` table ? (optimize >> my sql request) > > You may use compose index on (cookie,referer,date) and REAL datatype for > dates. I choosed inte

[sqlite] Is sqlite the good choice in my case ? And how can I optimize my SQL requests

2009-02-23 Thread Jérôme Loyet
Hello everyone, I'm doing some web logs analysis. I decided to use a sqlite database because the application has to be easily portable to another workstation or server and there is absolutly no need of multi-clients. Moreover, I don't want to spend my time dealing with the database. What I want

[sqlite] Sqlite optim

2009-02-23 Thread Jérôme Loyet
Hello everyone, I'm doing some web logs analysis. I decided to use a sqlite database because the application has to be easily portable to another workstation or server and there is absolutly no need of multi-clients. Moreover, I don't want to spend my time dealing with the database. What I want