MySQL Forums
Forum List  »  Archive Storage Engine

Re: No Indexes??
Posted by: Brian Aker
Date: August 29, 2005 12:37PM

Hi!

> o Will indexes be supported in a future version?

That is an open question. Currently the thought is to support unique key and sparse indexes. Most applications that we are seeing require sparse cases, but not traditional b-tree.

> o If not - what is the reasoning not to include support for indexes?

Size, and the original request for the engine came with "do not support indexes". The engine was really designed for being able to do fast scans, which means indexes are just not useful.

> o Is "alter table" supported in this engine?

Yes.

> o Can an ARCHIVE table be used in a MERGE table union?

No, but in 5.1 there is a partition engine which will give you more then MERGE.

> o Documentation says "A straight INSERT just pushes rows into a compression buffer, and that buffer flushes

A SELECT or closing the table causes this. I am looking at making this buffer disk backed in 5.1, so that a crash of the database will be able to recover data in the buffer at that moment (which means I will probably reintroduce transaction support).

Cheers,

-Brian

Options: ReplyQuote


Subject
Views
Written By
Posted
10452
August 29, 2005 04:28AM
6507
August 29, 2005 06:03AM
Re: No Indexes??
6073
August 29, 2005 12:37PM
5893
August 29, 2005 01:30PM
5905
August 29, 2005 02:20PM
5608
September 06, 2005 03:49PM
5819
November 07, 2005 07:42PM
6405
November 30, 2005 05:45PM
5712
February 14, 2007 11:23PM
5770
February 15, 2007 10:10AM
5619
February 15, 2007 12:06PM
5996
February 18, 2007 03:50AM
5754
February 19, 2007 05:55AM
5590
February 22, 2007 04:37PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.