bookforge-storage-engine-selectorSelect the right storage engine architecture (LSM-tree, B-tree, or in-memory) for a database workload using a 7-dimensional scored trade-off analysis. Use wh...
Install via ClawdBot CLI:
clawdbot install quochungto/bookforge-storage-engine-selectorGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/bookforge-ai/bookforge-skills/tree/main/books/designing-data-Audited Apr 18, 2026 · audit v1.0
Generated May 10, 2026
An ad-tech company experiencing write amplification and compaction pauses in their PostgreSQL-based ad impression logging system needs to evaluate LSM-tree alternatives like RocksDB or Cassandra to handle high write throughput and reduce latency spikes.
A smart factory ingests millions of sensor readings per second. Storage engineers consider LSM-tree for write optimization and size-tiered compaction to avoid compaction stalls, while still supporting occasional range queries for historical analysis.
A SaaS startup building a real-time analytics dashboard for e-commerce clients needs to decide between an in-memory store (Redis) for low-latency aggregations and an LSM-tree store (RocksDB) for durability and crash recovery.
A fintech company requires strict ACID transactions and predictable read latency for a payment processing system. They use the skill to justify sticking with B-tree (PostgreSQL/InnoDB) over LSM-tree, given the need for strong consistency and range scans.
A social media platform facing latency spikes during compaction in their Cassandra cluster uses the skill to evaluate switching to leveled compaction or tuning bloom filters, balancing write throughput with read performance for user feeds.
Offer database storage recommendations as a premium add-on in a cloud infrastructure SaaS, where customers pay for personalized engine selection and tuning guidance based on their workload.
Provide expert consulting to companies migrating between storage engines, using the skill's scored comparison to justify migrations and reduce risk, charging per engagement.
Integrate the skill into CI/CD pipelines as an automated architecture advisor, charging per analysis run or as part of a larger DevOps platform subscription.
💬 Integration Tip
Integrate the skill into your architecture review process by running it on new service designs or performance tickets, and embed its scored comparison output directly into your documentation or decision records.
Scored May 10, 2026
Use Redis effectively for caching, queues, and data structures with proper expiration and persistence.
MarkItDown is a Python utility from Microsoft for converting various files (PDF, Word, Excel, PPTX, Images, Audio) to Markdown. Useful for extracting structu...
Database Designer - POWERFUL Tier Skill
Skill Oracle — Curated documentation of quality ClawHub skills. Markdown tables telling agents which tools work and which are empty. Not an API or code library.
Database Schema Designer
Use when optimizing SQL queries, designing database schemas, or tuning database performance. Invoke for complex queries, window functions, CTEs, indexing strategies, query plan analysis.