[ZODB-Dev] increasing order of oids?

2009-08-13 Thread Jürgen Herrmann
hi there! is there a strict requirement for oids to be increasing? having read a ton of code my head is not so sure anymore, though i can't remember seeing a requirement for such anywhere in the code. if RadosStorage could pre-allocate oids in batches of thousands, that would probably give me a

Re: [ZODB-Dev] increasing order of oids?

2009-08-13 Thread Shane Hathaway
Jürgen Herrmann wrote: is there a strict requirement for oids to be increasing? No, but obviously there is a strict requirement that new_oid() return unique OIDs. if RadosStorage could pre-allocate oids in batches of thousands, that would probably give me a big performance win, or to put it