宝玛科技网
您的当前位置:首页UsingRedistoOptimizeMySQLQueries

UsingRedistoOptimizeMySQLQueries

来源:宝玛科技网


This is the first time I’m encountaring this approach where a NoSQL database is used not to provide directly the final data (usually in a denormalized format), but rather to optimize the access to the master of data. Basically this is a metadata layer optimizer. Neat!

Original title and link: Using Redis to Optimize MySQL Queries (NoSQL database?myNoSQL)

显示全文