[MonetDB-users] Different storage spaces
Hello, In my application I have several processes in a server, each one managing different and non-related pieces of data, which I intend to store in MonetDB databases. As these processes are not related to each other, I would like to put their data in logically different storage spaces, like a different catalog or a different schema inside the database, if not in in different databases themselves. I am just starting with MonetDB and I do not know how I can create new databases, catalogs or schemas and what I should do to configure these things on the server. Can you give me some hints about it? FYI, my application is written in Java and I am using the JDBC interface to connect to the database. Cheers, Rodrigo
MonetDB/SQL currently only supports using different schemas that separate things in the database. Different 'catalogs' are not supported with what you have. To use different schemas, have a look at our VOC demo page, where the proper procedure to create and use schemas is described as part of the demo: http://monetdb.cwi.nl/TechDocs/FrontEnds/SQL/VOCDemo/index.html Rodrigo Schmidt wrote:
Hello,
In my application I have several processes in a server, each one managing different and non-related pieces of data, which I intend to store in MonetDB databases. As these processes are not related to each other, I would like to put their data in logically different storage spaces, like a different catalog or a different schema inside the database, if not in in different databases themselves.
I am just starting with MonetDB and I do not know how I can create new databases, catalogs or schemas and what I should do to configure these things on the server. Can you give me some hints about it?
FYI, my application is written in Java and I am using the JDBC interface to connect to the database.
Cheers, Rodrigo
------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
participants (2)
-
Fabian
-
Rodrigo Schmidt