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 ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match