Re: [GENERAL] Table seems empty but its size is in gigabytes

2016-04-12 Thread Adrian Klaver
On 04/12/2016 09:11 AM, Juan Carlos Michaca Lucero wrote: Hi PostgreSQL, I'm using PostgreSQL 9.3 running on Ubuntu Server. I have a complex function to populate a big table, in order to improve performance; data is prepared in temporary tables before it will be inserted. I called this function m

Re: [GENERAL] Table seems empty but its size is in gigabytes

2016-04-12 Thread Juan Carlos Michaca Lucero
I want to recover the dead data El Martes, 12 de abril, 2016 11:38:22, David G. Johnston escribió: Send all replies to the list please.  In this specific case I'm not going to be of much help but others should be.  You are likely going to need to supply additional context. On Tue, Apr

Re: [GENERAL] Table seems empty but its size is in gigabytes

2016-04-12 Thread David G. Johnston
On Tue, Apr 12, 2016 at 9:30 AM, John R Pierce wrote: > On 4/12/2016 9:16 AM, David G. Johnston wrote: > > Now my big table statistics shows tuples inserted and its size is in order >> of gigabytes, but a simple SELECT has no rows, is there any way to recover >> the data in this table? >> > > ​Do

Re: [GENERAL] Table seems empty but its size is in gigabytes

2016-04-12 Thread John R Pierce
On 4/12/2016 9:16 AM, David G. Johnston wrote: Now my big table statistics shows tuples inserted and its size is in order of gigabytes, but a simple SELECT has no rows, is there any way to recover the data in this table? ​Do you want to recover the dead data or the space ​that it c

Re: [GENERAL] Table seems empty but its size is in gigabytes

2016-04-12 Thread David G. Johnston
On Tue, Apr 12, 2016 at 9:11 AM, Juan Carlos Michaca Lucero < jc_mich2c...@yahoo.com.mx> wrote: > Hi PostgreSQL, > > I'm using PostgreSQL 9.3 running on Ubuntu Server. > > I have a complex function to populate a big table, in order to improve > performance; data is prepared in temporary tables bef

[GENERAL] Table seems empty but its size is in gigabytes

2016-04-12 Thread Juan Carlos Michaca Lucero
Hi PostgreSQL,  I'musing PostgreSQL 9.3 running on Ubuntu Server.   Ihave a complex function to populate a big table, in order to improve performance;data is prepared in temporary tables before it will be inserted. I called thisfunction many times from my application, but something goes wrong