Re: [HACKERS] Data type removal
Mattias Kregert <matti@algonet.se>
From: Mattias Kregert <matti@algonet.se>
To: "Thomas G. Lockhart" <lockhart@alumni.caltech.edu>
Cc: hackers@postgreSQL.org
Date: 1998-03-25T16:38:54Z
Lists: pgsql-hackers
Thomas G. Lockhart wrote: > > With the amount of time being spent in discussion, _still without any > quantitative estimates for performance improvement_, it seems like > someone should do some measurements. Even without them though it is > pretty clear that it won't benefit a large database, since the fraction > of time spent constructing a query will be small compared to the time it > takes to traverse the tables in the query. I don't think the main reason for moving things out from the core would be performance, but for making it easier to manage extensions. /* m */