Cedric BUSCHINI wrote: > Hello everyone, > > A quick question: > - how long does it take you to perform that query : > "SELECT COUNT(*) FROM A_TABLE;" >
Not long :)
dev5=# SELECT COUNT(*) FROM A_TABLE; ERROR: relation "a_table" does not exist
In response to
Performances at 2006-12-28 09:59:39 from Cedric BUSCHINI