Why is there a column in the posts table for column count? I would have thought that should be worked out by the program rather than stored in the database.
Why is there a column in the posts table for column count? I would have thought that should be worked out by the program rather than stored in the database.
Performance. Calculating the count every time that page is viewed is more more processor intensive than calculating it once and storing it the database.
You must log in to post.