Mysql – Is it sensible to create a different table for the same data for each date?
I have a MYSQL InnoDB table table with the following columns (table and column names changed): date (PK, DATE) var_a (PK, FK, INT) var_b (PK, FK, INT) rel_ab (DECIMAL) where rel_ab is a column that describes a relationship between 2…