Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZODB
Commits
86046df2
Commit
86046df2
authored
Feb 15, 2006
by
Christian Theune
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Updated todo list
parent
0f1786ff
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
21 deletions
+28
-21
src/ZODB/Blobs/TODO.txt
src/ZODB/Blobs/TODO.txt
+28
-21
No files found.
src/ZODB/Blobs/TODO.txt
View file @
86046df2
Todo for preview
----------------
Tests
Must
----
-
----
- ZConfig config testing (make sure that blob storage
- Merge to current ZODB trunk
config via ZConfig does the right thing)
- Unify ZEO/Blob implementation and the BlobProxyStorage directory structures.
- Test for possible collision of the dirty blob filename when two concurring
transactions try to update an existing blob.
- Test BlobStorage.getSize
- Test BlobStorage.getSize
- Test conflict behavior.
- Test conflict behavior.
- Test shared client usage of blob cache dir.
- Ensure we detect and play a failed txn involving blobs forward or backward
at startup.
- More ZEO tests.
Production
----------
Features
- Log loudly on best_rename when it actually does a copy.
--------
- Ensure we detect and play a failed txn involving blobs forward or
- Make the ClientStorage support minimizing the blob cache. (Idea: LRU
backward at startup.
principle via mstat access time and a size-based threshold) currently).
- ZConfig config testing (make sure that blob storage config via ZConfig does
the right thing)
- More ZEO tests.
- Importing backward compatible ZEXP files (no \0BLOBSTART) used
- Importing backward compatible ZEXP files (no \0BLOBSTART) used
Far future
----------
- More options for blob directory structures (e.g. dirstorage's
- More options for blob directory structures (e.g. dirstorage's
bushy/chunky/lawn/flat).
bushy/chunky/lawn/flat).
- Log loudly on best_rename when it actually does a
- Allow "read-only" blob cache dirs from ClientStorages which can point to a
copy.
filesystem mount from the ZEO server of the canonical blob locations.
- Unify ZEO/Blob implementation and the BlobProxyStorage directory
structures.
- Write code to clean up ClientStorage blob cache (it will grow without
bound currently).
- Allow "read-only" blob cache dirs from ClientStorages which can
- Test shared client usage of blob storage dir from ZEO server
point to a filesystem mount from the ZEO server of the canonical
blob locations.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment