Hi
I have a SQL database with approx., 90m rows. Within the table
there several fields that are varchar 4. On a test server with approx.
200k rows I converted those to char4.
It showed that the database size shrunk by approx. 20 %, why I don't
understand.
My question is would I get a performance improvement for select
queries against those fields when they are char4 as opposed to varchar
4 ?
Thanks
I have a SQL database with approx., 90m rows. Within the table
there several fields that are varchar 4. On a test server with approx.
200k rows I converted those to char4.
It showed that the database size shrunk by approx. 20 %, why I don't
understand.
My question is would I get a performance improvement for select
queries against those fields when they are char4 as opposed to varchar
4 ?
Thanks
Comment