✅ The best database for fast add/delete operations
Hello. I'm building a SignalR application that will scale horizontally. I need external storage where I can quickly add and remove temporary entries. For example, store information about which chat the user is currently in (key-value structure). Which solution should be chosen for this? It is important for me to quickly add / remove for not very large amounts of data.
4 Replies