Re: Applause for ZODB! And a question: How do you get pending change info from a transaction object?
Jim Fulton <[email protected]> Sun, 29 Apr 2018 12:35:34 -0600
| Newsgroups | gmane.comp.web.zope.zodb |
|---|---|
| Message-ID | <CAPDm-FhfmQKhCmH9JVLazLwB+zHy3xRPs_2DfTLrByvieXFooA@mail.gmail.com> |
On Sun, Apr 29, 2018 at 9:34 AM, Christopher Lozinski < [email protected]> wrote: > > > > On Apr 29, 2018, at 4:44 PM, David Pesta <[email protected]> wrote: > > > > Newt DB is the next generation of ZODB? ... > > So if you want light and small and easily changed, go with filestorage. Only do this if you don't need multiple processes to access the database at once. This is true of almost no one. IDK if lightweight even matters. For most people writing a typical web app, either ZEO or RelStorage should be fine. > IF you want a ig corporate app with very efficient indexed go with > NewtDB. > See my response to David. > > And if you want to run on cell phones, then yet a different choice is > recommended. > Leaving aside the challenges of running Python on Cell Phones, FileStorage is often a good choice for embedded applications, because it is pretty simple. Jim -- Jim Fulton http://jimfulton.info -- You received this message because you are subscribed to the Google Groups "zodb" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.