Modeling a Simple Social App Using SQL and Redis
Felix Lin sent me a link to the slides he presented at NoSQL Taiwan meetup. There are 105 of them!
The deck covers:
- how to build a simple social site using SQL
- what are the performance issues with SQL
- how to use the data structures in Redis for getting the same features
- how to solve the performance issues in SQL by using Redis
Check them up after the break:
Original title and link: Modeling a Simple Social App Using SQL and Redis (©myNoSQL)