RE: Support for .Net 2.0 on Windows

2006-08-31 Thread Koetter, Thomas Theodor
Hello, > -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Edward Diener > Sent: Freitag, 1. September 2006 05:35 > To: maxdb@lists.mysql.com > Subject: Support for .Net 2.0 on Windows > > Does MaxDb have support for .Net 2.0 on Windows in the form > of its own > d

Re: Support for .Net 2.0 on Windows

2006-08-31 Thread Dmitry Key
Hi, Edward! I'm developing ADO.NET provider for MaxDB and You can look at http://sourceforge.net/projects/maxdbprovider for the binaries (Net-1.1, Net-2.0 and Mono-1.0 are supported) and source code. It's still beta version but looks less or more stable. Any feedbacks are much appreciated. _

Support for .Net 2.0 on Windows

2006-08-31 Thread Edward Diener
Does MaxDb have support for .Net 2.0 on Windows in the form of its own database components ? -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

RE: Performace with lots of databases on one server

2006-08-31 Thread Dittmar, Daniel
> We are running a shop engine (build in perl) that uses MaxDB as its > database. At one of our customers the system uses a single > database-instance for about 120 shops utilizing a model like SAP does > (client-dependent and client-independent tables). Try using schemas. - Create one SCHEMA

Re: Performace with lots of databases on one server

2006-08-31 Thread Robert Klemme
2006/8/31, Martin Cordova <[EMAIL PROTECTED]>: More than one database INSTANCE on the same server is not recommended, however you can have many users/schemas on a single database instance. Maybe by "database", the original post was refering to a concept like SQLServer's databases? if that was th

Re: Performace with lots of databases on one server

2006-08-31 Thread Martin Cordova
More than one database INSTANCE on the same server is not recommended, however you can have many users/schemas on a single database instance. Maybe by "database", the original post was refering to a concept like SQLServer's databases? if that was the case, then you can create many database users

Re: Performace with lots of databases on one server

2006-08-31 Thread Dirk Lachowski
Döhr, Markus ICC-H schrieb: does anybody know how MaxDB performes when one creates lots (> 100) of rather small (< 200 MB each) databases on a single server? I think you will sooner or later reach operating system imposed limits (depending on the OS you're using) because each DB will (also dep

RE: Performace with lots of databases on one server

2006-08-31 Thread Döhr, Markus ICC-H
> does anybody know how MaxDB performes when one creates lots > (> 100) of rather small (< 200 MB each) databases on a single server? I think you will sooner or later reach operating system imposed limits (depending on the OS you're using) because each DB will (also depending on the configuration

Performace with lots of databases on one server

2006-08-31 Thread Dirk Lachowski
Hi list, does anybody know how MaxDB performes when one creates lots (> 100) of rather small (< 200 MB each) databases on a single server? Cheers Dirk Lachowski - Lachowski Datensysteme GmbH Strassburger Platz 25 D-30853 Langenhagen Fon: +49 511 725353-

How does database manager figure out BAD Indexes ??

2006-08-31 Thread Ajit
Hi, Could someone tell me how Database Manager figures out bad indexes?? It displays this under recovery->index when doing a select.Is there a way that i can check this from a script via dbmcli?? Regards, Ajit -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To u