- 18 Dec, 2008 4 commits
-
-
Jim Fulton authored
initial data as a string argument to the Blob constructor.
-
Jim Fulton authored
blob-sie-check percent.
-
Jim Fulton authored
tpc_finish doesn't specify a return value and having one makes tests messier.
-
Jim Fulton authored
-
- 17 Dec, 2008 1 commit
-
-
Jim Fulton authored
file storages. Also fixed a bug in handling the create option with blob support.
-
- 16 Dec, 2008 3 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
efficient packing (and undo).
-
Jim Fulton authored
ignored when doing GC. That is, when traversing from the root, if a reference object wasn't found, it was simply ignored, covering up a potential problem. Now raise a key error, which stops packing.
-
- 15 Dec, 2008 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 13 Dec, 2008 1 commit
-
-
Shane Hathaway authored
return an object count of 0.
-
- 12 Dec, 2008 4 commits
-
-
Jim Fulton authored
that.
-
Jim Fulton authored
tests more precise to aid test debugging.
-
Jim Fulton authored
-
Jim Fulton authored
-
- 11 Dec, 2008 1 commit
-
-
Jim Fulton authored
Changed the default blob-cache-size-check size to 10%. Changed the algorithm for deciding the target for blob cache reduction. Now the target is blob-cache-size * (100 - blob-cache-size-check)/100
-
- 10 Dec, 2008 2 commits
-
-
Shane Hathaway authored
-
Shane Hathaway authored
-
- 09 Dec, 2008 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 05 Dec, 2008 9 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
testing a storage. :) Made it possible to opt out of recovery tests.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
blob-storage implementations.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
independent.
-
- 04 Dec, 2008 8 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
use "import time" so we can mess with time.time in tests.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
non-shared blob directories, you can set a target cache size and the cache will periodically be reduced to the target size. To enable blob cache management, a new IBlobStorage method, openCommittedBlobFile has been added.
-
Jim Fulton authored
defeat FileStorage's index optimization.
-
Jim Fulton authored
-
- 01 Dec, 2008 1 commit
-
-
Jim Fulton authored
data for reading as an ordinary file, rather than as a blob file. The ordinary file may be used outside the current transaction and even after the blob's database connection has been closed.
-
- 28 Nov, 2008 1 commit
-
-
Jim Fulton authored
to create configuration files first. This is primarily useful for exploration and development.
-
- 25 Nov, 2008 1 commit
-
-
Jim Fulton authored
return values. This in turn simplified the client and server software. Added code to select different client and server stubs and input handlers depening on whether the Z309 or earlier protocols are used. ZODB 3.8 clients can now talk to ZODB 3.9 servers and the other way around.
-