in zodb3.8 a IXBtree support 64bit int key, it is means the max number is 2**64.<br>and a IXBtree can hold 2**64 items max.<br>I want to know a OXBtree is same limit? if use a string key, would no limit?<br>