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
Would love to see the ability to connect to & query multiple DBs at the same time.
It would allow to:
Have the flexibility to design graphs as separated as needed. Instead of designing DBs as 1 big graph, we could start thinking graphs as standalone DBs.
Split one DB into multiple DBs, while still having the possibility to query all the DBs as 1 whole.
Help introduce some level of "role based user access" patterns, by having one DB per user for example, and let the application layer route transactions to the relevant DB for this user. (or all sorts of logical separation of concerns)
Help with scaling and load balancing: we could easily deploy DBs across multiple nodes/servers
The text was updated successfully, but these errors were encountered:
API
Python
Description
Would love to see the ability to connect to & query multiple DBs at the same time.
It would allow to:
The text was updated successfully, but these errors were encountered: