I am curious about how the key-auth plugin works, specifically when used with a cassandra backing db.
it appears that the keys is set to unique but how is the uniqueness enforced?
I am asking because it seems that this uniqueness would force a full table scan in cassandra, how else would kong know if the key is unique or not.
If the contraint is forcing full table scans should the key field not be an index?