index-keyspace-evolution
SolidAdding Fjall partitions and key encodings safely
Install
Quality Score: 82/100
Skill Content
Details
- Author
- Goldziher
- Repository
- Goldziher/basemind
- Created
- 2 years ago
- Last Updated
- yesterday
- Language
- Rust
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
handling-schema-evolution
Evolve data schemas safely over time — backward/forward compatibility, additive vs breaking changes, column adds/renames/type changes, and evolution in Avro, Parquet, Iceberg, Delta, and warehouse tables. Use when changing a table or event schema, adding or renaming columns, changing types, or preventing a schema change from breaking readers or pipelines.
new-migration
Add or change decant's SQLite schema safely. Use when adding a column, table, index, or FTS change to the archive, when bumping LATEST_SCHEMA_VERSION, when a SchemaDriftError appears on open, or when reviewing a change that touches src/db.ts, src/schema.sql, or src/schema-manifest.ts.
schema-migration-safety
Use when writing database schema migrations or changing tables, columns, indexes, or constraints on a system with real data