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

2017-03-09 Thread Naveen Raj
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 che

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

2017-03-09 Thread Naveen Raj
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 che