When it comes to performance for e-commerce site, what do you suggest from following two options:
- Reading Serialized De-normalized data stored in separate table in db as binary?
OR - Reading Serialized De-normalized data stored in file as binary?
With at least three tables / binary file to be read for each page request?
1 Answer