Re: [elephant-devel] Optimization

2008-12-27 Thread Elliott Slaughter
There are several replies to my original query, so I will attempt to address all of them here. On Wed, Dec 24, 2008 at 2:31 PM, Ian Eslick wrote: > A couple of quick thoughts on your problem: > > 1) Are you wrapping the critical sections of your code in with- > transaction? This causes all data

Re: [elephant-devel] Optimization

2008-12-27 Thread Alex Mizrahi
ES> Are cached slots usable yet (at least in a single-threaded situation)? When I use ":cached t" in my slot definitions, I get errors. i postmodern backend rather than doing caching on a slot level we're doing it on btree level. that is, get-value and (setf get-value) functions do lookups/writ