Re: slow queries over information schema.tables - Mailing list pgsql-hackers

From Greg Stark
Subject Re: slow queries over information schema.tables
Date
Msg-id CAM-w4HMuwG3NdyphOt1k_+QUPPv-y9Quc3caytUNNA7LcVQjbg@mail.gmail.com
Whole thread Raw
In response to Re: slow queries over information schema.tables  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Just brainstorming here. Another crazy idea would be to get rid of
"name" data type, at least from the user-visible planner point of
view. It would probably have to be stored as a fixed length data type
like today but with a one-byte length header. That would make it
possible for the planner to use as if it was just another varchar.


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Tid scan improvements
Next
From: David Fetter
Date:
Subject: Compiling on Termux