SpacetimeDBSpacetimeDB

v2.5

InstallDocs
Pricing
Referrals
25K STARS
Login
DocsPricingLLM BenchmarksTemplatesBlogCommunityFeaturesReferrals

Community

installLogin
Astrolabe
Boost what matters

Feature Requests

Submit feature requests and boost what you want to see next.

Feature Requests
  • Requested (61)
  • Planned (0)
  • Completed (2)
Energy↓Date↓
#2363
Completed · Jun 3, 2026

SpacetimeDB supports for hashmap indexing

would love to see an option to index a table not only in btree but also as hashmap. (like hash index on postgres https://www.postgresql.org/docs/current/hash-index.html) please please please add this

0TeV
#2611
Completed · May 27, 2026

Feature request: try_update

Like `try_insert` except it's `try_update`: ``` // Pseudocode bool try_update(ctx, primary_key_value, value): if ctx.primary_key_column.try_find(primary_key_value): // Row with a matching primary key column exists ctx.primary_key_column.delete(primary_key_value) ctx.primary_key_column.insert(primary_key_value, value) else: // The row with the matching primary key didn't exist return false ```

0TeV
SpacetimeDB

SpacetimeDB is designed and engineered by Clockwork Labs.

With an SQL-style query language, real-time subscription queries, blockchain-like permissions, transactional updates, and ultra high performance thanks to embedded application logic, it is the next generation serverless database.

©2026 Clockwork Laboratories, Inc.

Navigation

InstallDocsPricingBlogCommunityReferrals

More

RedeemTerms of ServicePrivacy PolicyCookie Policy