Hi All,
We're looking at porting our app to PSQL.
We got a table with 40,000 records in it and a simple query like "SELECT * FROM TABLE" runs 10 sec on an MSSQL server and 5 min (!!!) on a PSQL. Why?!! Is it just the way the PSQL performs?!!
Thank you.
We're looking at porting our app to PSQL.
We got a table with 40,000 records in it and a simple query like "SELECT * FROM TABLE" runs 10 sec on an MSSQL server and 5 min (!!!) on a PSQL. Why?!! Is it just the way the PSQL performs?!!
Thank you.