[elephant-devel] Public API for slot btrees/cursors?

2006-08-16 Thread Ben Hyde
So... why is the public interface to the slot indexes limited to the get-instance-by-* methods? I find I'm writing routines like this: (defun map-over-unique-values-of-slot (function class-name slot) (ele::with-inverted-cursor (cur (find-class class-name) slot) (loop for count f

Re: [elephant-devel] Berkeley DB 4.4.20

2006-08-16 Thread Ian Eslick
Daniel (and others), I'm subjecting the BDB backend to extremely high throughput loads on a daily basis and it's the first backend I test when I check in changes. Between Robert and I we cover a large % of the uses of Elephant on Win32 and Mac OS. I'm in the middle of a demanding project so I ha