Re: [Pharo-users] Fast Table: How to solve dependency on FTTreeDataSource

2015-11-08 Thread Offray Vladimir Luna Cárdenas
Dear Stephan, Thanks for your quick answer and your pretty detailed information on SQLite optimization. Because my data was taken from several files, what I did was to split the importation into the database in several batches of 10 files at the time. That did it. Cheers, Offray On 08/11/1

Re: [Pharo-users] Fast Table: How to solve dependency on FTTreeDataSource

2015-11-08 Thread Stephan Eggermont
On 08/11/15 22:55, Offray Vladimir Luna Cárdenas wrote: In fact seems that my problem is not that. Is to storage a "large" Smalltalk collection (10k items) in a SQLite database. When I try to do it the environment becomes unresponsive. Any hint on how to do it is welcomed. How are you using SQL

Re: [Pharo-users] Fast Table: How to solve dependency on FTTreeDataSource

2015-11-08 Thread Offray Vladimir Luna Cárdenas
Well, In fact seems that my problem is not that. Is to storage a "large" Smalltalk collection (10k items) in a SQLite database. When I try to do it the environment becomes unresponsive. Any hint on how to do it is welcomed. Cheers, Offray On 08/11/15 16:18, Offray Vladimir Luna Cárdenas wr

[Pharo-users] Fast Table: How to solve dependency on FTTreeDataSource

2015-11-08 Thread Offray Vladimir Luna Cárdenas
Hi, I'm making some data storage in SQLite, because of its self-contained nature and because it let me focus on visualization by delegating some query and storage matters to the little database. But for some moments I have the data in an ordered collection, which starts to lag for 10.000 item