[EMAIL PROTECTED] wrote: > [EMAIL PROTECTED] wrote: > > Hello, > > > > how is it possible to access in a MAL client session (mclient -l mal) > > the BATs of tables which were created previously in sql? > > > You can't, because the mapping of SQL to BATs is maintained in the SQL > private catalog. > Also, each column in SQL has multiple bats.
Is it not recommended or not at all possible? Because what I am up to could be implemented on top of sql (at least to rapidly get off the ground in the beginning). I would like to have something like this for an OODB schema: - one bat for each class - one bat for each attribute (maybe also a persistent reversed bat sorted on the value to be able to speed up equality and range queries) - one bat for each relation between classes - one bat for each collection which contains attributes (and not references) And if I interpret the contents of sql_catalog correctly, much of it is already present there. If it is technically impossible, then I would have to duplicate some of that. Kambiz ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Monetdb-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-developers
