Re: [sqlite] Fwd: Exception when querying a range index

2014-03-11 Thread St. B.
On Tue, Mar 11, 2014 at 11:13 AM, RSmith wrote: > > On 2014/03/11 11:58, St. B. wrote: > >> I still have a question. Since I have many threads (between 100 and 200) >> that do reading on the table that has the R Tree, and 1 thread that will >> write to another table once

Re: [sqlite] Fwd: Exception when querying a range index

2014-03-11 Thread RSmith
On 2014/03/11 11:58, St. B. wrote: I still have a question. Since I have many threads (between 100 and 200) that do reading on the table that has the R Tree, and 1 thread that will write to another table once every five minutes, is it normal that I get database is locked error on a regular

Re: [sqlite] Fwd: Exception when querying a range index

2014-03-11 Thread St. B.
Hi Dan, Thanks for this answer, I will update the SDS to the latest version to see how it goes, and if we get more explicit. I still have a question. Since I have many threads (between 100 and 200) that do reading on the table that has the R Tree, and 1 thread that will write to another table

Re: [sqlite] Fwd: Exception when querying a range index

2014-03-11 Thread Dan Kennedy
On 03/11/2014 04:17 AM, St. B. wrote: Hi, On Mon, Mar 10, 2014 at 6:37 PM, Dan Kennedy wrote: On 03/10/2014 06:49 PM, St. B. wrote: Hi, I posted this question last year, but did not get any feed back. Is this something that can be handled on the ML, or should I ask

Re: [sqlite] Fwd: Exception when querying a range index

2014-03-10 Thread St. B.
Hi, On Mon, Mar 10, 2014 at 6:37 PM, Dan Kennedy wrote: > On 03/10/2014 06:49 PM, St. B. wrote: > >> Hi, >> >> I posted this question last year, but did not get any feed back. Is this >> something that can be handled on the ML, or should I ask in another place? >> >>

Re: [sqlite] Fwd: Exception when querying a range index

2014-03-10 Thread Dan Kennedy
On 03/10/2014 06:49 PM, St. B. wrote: Hi, I posted this question last year, but did not get any feed back. Is this something that can be handled on the ML, or should I ask in another place? Regards, -- Forwarded message -- From: St. B. Date: Sun, Jan 6,

[sqlite] Fwd: Exception when querying a range index

2014-03-10 Thread St. B.
Hi, I posted this question last year, but did not get any feed back. Is this something that can be handled on the ML, or should I ask in another place? Regards, -- Forwarded message -- From: St. B. Date: Sun, Jan 6, 2013 at 11:45 PM Subject: Exception when