Hello BaseX team,
First of all, thank you for giving such a tremendous effort to help BaseX users, we appreciate it.
We’re developing an application that has the sole use of exchanging XML messages with other clients, we chose BaseX to store messages in their xml format and used its RESTful APIs to update the database. Currently storing data in one xml
document in one database, but this is not efficient because with time the document will be very large, thus storing and retrieving data from it will take more time.
I thought about the solution of using multiple documents, so there is the possibility of retrieving data from one document at a time, but didn’t find a way to make this process automatic because there are number of issues I didn’t find
a solution for:
Can you suggest better solutions ?
Thank you.