| ▲ | danpalmer 4 hours ago | |
Anything that explores triple stores in production more is interesting to me, nice one! That said, the load test immediately stuck out to me as being too small scale. Triple stores can have performance issues, and the amount of operations in the load test isn't enough to exhaust a single node, let alone a multi-node setup. If you're looking to make a more convincing case I'd benchmark where one node falls over and get some sense of the ability to horizontally scale. | ||
| ▲ | WolfOliver 4 hours ago | parent [-] | |
That is true. The load test is now at a scale which supports the app I'm running with it. I also know that the bottleneck is the triblestore which is currently a simple postgresql table with three columns (to put it simply). Now the system has to check in with the triplestore for each operation to find out if the operation is authorized. I'm thinking that it might be possible to replace this kind of auth check with a Zanzibar based system. | ||