Torsten has given me the answer on how to install the new SQLite bridge
for UFFI (with the proper disclaimer about being work in progress ;-) ).
Gofer it
smalltalkhubUser: 'TorstenBergmann' project: 'UDBC';
configuration;
load.
(Smalltalk at: #ConfigurationOfUDBC) loadBleedingEdge
Thanks Mariano,
So my suspicion was right and I was managing improperly the SQLite
connections and not making a explicit closing of them. I could improve
the code, but I can't find the package which provides SQLiteConnection
(on pharo 4 it was NBSQLite). How can I find/install it?
Cheers,
O
Hi
I've recently been playing with medical provider data sets which are quite
large, also around 270K records. I'm using a Moose image Pharo5.0 Latest
update: #50643 on a Mac OS X.
The initial issue I had was with memory settings for the VM. This has been
increased and the image ranges from 80
Hi,
I don't not want to blindly load/print *everything* but I do want
swiftly query *anything*, which is usual in exploratory computing,
especially in the first phases. That's where a proper interface between
Pharo and SQLite is needed and I would like to help in having it, at
least reporting
but you can have your objects in memory and you do not have to blindly
print everything or put everything in a table.
with moose sometimes we have 600K objects in an array.
I think that we need more clever stream to filter what we want to load.
Le 13/4/16 02:49, Offray Vladimir Luna Cárdenas a
What looks not related to memory issue is that the crash seems to happen in
#close:
Smalltalk stack dump:
0xffc655d4 SqliteLibrary>close: 0x9726108: a(n) SqliteLibrary
0xffc655f4 SQLiteConnection>close 0xc672d08: a(n) SQLiteConnection
0xffc65610 SQLiteConnection>finalize 0xc672d08: a(n) SQLiteConn
Hi,
On 12/04/16 16:51, Stephan Eggermont wrote:
On 12/04/16 22:44, Offray Vladimir Luna Cárdenas wrote:
I'm working with visualizations a external dataset which contains 270k
records. So the best strategy seems to bridge pharo with SQLite to keep
requirements low while using Roassal to visualiz
On 12/04/16 22:44, Offray Vladimir Luna Cárdenas wrote:
I'm working with visualizations a external dataset which contains 270k
records. So the best strategy seems to bridge pharo with SQLite to keep
requirements low while using Roassal to visualize aggregated information
that is obtained from que
Hi all,
I'm working with visualizations a external dataset which contains 270k
records. So the best strategy seems to bridge pharo with SQLite to keep
requirements low while using Roassal to visualize aggregated information
that is obtained from querying the database.
That seemed working fin