casbin / casbin-mesh

A scalable authorization layer built on Casbin (The experimental project is currently unstable)
https://mesh.casbin.org
Apache License 2.0
25 stars 13 forks source link

Introduce read index to improve read only performances #56

Open noneback opened 2 years ago

noneback commented 2 years ago

Casbin-mesh is a typical service which serve much more read req than write. Wecan introduce read index refinement ib raft to improve its read performances

Sent from PPHub

casbin-bot commented 2 years ago

@WenyXu @nodece

noneback commented 2 years ago

finished #57