node.js i/o optimization - Stack Overflow
phpcn_u1582
phpcn_u1582 2017-05-24 11:38:47
0
1
755

How does node.js optimize i/o performance? I wonder if this senior has any experience to share

phpcn_u1582
phpcn_u1582

reply all(1)
过去多啦不再A梦

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template