Skip to content

Reading and writing to a ZoneTree.FullTextSearch, ZoneTree DB file over network stream #10

Answered by koculu
aley1 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @aley1,

Thanks for your question!

ZoneTree doesn’t use a single database file—it manages multiple files dynamically. Directly accessing these files over a network isn’t feasible due to concurrency and data integrity challenges.

A better approach would be to expose ZoneTree’s functionality via an API on the server. This way, clients can interact with the database remotely without worrying about low-level file access, while maintaining full DB functionality.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by koculu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants