From: Bob Hutchison Date: 2006-08-09T23:41:41+09:00 Subject: Re: Looking for a Fast Persistent Store On Aug 9, 2006, at 10:05 AM, Robert Klemme wrote: > On 09.08.2006 15:30, Bob Hutchison wrote: >> Hi, >> I'm looking for a persistent store, where: >> * I can use it from Ruby >> * it is fast >> * it is transactional >> * it can update more than one store in a single transaction >> * simple String -> String mappings in the store are sufficient >> * ideally uses files in the filesystem > > What about PStore? Oh. Right. PStore never registered with me before. I just had a look at it and it seems to be along the lines of QDBM and Purple, transactional on a single store and each store being one hash/tree. Thanks for pointing that out. Cheers, Bob > > robert > ---- Bob Hutchison -- blogs at Recursive Design Inc. -- Raconteur -- xampl for Ruby --