63 followers
I'm a senior software and web developer that loves everything about programming
When designing your data models you should always have one important thing in mind: how do I index it ? Indexes can make your data consumption faster and easier. A query that will take 2 seconds to complete without an index, can take only a few milli...