Re: [basex-talk] read/write database locks

2019-02-21 Thread Johannes Bauer
Hello Max, thanks for the input. I had similar thoughts. My idea was to have completely separated systems (and databases). One system to manage the updates and one for readonly access for the end users. And periodically we will update (replace) the readonly databases with the new updated on

Re: [basex-talk] read/write database locks

2019-02-21 Thread Maximilian Gärber
Hello Johannes, our best practice for similar scenarios is to have two instances of basex running. One that is mainly collecting data from various sources (http api, ftp, filesystem) and another instance which then gets the collected infos all at once. BaseX really shines at processing larger chu

[basex-talk] read/write database locks

2019-02-19 Thread Johannes Bauer
Hi, I need some input on how best to implement an updating database operation. I use BaseX within a Web Application and have RESTXQ service endpoints. One such service collects information from multiple databases and creates a new document (with the collected infos) in another database. The li