|
|
|
|
|
by Jedd
2654 days ago
|
|
> Other big boons for us have been using ENUM types where necessary (small known dataset for a column) -- now your column takes 4 bytes instead of N bytes for a string. I find them a bit easier to work in than foreign keys for this optimization because of their direct string mapping. Can you give an example? It sounds like normalising the schema would have similar (perhaps more) benefits. |
|