Home / Companies / AuthZed / Blog / December 2023

December 2023 Summaries

2 posts from AuthZed

Filter
Month: Year:
Post Summaries Back to Blog
The AuthZed customer experienced a significant increase in permission requests, leading to full-second latency at the 95th percentile, and ultimately discovering that their database had insufficient capacity to handle these spikes. With the help of AuthZed's extensive observability toolkit, they were able to identify the root cause as inefficient ACL filtering that fanned out individual checks too quickly for the allocated capacity, and implemented a solution by moving from fanout CheckPermission calls to BulkCheck, which led to significant latency reduction and improved cache efficiency. These improvements are now available in SpiceDB v1.28!
Dec 07, 2023 679 words in the original blog post.
SpiceDB has released two updates this month, v1.27 and v1.28, which include enhancements to tracing, improved performance, and new features such as the ability to repair SpiceDBs and better error reporting on Watch API. The zed CLI has also been updated with improvements for restore and backup commands. Additionally, the AuthZed team shared some interesting breakfast cereal-related trivia in Discord.
Dec 01, 2023 531 words in the original blog post.