Commit 72586ef4 authored by Lars Kellogg-Stedman's avatar Lars Kellogg-Stedman Committed by Michael Howitz

Remove references to newt db

The newt db project appears to be dead; the domain name now leads to a domain parking website.
parent 12d1a05d
......@@ -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
============
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment