in reply to PostgreSQL cursors with Perl.
What type of queries? What type of data structures/schema are you using?
FWIW, I've found BerkelyDB very nice for simple data structures, and very fast local queries. (I also find PostgreSQL very nice for more complicated data structures and queries...)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: PostgreSQL cursors with Perl.
by atemerev (Beadle) on Apr 17, 2008 at 14:02 UTC | |
|
Re^2: PostgreSQL cursors with Perl.
by camlet (Novice) on Apr 17, 2008 at 20:41 UTC | |
by atemerev (Beadle) on Apr 18, 2008 at 11:11 UTC |