Picolab / fully-sharded-database

An experiment using picos to fully shard a database
MIT License
0 stars 0 forks source link

There is now a reserved "their role" value #81

Open b1conrad opened 2 years ago

b1conrad commented 2 years ago

We mustn't allow "participant list" as a value for "their role" when proposing a relationship, because this is used by the system to relate participant picos with the main list pico.

b1conrad commented 2 years ago

Or, more computationally expensive, we could instead filter on "is the other end a participant pico?" This would be done by checking to see if its installed rulesets include byu.hr.core.

b1conrad commented 2 years ago
ctx:query(other_eci,"io.picolabs.wrangler","installedRIDs") >< "byu.hr.core"