Skip to content

Commit

Permalink
Merge c870331 into 12d1a05
Browse files Browse the repository at this point in the history
  • Loading branch information
larsks committed Jul 16, 2023
2 parents 12d1a05 + c870331 commit 6560b1a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,7 @@ faster than search.
You can use BTrees to build indexes for efficient search, when
necessary. If your application is search centric, or if you prefer to
approach data access that way, then ZODB might not be the best
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.
technology for you.

Transactions
============
Expand Down Expand Up @@ -248,6 +245,3 @@ individual topics.
Objects aren't actually evicted, but their state is released, so
they take up much less memory and any objects they referenced can
be removed from memory.
.. [#newtdb]
Here is an overview of the Newt DB architecture: http://www.newtdb.org/en/latest/how-it-works.html

0 comments on commit 6560b1a

Please sign in to comment.