On Fri, 26 Feb 2010 21:56:47 +0100, Patrick Sabin wrote:
>> Shelve looks like an interesting option, but what might pose an issue
>> is that I'm reading the data from a disk instead of memory. I didn't
>> mention this in my original post, but I was hoping that by using a
>> database it would be m
On Feb 26, 7:58Â am, Jeremy wrote:
> I have lots of data that I currently store in dictionaries. Â However,
> the memory requirements are becoming a problem. Â I am considering
> using a database of some sorts instead, but I have never used them
> before. Â Would a database be more memory efficien
In article <891a98fa-c398-455a-981f-bf72af772...@s36g2000prh.googlegroups.com>,
Jeremy wrote:
>
>I have lots of data that I currently store in dictionaries. However,
>the memory requirements are becoming a problem. I am considering
>using a database of some sorts instead, but I have never used
On Feb 26, 12:58Â pm, Jeremy wrote:
> I have lots of data that I currently store in dictionaries. Â However,
> the memory requirements are becoming a problem. Â I am considering
> using a database of some sorts instead, but I have never used them
> before. Â Would a database be more memory efficie
In article ,
Patrick Sabin wrote:
>
>A database usually stores data on disk and not in RAM. However you could
>use sqlite with :memory:, so that it runs in RAM.
The OP wants transparent caching, so :memory: wouldn't work.
--
Aahz (a...@pythoncraft.com) <*> http://www.pythoncr
Shelve looks like an interesting option, but what might pose an issue
is that I'm reading the data from a disk instead of memory. I didn't
mention this in my original post, but I was hoping that by using a
database it would be more memory efficient in storing data in RAM so I
wouldn't have to r
On Feb 26, 10:58Â am, Jeremy wrote:
> I have lots of data
How much is "lots"?
> that I currently store in dictionaries. Â However,
> the memory requirements are becoming a problem. Â I am considering
> using a database of some sorts instead, but I have never used them
> before. Â Would a databas
Jeremy wrote:
Shelve looks like an interesting option, but what might pose an issue
is that I'm reading the data from a disk instead of memory. I didn't
mention this in my original post, but I was hoping that by using a
database it would be more memory efficient in storing data in RAM so I
woul
Jeremy wrote:
I have lots of data that I currently store in dictionaries. However,
the memory requirements are becoming a problem. I am considering
using a database of some sorts instead, but I have never used them
before. Would a database be more memory efficient than a dictionary?
I also nee
On Feb 26, 9:29Â am, Chris Rebert wrote:
> On Fri, Feb 26, 2010 at 7:58 AM, Jeremy wrote:
> > I have lots of data that I currently store in dictionaries. Â However,
> > the memory requirements are becoming a problem. Â I am considering
> > using a database of some sorts instead, but I have never
On Feb 26, 3:58Â pm, Jeremy wrote:
> I have lots of data that I currently store in dictionaries. Â However,
> the memory requirements are becoming a problem. Â I am considering
> using a database of some sorts instead, but I have never used them
> before. Â Would a database be more memory efficien
On Fri, Feb 26, 2010 at 7:58 AM, Jeremy wrote:
> I have lots of data that I currently store in dictionaries. Â However,
> the memory requirements are becoming a problem. Â I am considering
> using a database of some sorts instead, but I have never used them
> before. Â Would a database be more mem
On Fri, Feb 26, 2010 at 10:58 AM, Jeremy wrote:
> I have lots of data that I currently store in dictionaries. However,
> the memory requirements are becoming a problem. I am considering
> using a database of some sorts instead, but I have never used them
> before. Would a database be more memo
I have lots of data that I currently store in dictionaries. However,
the memory requirements are becoming a problem. I am considering
using a database of some sorts instead, but I have never used them
before. Would a database be more memory efficient than a dictionary?
I also need platform indep
14 matches
Mail list logo