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
nexedi
ZODB
Commits
6047e2fa
Commit
6047e2fa
authored
Mar 21, 2017
by
Jim Fulton
Committed by
GitHub
Mar 21, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #151 from maikroeder/patch-1
Add info on Newt DB
parents
2490ae09
a79514aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
doc/tutorial.rst
doc/tutorial.rst
+7
-1
No files found.
doc/tutorial.rst
View file @
6047e2fa
...
@@ -166,7 +166,10 @@ faster than search.
...
@@ -166,7 +166,10 @@ faster than search.
You can use BTrees to build indexes for efficient search, when
You can use BTrees to build indexes for efficient search, when
necessary. If your application is search centric, or if you prefer to
necessary. If your application is search centric, or if you prefer to
approach data access that way, then ZODB might not be the best
approach data access that way, then ZODB might not be the best
technology for you.
technology for you. Before you turn your back on the ZODB, it
may be worth checking out the up-and-coming Newt DB [#newtdb]_ project,
which combines the ZODB with Postgresql for indexing, search and access
from non-Python applications.
Transactions
Transactions
============
============
...
@@ -245,3 +248,6 @@ individual topics.
...
@@ -245,3 +248,6 @@ individual topics.
Objects aren't actually evicted, but their state is released, so
Objects aren't actually evicted, but their state is released, so
they take up much less memory and any objects they referenced can
they take up much less memory and any objects they referenced can
be removed from memory.
be removed from memory.
.. [#newtdb]
Here is an overview of the Newt DB architecture: http://www.newtdb.org/en/latest/how-it-works.html
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