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
Reading/Writing (and related deserialization) is slow and causes concurrency issues once in a while. Ususally not that big of an issue, but better prevent it
Storing files in containers is by default a bad idea. Better use a volume mapped solution (or even better, dedicated storage abstractions).
The text was updated successfully, but these errors were encountered:
Using protobuf is nice, but has some drawbacks:
The text was updated successfully, but these errors were encountered: