[sqlite] Query takes ages

2009-04-23 Thread Marco Bambini
I have a query that takes ages ... my app remains in the first sqlite_step for more than 30 minutes (with 100% CPU time). Query is: SELECT reseaux.name, reseaux.id_reseau, reseaux.insee_id, panneaux.insee_id, panneaux .reseau_id ,insee .commune ,afficheurs .societe,reseaux.name,reseau

Re: [sqlite] Query takes ages

2009-04-23 Thread John Machin
On 24/04/2009 2:16 AM, Marco Bambini wrote: > I have a query that takes ages ... my app remains in the first > sqlite_step for more than 30 minutes (with 100% CPU time). > Query is: > > SELECT reseaux.name, reseaux.id_reseau, reseaux.insee_id, > panneaux.insee_id, > panneaux > .reseau_id >