# Running a large number of keyspaces in a cluster

**URL:** https://forum.scylladb.com/t/running-a-large-number-of-keyspaces-in-a-cluster/80
**Category:** ScyllaDB
**Created:** [November 14, 2022, 5:04am UTC](https://forum.scylladb.com/t/running-a-large-number-of-keyspaces-in-a-cluster/80 "2022-11-14T05:04:36Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Guy](https://sea2.discourse-cdn.com/flex016/user_avatar/forum.scylladb.com/guy/32/9_2.png) [@Guy](https://forum.scylladb.com/u/Guy)
#### Post date: [November 14, 2022, 5:04am UTC](https://forum.scylladb.com/t/running-a-large-number-of-keyspaces-in-a-cluster/80/1 "2022-11-14T05:04:36Z")

</div>

What’s the operational experience like with large numbers of keyspaces in a cluster? Are there any functional or operational limits to be aware of?

---

<div class="post-metadata">

### Author: ![Guy](https://sea2.discourse-cdn.com/flex016/user_avatar/forum.scylladb.com/guy/32/9_2.png) [@Guy](https://forum.scylladb.com/u/Guy)
#### Post date: [November 14, 2022, 5:10am UTC](https://forum.scylladb.com/t/running-a-large-number-of-keyspaces-in-a-cluster/80/2 "2022-11-14T05:10:22Z")

</div>

It’s recommended to limit the number of keyspaces/tables in a single cluster to a few hundreds.  
Using more can be tricky in some cases as Scylla needs many files, and Memtable flush is per table. Additionally, the amount of RAM available and how homogenous those keyspaces are homogenous also have an impact.
