2 Ağustos 2021 Pazartesi

Redis Serializers

JSON Serializer
Veriyi JSON olarak saklamak iyi bir fikir değil. Açıklaması şöyle
Using JSON to store data in Redis will increase your latency and resource usage without bringing any real benefit.
Bazı sebepler şöyle
- JSON serialization/deserialization is incredibly inefficient and costly
- You end up using more space in storage (which is expensive in Redis since it’s an in-memory database)
- You increase your overall service latency without any real benefit
MsgPack

Sıkıştırma

Hiç yorum yok:

Yorum Gönder