Search Discussions
-
When defining data types, which is better text, varchar or char? I heard that on Postgres text is better, but I know on Sybase char is more efficient. Can someone please tell me whether this ...
Jeandre
Feb 11, 2003 at 12:27 pm
Mar 10, 2003 at 4:05 pm -
I've a new configuration for our web server Processor Processeur Intel Xeon 2.0 Ghz / 512 Ko de cache L2 Memoiry 1 Go DDR SDRAM Disk1 18Go Ultra 3 (Ultra 160) SCSI 15 Ktpm Disk2 18Go Hot Plug Ultra 3 ...
Philip johnson
Feb 5, 2003 at 10:51 am
Feb 12, 2003 at 11:52 am -
19
slow query
Hi, I am having problems with my master database now. It used to work extremely good just two days ago, but then I started playing with adding/dropping schemas and added another database and ...Oleg Lebedev
Feb 21, 2003 at 4:27 pm
Feb 25, 2003 at 4:50 pm -
I've use PostgreSQL for some pretty amazing things, and was a proponent of using it here. I set up 7.3.1 on my development RedHat 8 box, and it was fine. I need to load about 700,000 rows into one ...
Kevin White
Feb 21, 2003 at 3:34 pm
Feb 25, 2003 at 11:50 pm -
Hi Everyone, I've just spent the last day and a half trying to benchmark our new database installation to find a good value for wal_buffers. The quick answer - there isn't, just leave it on the ...
Christopher Kings-Lynne
Feb 13, 2003 at 5:16 am
Feb 15, 2003 at 8:36 am -
10
Daily crash
Hi there, Is there any performance tunning that i can make to the postgresql server to make the server more stable. In my case the main usage of the DB is from an website which has quite lots of ...Catalin
Feb 27, 2003 at 12:19 pm
Feb 28, 2003 at 2:29 pm -
hello all, I am still fiddling around with my "big" database. System: RAM: 2GB CPU: 1,6 MHz (cache: 256 Kb) single disc: 120 GB :-( I have a query that joins to relatively large tables (10 - 15 Mio ...
Chantal Ackermann
Feb 13, 2003 at 6:06 pm
Feb 21, 2003 at 1:45 am -
So let's say you were designing a tool to help someone get reasonable performance out of a PostgreSQL installation. What scenarios would you include in such a tool, and what information would you ...
Kevin Brown
Feb 14, 2003 at 5:31 am
Feb 20, 2003 at 11:55 pm -
Ryan, I am crossing this discussion to the PGSQL-PERFORMANCE list, which is the proper place for it. Anyone interested, please follow us there! First off, I'm not clear on why a duplicate anominaly ...
Josh Berkus
Feb 18, 2003 at 5:38 pm
Feb 20, 2003 at 11:31 am -
Hi, I have following tables: with id as number(20,0): CREATE TABLE public.firm ( firm_id numeric(20, 0) NOT NULL, name varchar(40) NOT NULL, CONSTRAINT firm_pkey PRIMARY KEY (firm_id) ) with id as ...
Rafal Kedziorski
Feb 16, 2003 at 11:03 pm
Feb 17, 2003 at 8:04 pm -
Hi !! We have "PostgreSQL 7.2.1 on i686-pc-linux-gnu, compiled by GCC 2.96" installed on Linux (RedHat 7.2) Our database size is 15 GB. Since the database size was increasing and was about to cross ...
PRAGATI SAVAIKAR
Feb 26, 2003 at 6:27 am
Mar 6, 2003 at 8:19 pm -
Hello, We would like to use PostgreSQL for one project. This project would need to handle some of 150000 - 200000 (thousands records) per day. Is there somebody having experience with Postgresql in ...
Jakab Laszlo
Feb 21, 2003 at 7:45 am
Feb 23, 2003 at 8:46 pm -
Darryl A. J. Staflund
Feb 13, 2003 at 8:32 am
Feb 14, 2003 at 12:35 pm -
Folks, I have a new system with an Adaptec 2200S RAID controller. I've been testing some massive data transformations on it, and data write speed seems to top out at 3mb/second .... which seems slow ...
Josh Berkus
Feb 18, 2003 at 9:45 pm
Feb 27, 2003 at 6:32 pm -
Folks: I'm not clear on where the memory needed by max_fsm_pages comes from. Is it taken out of the shared_buffers, or in addition to them? Further, Joe Conway gave me a guesstimate of 6k per ...
Josh Berkus
Feb 24, 2003 at 6:55 pm
Feb 24, 2003 at 9:33 pm -
I come from a Sybase background and have just started working with Postgre. Are there any books or tutorials that cover general performance issues for beginners? I don't just want to start creating ...
Jeandre
Feb 7, 2003 at 8:33 am
Feb 7, 2003 at 5:21 pm -
Hi I am doing some performance testing using postgresql. When measuring the latency of commit I got some results, which make me doubt, if the logging data is written to disk in time: Using a slow ...
Matthias Meixner
Feb 20, 2003 at 8:42 am
Mar 7, 2003 at 8:44 am -
Hello, While testing multi-select views I found some problems. Here are details. I have 3 tables and I created a view on them: create view view123 as select key, value from tab1 where key=1 union all ...
Mariusz Czułada
Feb 15, 2003 at 11:48 pm
Feb 16, 2003 at 8:29 pm -
Hello, I am going to do my best to describe this problem, but the description may be quite long. Also, this is my first post to this list, so I miss important details please let me know. All of the ...
Scott Cain
Feb 14, 2003 at 4:44 pm
Feb 14, 2003 at 11:48 pm -
Hi, we want to migrate from MS SQL Server (windows2000) to PostgreSQL (Linux) :-)) and we want to use the old MSSQL Hardware. Dual Pentium III 800 1 GB RAM 2 IDE 10 GB 2 RAID Controller (RAID 0,1 ...
Schaefer, Mario
Feb 24, 2003 at 9:53 am
Feb 24, 2003 at 7:22 pm -
Question in brief: does the planner/optimizer take into account the foreign key constraints? If the answer is "no", please stop reading here. Here comes the details. Let me give a simple example to ...
Anuradha Ratnaweera
Feb 25, 2003 at 7:56 am
Feb 26, 2003 at 5:40 am -
Hello Everyone, I am having some problems getting my queries to use the correct index, and as a result they use a sequential scan that takes a very long time. The table in question is used for ...
Mark Halliwell
Feb 25, 2003 at 10:40 am
Feb 25, 2003 at 3:21 pm -
Is there a TODO here, like "Allow recovery from corrupt pg_control via WAL"? --------------------------------------------------------------------------- Kevin Brown wrote: -- Bruce Momjian | ...
Bruce Momjian
Feb 14, 2003 at 2:30 pm
Feb 18, 2003 at 5:16 am -
Tom, Thanks for your help in this. We have some flexibility in the schema design; we are going through our first PostGres performance testing now. Am I correct in interpreting your comments as saying ...
Sletovsky
Feb 15, 2003 at 12:08 am
Feb 15, 2003 at 8:36 pm -
http://www.sndfocus.biz/go.cgi/foryou http://www.foreverstore.cjb.net Terima kasih atas waktu yang Anda luangkan untuk membaca email ini. Siapa tahu, ini akan mengubah kehidupan anda. Dalam ...
Ahmad Abdul Haq
Feb 20, 2003 at 6:19 am
Feb 20, 2003 at 10:06 am -
hi, i have to set up a postgres database on a sun enterprise 10000 machine running on solaris 8. has anyone hints for tuning the database for me? regards -Chris -- If Bill Gates had a penny for every ...
Christian Toepp
Feb 7, 2003 at 10:22 am
Feb 7, 2003 at 10:59 am -
I am interested in hearing from anyone that has used Postgres with the db files existing on a SAN, fibre channel or iSCSI. I would be interested in what hardware you used and what the performance ...
Keith Bottner
Feb 5, 2003 at 4:16 pm
Feb 5, 2003 at 5:59 pm -
The query SELECT DISTINCT keycol, 'constant' FROM myTable or SELECT DISTINCT keycol, NULL FROM myTable will result in an error message (7.3.1) Unable to identify an ordering operator '<' for type ...
Andreas Pflug
Feb 4, 2003 at 12:15 pm
Feb 4, 2003 at 2:53 pm -
Is there any way to see all the columns in the database? I have a column that needs to be changed in all the tables that use it, without having to check each table manually. In Sybase you would link ...
Jeandre du Toit
Feb 28, 2003 at 1:41 pm
Feb 28, 2003 at 1:41 pm -
hi all, we have a tsearch index on the following table: Table "public.sentences" Column | Type | Modifiers ---------------+---------+-------------------- sentence_id | bigint | not null puid | ...
Chantal Ackermann
Feb 27, 2003 at 1:22 pm
Feb 27, 2003 at 1:22 pm -
[email protected] If you bought into our last recommendation (CIMG) early enough you had an excellent opportunity to make substantial gains (from .90 to 1.65 in just the first day). Now is ...
Incomingforward
Feb 19, 2003 at 4:50 am
Feb 19, 2003 at 4:50 am -
Added to TODO: * Cache last known per-tuple offsets to speed long tuple access --------------------------------------------------------------------------- Tom Lane wrote: -- Bruce Momjian | ...
Bruce Momjian
Feb 14, 2003 at 1:11 pm
Feb 14, 2003 at 1:11 pm -
While executing a lot of INSERTs and DELETEs, I had some performance problems which seemed to result from missing foreign key indexes. Unfortunately, if doing an EXPLAIN DELETE myTab .... I'm getting ...
Andreas Pflug
Feb 4, 2003 at 3:16 pm
Feb 4, 2003 at 3:16 pm
Group Overview
group | pgsql-performance |
categories | postgresql |
discussions | 34 |
posts | 245 |
users | 64 |
website | postgresql.org |
irc | #postgresql |
64 users for February 2003
Archives
- August 2013 (188)
- July 2013 (94)
- June 2013 (119)
- May 2013 (255)
- April 2013 (185)
- March 2013 (210)
- February 2013 (202)
- January 2013 (154)
- December 2012 (283)
- November 2012 (335)
- October 2012 (391)
- September 2012 (213)
- August 2012 (199)
- July 2012 (356)
- June 2012 (156)
- May 2012 (197)
- April 2012 (183)
- March 2012 (195)
- February 2012 (282)
- January 2012 (156)
- December 2011 (215)
- November 2011 (288)
- October 2011 (289)
- September 2011 (446)
- August 2011 (328)
- July 2011 (234)
- June 2011 (283)
- May 2011 (420)
- April 2011 (450)
- March 2011 (382)
- February 2011 (538)
- January 2011 (351)
- December 2010 (342)
- November 2010 (422)
- October 2010 (605)
- September 2010 (213)
- August 2010 (355)
- July 2010 (457)
- June 2010 (530)
- May 2010 (276)
- April 2010 (333)
- March 2010 (427)
- February 2010 (403)
- January 2010 (541)
- December 2009 (265)
- November 2009 (447)
- October 2009 (448)
- September 2009 (352)
- August 2009 (330)
- July 2009 (378)
- June 2009 (412)
- May 2009 (457)
- April 2009 (414)
- March 2009 (447)
- February 2009 (338)
- January 2009 (302)
- December 2008 (243)
- November 2008 (306)
- October 2008 (149)
- September 2008 (269)
- August 2008 (432)
- July 2008 (281)
- June 2008 (249)
- May 2008 (383)
- April 2008 (479)
- March 2008 (538)
- February 2008 (409)
- January 2008 (302)
- December 2007 (423)
- November 2007 (401)
- October 2007 (393)
- September 2007 (478)
- August 2007 (414)
- July 2007 (446)
- June 2007 (651)
- May 2007 (644)
- April 2007 (511)
- March 2007 (471)
- February 2007 (354)
- January 2007 (451)
- December 2006 (557)
- November 2006 (276)
- October 2006 (639)
- September 2006 (443)
- August 2006 (501)
- July 2006 (322)
- June 2006 (504)
- May 2006 (570)
- April 2006 (707)
- March 2006 (644)
- February 2006 (459)
- January 2006 (500)
- December 2005 (658)
- November 2005 (565)
- October 2005 (479)
- September 2005 (463)
- August 2005 (565)
- July 2005 (506)
- June 2005 (604)
- May 2005 (474)
- April 2005 (760)
- March 2005 (699)
- February 2005 (375)
- January 2005 (640)
- December 2004 (315)
- November 2004 (421)
- October 2004 (477)
- September 2004 (350)
- August 2004 (491)
- July 2004 (244)
- June 2004 (334)
- May 2004 (223)
- April 2004 (534)
- March 2004 (445)
- February 2004 (331)
- January 2004 (350)
- December 2003 (315)
- November 2003 (298)
- October 2003 (815)
- September 2003 (382)
- August 2003 (549)
- July 2003 (524)
- June 2003 (210)
- May 2003 (306)
- April 2003 (271)
- March 2003 (209)
- February 2003 (245)
- January 2003 (408)
- December 2002 (228)
- November 2002 (258)
- October 2002 (141)
- September 2002 (17)