Hacker News new | ask | show | jobs
by cygned 3342 days ago
I could think of denormalization; e.g. you have an entitiy that can have 0..n tags and you want to speed up the retrieval, I could think of arrays being a faster way.
1 comments

Quite a bit faster, actually, depending on the dataset.