Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dual Inquiry: 2022 Best Practices for ZODB usage outside of ZOPE using ZEO SharedStorage #369

Open
CtheCondor opened this issue Aug 22, 2022 · 1 comment

Comments

@CtheCondor
Copy link

CtheCondor commented Aug 22, 2022

I have a bit of a dual question:
1st. Is there a better place I should be asking these non-issue clarification questions that the docs alone were unable to answer for me?
2nd: What are a some best practices for using ZODB in a ZEO configuration with a handful of users that will be operating(r/w) mostly in their own BTree persistences? specifically I am trying to employee best practices when trying to read from the database such that I don't overwrite work by attempting to refresh the current view of the 'live' data.

Any assistance would be much appreciated as I am very new to ZODB and have chosen it as we need a near embedded database instance that can be easily traversed to find groupings of applicable data where the structure can be vastly different between the entries beyond core 'queryable' tags that are used in the keys of the BTree structures mostly.

@d-maurer
Copy link
Contributor

d-maurer commented Aug 22, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants