win BDB

2001-03-26 Thread paolo michetti
Hi, I downloaded the mysql-3.23.35a-win-src.zip. I can't find in the documentation if: - BDB is include or not - How can I configure or install: the information seems for the unix env. Please, can you help me?

BDB performance

2001-03-29 Thread Paolo Michetti
Hi MySQL people, A question: I'm evaluating the BDB performance. I compiled and installed the source version 3.23.35 on Solaris 2.6 I noted that: - An INSERT INTO using myisam table type get ~3ms, practically constant, - An INSERT INTO using BDB take ~90 ms ! growing soon on the table size! I

RE: Stored procedures in MySQL ?

2001-03-29 Thread Paolo Michetti
I'm interested in stored procedure as well. I only know that SP are available in the INNOBASE engine, but I'm looking for access SP from mysql SQL interface. ciao - Paolo > -Original Message- > From: Razvan Veina [mailto:[EMAIL PROTECTED]] > Sent: venerdì 30 marzo 2001 8.39 > To: [EMAIL

RE: newbie question regarding BDB

2001-04-04 Thread Paolo Michetti
Hi, I'm using BDB, and I had the same doubts you ask for. For install BDB: - You need the source version 3.23.34a + - You need to compile using the BDB option You can create a BDB table by using "TYPE = BDB" at the end of create table. In order to check if the BDB is working you can: - try

are BDB-INNOBASE available for NT-Win2000 as well ?

2001-04-04 Thread Paolo Michetti
Hi, I dowloaded and installed the source distr 3-23-36 for Solaris, and tested the BDB+INNOBASE features. I tried to do the same for NT-Win2000, but the source 3-23-36 seems not include the BDB+INNOBASE sources! if (this si true) How we can bypass that? else where the sources ar