[GENERAL] cannot stat `/usr/local/pgsql/data/pg_xlog/00000001000000430000009C': No such file or directory

2005-10-24 Thread Sailer, Denis (YBUSA-CDR)
In my development system the file system where $PGDATA resides filled up. cp: writing `/usr/local/pgsql/archlog/ybcdrdbd01/data/000100430076': No space left on device could not copy /usr/local/pgsql/data/pg_xlog/000100430076 to archive 2005-10-23 08:46:29

[GENERAL] FW: cannot stat `/usr/local/pgsql/data/pg_xlog/00000001000000430000009C': No such file or directory

2005-10-24 Thread Sailer, Denis (YBUSA-CDR)
I forgot to include the specific error message related to the archival process not finding the file. From: Sailer, Denis (YBUSA-CDR) [mailto:[EMAIL PROTECTED] Sent: Monday, October 24, 2005 8:52 AM To: pgsql-general@postgresql.org Subject: cannot stat `/usr/local/pgsql/data

[GENERAL] FW: cannot stat `/usr/local/pgsql/data/pg_xlog/00000001000000430000009C': No such file or directory

2005-10-24 Thread Sailer, Denis (YBUSA-CDR)
. From: Sailer, Denis (YBUSA-CDR) [mailto:[EMAIL PROTECTED] Sent: Monday, October 24, 2005 8:52 AM To: pgsql-general@postgresql.org Subject: cannot stat `/usr/local/pgsql/data/pg_xlog/00010043009C': No such file or directory In my development system the file system

[GENERAL] pg_dump for table with bytea takes a long time

2005-08-09 Thread Sailer, Denis (YBUSA-CDR)
I posted the following to the performance mailing list on 8/2/2005, but have not heard any replies. Maybe this should just be a general question. Would someone be able to help me get pb_dump to run faster for bytea data? ++ Dumping a database which

[GENERAL] Vacuum analyze question on estimated rows

2005-06-27 Thread Sailer, Denis (YBUSA-CDR)
In the following output the vacuum knows there are 99,612 pages and 1,303,891 rows. However the last line of output during the analyze only thinks there are 213,627 rows. Is this so far off because the table is bloated? Version of PostgreSQL is PostgreSQL 7.4.3 on i686-pc-linux-gnu,

[GENERAL] CREATE INDEX failing; No space left on device; Database recycling itself

2005-02-17 Thread Sailer, Denis (YBUSA-CDR)
I was trying to create an index on a 37,000,000 row table and received the following error. Evidently I dont have enough space in my pg_xlog directory to handle this as a single transaction. The file system for pg_xlog is allocated 2GB. The following output is from a psql session directly

[GENERAL] JDBC driver inserting into a table with Bytea type gets out of me mory error.

2004-06-21 Thread Sailer, Denis (YBUSA-CDR)
There was a posting in the mailing list archives that I can't find anymore. The web site right now is presenting a list of items from a search in a reasonable amount of time, but takes 5-10 minutes to retrieve the detail for each one as they are clicked. Rather frustrating. This person