Re: storage engine , mysql syntax CREATE TABLE t (i INT) ENGINE
| От | Bruce Momjian |
|---|---|
| Тема | Re: storage engine , mysql syntax CREATE TABLE t (i INT) ENGINE |
| Дата | |
| Msg-id | 200407252040.i6PKeA624692@candle.pha.pa.us обсуждение исходный текст |
| Ответ на | storage engine , mysql syntax CREATE TABLE t (i INT) ENGINE = INNODB|BDB (Pierre Emmanuel Gros <Pierre-Emmanuel.Gros@limsi.fr>) |
| Список | pgsql-hackers |
Pierre Emmanuel Gros wrote: > In mysql, we can wrote a create table like CREATE TABLE t (i > INT) ENGINE = INNODB||BDB|; where the storage engine is the > innodb one. This allow to have differents kind of storage > format, and allow to easly implements memory table or remote > table. I try to make the same thing for postgresql but i do > not understand where the logical storage engine is in the source > code. May i have somme help to find it . We only have one table type, full transactions, full storage support. We don't plan to support any sub-optimial storage systems. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001+ If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania19073
В списке pgsql-hackers по дате отправления: