You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Object output stream comes with an overhead of object cache which doesn’t make much sense for AOF as each command is independent. This leads to memory leaks and also slows down reads and writes.
Since we are already writing byte stream we don’t need specific serialisation capabilities.
The text was updated successfully, but these errors were encountered:
Object output stream comes with an overhead of object cache which doesn’t make much sense for AOF as each command is independent. This leads to memory leaks and also slows down reads and writes.
Since we are already writing byte stream we don’t need specific serialisation capabilities.
The text was updated successfully, but these errors were encountered: