in reply to Re: iteration through tied hash eat my memory
in thread iteration through tied hash eat my memory
Originally I started with BerkeleyDB but switch to the PostgreSQL because filesize limitation (can't create table larger than 2GB) and concurrent acces requirement.
I want to continue using PostgreSQL and I also need tied solution with nested data structures support. So I slightly modify Tie::RDBM for binary data storage support...
Is there better way how to use PostgreSQL with tie interface? I prefer to use existing module instead of writing the new one.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: iteration through tied hash eat my memory
by diotalevi (Canon) on Dec 09, 2002 at 15:50 UTC | |
by diotalevi (Canon) on Dec 09, 2002 at 19:20 UTC | |
by ph0enix (Friar) on Dec 09, 2002 at 16:40 UTC | |
by diotalevi (Canon) on Dec 09, 2002 at 18:11 UTC | |
Re: Re: Re: iteration through tied hash eat my memory
by iburrell (Chaplain) on Dec 09, 2002 at 20:05 UTC | |
by diotalevi (Canon) on Dec 09, 2002 at 20:20 UTC |