[GENERAL] Help regarding flushing data from Shared Memory to Database

Поиск
Список
Период
Сортировка
От Naveen Raj
Тема [GENERAL] Help regarding flushing data from Shared Memory to Database
Дата
Msg-id CALyVuk7djWPpR3FEmu2FiGd7ba4OvmVZRQj82dMY8NCQ73+8Bw@mail.gmail.com
обсуждение исходный текст
Список pgsql-general
Hi, 
We are currently working on cstore extension. We are storing the all the inserts in a shared memory and then flushing the tuples to the database. We are using a background worker to periodically flush the data. But the problem is we are not able to do the insert the data during the periodic check. I get the following error. "ERROR:  cache lookup failed for foreign table 33321" Is there any possible ways to make this possible. And also before shutting down the postgres I have to flush the data to the database. I try to call the fdw routine that is used to flush the data to database. But I get an error again saying "FATAL:  invalid cache ID: 31".

Naveen.

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

Предыдущее
От: Naveen Raj
Дата:
Сообщение: [GENERAL] Help regarding flushing data from Shared Memory to Database
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: [GENERAL] Unable to start postgresql