How does node.js optimize i/o performance? I wonder if this senior has any experience to share
过去多啦不再A梦2017-05-24 11:40:47
In practical applications, optimization at the data level is generally considered,
Index: can reduce the number of disk IO times
Cache: Memory io is definitely faster than disk io. You can choose cache, such as redis
Code level optimization: merge query