NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Curiosity (Score:2)
-sam
Re:Curiosity (Score:1)
Pixie's lack of schemas means we can keep some flexibility in our object model
Re:Curiosity (Score:2)
-sam
Re:Curiosity (Score:1)
Pixie works to make sure that there's only one 'live' instance of an object in play at any given time (and, with locking can be set up to ensure that this is the case across multiple processes).
Right now, I'm working on tools that will allow the repository to be garbage collected using a mark & sweep based approach. Next on the list is the possibility of 'complicit indices', paving the way to a restricted query interface (which should be good enough for *most* queries), but that's going to be some way in the future because I don't have a need for it right now.
Reply to This
Parent
Re:Curiosity (Score:2)
Thanks,
-sam