Re: Could use some advice on search architecture

Поиск
Список
Период
Сортировка
От Robin
Тема Re: Could use some advice on search architecture
Дата
Msg-id BLU0-SMTP1648876DEB2A6E7102F4AA0E25C0@phx.gbl
обсуждение исходный текст
Ответ на Re: Could use some advice on search architecture  (Marc Mamin <M.Mamin@intershop.de>)
Список pgsql-general
Because this is a topic that interests me I have done some digging.

MonetDB is a proper column-store DBMS. It is used on some decent sized projects, several of which are EU-funded.

Digging a bit deeper I have discovered that a PostgreSQL Foreign Data Wrapper for MonetDB has been created - monetdb_fdw.

The fdw is written up here

There is a video that shows what happens when a query is executed in PostgreSQL and MonetDB

The video shows an analytical query being processed

  1. Using PostgreSQL - 177 seconds
  2. Using MonetDB - 8 seconds
  3. Using a remote MonetDB server through MonetDB FDW - 1 second

I think its worth investigating further

Robin St.Clair


В списке pgsql-general по дате отправления:

Предыдущее
От: Torsten Förtsch
Дата:
Сообщение: Disable an index temporarily
Следующее
От: Sergey Konoplev
Дата:
Сообщение: Re: [PERFORM] Hot standby 9.2.1 PANIC: WAL contains references to invalid pages