On 10-04-2008 10:45:01 -0700, Shankar Yoganathan wrote:
Hello
I am new to monetDB. I have a few questions about using MonetDB in embedded environment.
I read in the embedded server page that only client is allowed to connect to the embedded server.
1. Does this mean I can not have multiple processes accessing the same database?
2. Can multiple threads with in the same process access the same database?
3. in the in-memory embedded environment, is there a way to save the data before the system shutdown? So that when the system starts, I can automatically populate the database to the previous state?
Beware that "embedded" is not what it is in general. In MonetDB's case is't more like "MonetDB Light(tm)", where you still have a server running, though limited to one client at a time, such that concurrency issues are not apparent.