From: Tony Arcieri Date: 2013-02-01T17:50:43+09:00 Subject: Re: Does Ruby has any default database with it? --20cf307c9fc28d00fd04d4a5d617 Content-Type: text/plain; charset=ISO-8859-1 On Thu, Jan 31, 2013 at 11:50 PM, Robert Klemme wrote: > If it's just 30,000 items then Marshal or PStore might do as well > Note PStore really sucks because it rewrites the entire database every single time you mutate it. It's about the most brain dead persistence model ever. -- Tony Arcieri --20cf307c9fc28d00fd04d4a5d617 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
On Thu, Jan 31, 2013 at 11:50 PM, Robert Klemme <shortcutter@googlemail.com<= /a>> wrote:
If it's just 30,000 items then Marshal or PStore might do as= well

Note PStore really sucks becau= se it rewrites the entire database every single time you mutate it. It'= s about the most brain dead persistence model ever.=A0

--
Tony Arcieri
--20cf307c9fc28d00fd04d4a5d617--