Hello,
I use postgreSQL 6.3. Have a look at this (after running psql):
=
mydb=> vacuum;
VACUUM
mydb=> create table mytable (number int);
CREATE
mydb=> insert into mytable values(12);
INSERT 18711 1
mydb=> insert into mytable values(13);
INSERT 18712 1
mydb=> se
This is cross-posted to PHP3 and pgsql-general because it's a half/half
sort of thing... Please check replies carefully and avoid too-specific
answers going to both lists. If in doubt, email me direct, and I'll
summarize where appropriate THANKS!!!
#1 I'm running PHP3b6 because my ISP can't ge
Again cross-posted due to duality of php/psql question. Don't cross-post
specific replies. THANKS!!!
At 3:11 PM 7/3/98, Richard Lynch wrote:
>C. I should research system/shell/passthrough stuff
>Do you get the idea that I'm not even sure which one does what?...
>C1. I would nee
Is there some tool[s] to indicate the % of waste and/or column/index
performance or some other criteria to indicate relative need for vacuum?...
This is probably not the world's most helpful response, but maybe it will
point you in the right direction.
What tools are there for creating screens on dumb terminals (regardless of
where the data is being written to)? I'd think that libcurses would be a
place to look. If that answers your quest