Re: [HACKERS] Views, views, views! (long)

2005-05-09 Thread Darren King
On Friday the 6th of May 2005, Mr. Treat opined: > I also don't think it is any harder to learn to query the > system tables than it would be to learn to query these new > views (with a few caevets that I will come back to) and it > might actually be better. Admin tools are in a sense already a

Re: [HACKERS] Minor TODO list changes

2004-11-04 Thread Darren King
1:50 PM To: Rod Taylor Cc: Darren King; Bruce Momjian; PostgreSQL Development Subject: Re: [HACKERS] Minor TODO list changes On Thu, 2004-11-04 at 18:15, Rod Taylor wrote: > > At some point it would also be nice to be able to mark tables as > > read-only and then any indexes created on

Re: [HACKERS] Minor TODO list changes

2004-11-04 Thread Darren King
In my data warehousing situation, I'd like to be able to specify that the indexes be as compact as possible (fillfactor = 100%) in order to hit as few index pages as necessary. For summary tables there will not be any more inserts or deletions so the index will not change either. In that case, th

Re: [HACKERS] contrib vs. gborg/pgfoundry for replication solutions

2004-04-22 Thread Darren King
> I agree with the notion that "contrib" be removed > from the main distribution. There is, however, a > disconnect between supporting projects and the main system. > > Take a look at the www.postgresql.org web site. > Most people visually filter out the side bars. I've > been looking over effectiv

Re: [HACKERS] Dreaming About Redesigning SQL

2003-10-24 Thread Darren King
> "Bob" <[EMAIL PROTECTED]> spewed forth... > > We achieved 8 times the performance with exactly the same > hardware. What the hell is this idiot talking about us > relying on hardware? He is a moron. You will do everyone > a favour if you just bounce him off the bottom of your > killfile. > ... >

Re: [HACKERS] suggestions to improve postgresql suitability for data-mining

2003-07-22 Thread Darren King
> You want to process all invoices to count them > and to sum up the amounts on a per month/area/type > basis. The initial data size is in GB, but the > size of the expected result is in KB (namely 2 data > for each 100 areas * 12 months * 4 types). The key to handling large datasets for data min

Re: [HACKERS] Index location patch for review

2001-09-14 Thread Darren King
> > Attached is a patch that adds support for specifying a location for > > indexes via the "create database" command. > > > > I believe this patch is complete, but it is my first . > > This patch allows index locations to be specified as > different from data locations. Is this a feature dir

RE: [HACKERS] Performance TODO items

2001-07-30 Thread Darren King
> 3) I am reading the Solaris Internals book and there is mention of a > "free behind" capability with large sequential scans. When a large > sequential scan happens that would wipe out all the old cache entries, > the kernel detects this and places its previous pages first > on the free list.

RE: [HACKERS] What I do with PostgreSQL

2001-07-17 Thread Darren King
>> I am pumping about 200gb a week through the pg database, >> and our estimated database size is something like 4tb by >> the end of the year. > > Can anyone say 'Woof!'? Amen, Lamar. I was trying to think of something myself besides 'Wow!'... As a side note, there's a blurb in the July 16, 20

RE: [HACKERS] Re: Re: "--tuning" compile and runtime option (?)

2001-04-10 Thread Darren King
> I can't see how any configure option would be faster or > better than the existing command line /config file parameters > -- it would only serve to make things harder to deal with IMHO. > "Tuning" PostgreSQL is pretty simple, and is explained pretty > well throughout the manual (especially in th

RE: [HACKERS] 7.1 pg_dump fails for user-defined types (release stopper?)

2001-03-30 Thread Darren King
> A more promising idea is to hack function creation > so that the OID assigned to the function is lower > than the OIDs assigned to any shell types created > when the function is defined. Or we could try to > hack pg_dump to fix this, but that doesn't seem > appetizing. Requiring OID ordering w

RE: [HACKERS] Bug in CREATE OPERATOR

2000-12-20 Thread Darren King
> > CREATE OPERATOR testbit ( > leftarg = bitset, > rightarg = int4, > procedure = testbit, > commutator = testbit > ); > > Now we have a big problem, as the DROP OPERATOR command > cannot delete the illegally named operator. Have you tried deleting it directly from pg_operator in

RE: [HACKERS] Hash index on macaddr -> crash

2000-12-08 Thread Darren King
> We could fix this either by adding a new hash function to support > macaddr, or by removing the pg_amXXX entries that claim macaddr is > hashable. Either change will not take effect without an initdb, > however, and I'm loath to force one now that we've started beta. How about creating an SQL