optimization - Best practice with MySQL -


I just wondered what is the best practice: I have a table and I want to hide a record so that I Can I use a column like visible = 1 or I should create another table and transfer data.

Thank you!

I would recommend adding a heavy field for this purpose. I usually use a little bit for it.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

memcached - Django cache performance -

java : convert string value to int -