Re: Temporary tables, BDB tables, and Innobase questions

2001-02-27 Thread Heikki Tuuri

Hi Stephen,

1.  Can temporary tables be of type BDB?  Now before the question is asked
as to why I need transactional support on a temporary table, let me first
say that I really don't need it; this is just something we stumbled across
during development.  
If we create a temporary table of type BDB and attempt to rollback a
transaction, we get an error during rollback and the data is not rolled
back.  However, doing the exact same transaction on a BDB table that is not
specified as being temporary work as expected, ie, a rollback undoes
theupdates.

The idea of a temporary table is that it is a fast temporary storage
for rows. The user does not need recovery for it. Then one can save writing
the log records, and insertions are faster. Also rollback may be unavailable
for a temporary table, for a similar performance reason.

3.  I've read several posts regarding the Innobase tables.  Where can I
download the source from to start trying to use Innobase rather than BDB
tables? 

Innobase is projected to be released in MySQL-3.23.34. Monty will be back
from South America on Thursday or Friday, and the work to build the
release will continue.

By the way, Innobase now has a web page at www.innobase.fi (innobase.com
and innobase.net were already reserved).

Stephen L. Faustino
Senior Software Engineer
SecureLogix Corporation
Direct/Vmail (210)402-9669x949
mailto:[EMAIL PROTECTED]

Regards,

Heikki Tuuri
Innobase Oy
Helsinki, Finland


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Temporary tables, BDB tables, and Innobase questions

2001-02-26 Thread Stephen Faustino

1.  Can temporary tables be of type BDB?  Now before the question is asked
as to why I need transactional support on a temporary table, let me first
say that I really don't need it; this is just something we stumbled across
during development.  
If we create a temporary table of type BDB and attempt to rollback a
transaction, we get an error during rollback and the data is not rolled
back.  However, doing the exact same transaction on a BDB table that is not
specified as being temporary work as expected, ie, a rollback undoes the
updates.

2.  What is the status of BDB tables on Win32?  Is there a timeframe as to
when a version that runs on Win32 will be made available?

3.  I've read several posts regarding the Innobase tables.  Where can I
download the source from to start trying to use Innobase rather than BDB
tables?  

Stephen L. Faustino
Senior Software Engineer
SecureLogix Corporation
Direct/Vmail (210)402-9669x949
mailto:[EMAIL PROTECTED]
 
This email is intended for the named recipient(s) only and may contain
information that is privileged and/or confidential. Nothing in this email is
intended to constitute a waiver of any privilege or the confidentiality of
this message. If you have received this email in error, please notify me
immediately by reply and delete this message. 




-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Temporary tables, BDB tables, and Innobase questions

2001-02-26 Thread Jeremy D. Zawodny

On Mon, Feb 26, 2001 at 05:52:09PM -0600, Stephen Faustino wrote:
 
 3. I've read several posts regarding the Innobase tables.  Where can
 I download the source from to start trying to use Innobase rather
 than BDB tables?

They'll be in 3.23.24 when it is released.

Or you can pull them from the public bitkeeper repository.
Instructions were posted on this list a while ago. Should be in the
archives.

Jeremy
-- 
Jeremy D. Zawodny, [EMAIL PROTECTED]
Technical Yahoo - Yahoo Finance
Desk: (408) 328-7878Fax: (408) 530-5454
Cell: (408) 439-9951

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php