nkryption
nkryption

Reputation: 41

How to have more than 32 namepaces in aerospike?

There is max limit of 32 to the namespace count in aerospike. Is it possible to have more than 32 namespaces in an aerospike?

Upvotes: 1

Views: 207

Answers (2)

Ronen Botzer
Ronen Botzer

Reputation: 7117

Think of a namespace as a policy container, similar to TABLESPACE, which most importantly defines the storage for the data within it. The storage engine can be memory or an SSD or in-memory with HDD persistence. Do you have more than 32 SSDs in your database nodes?

This is less a 'database' (in RDBMS terms) than a tablespace, but I doubt many people have 32 databases even in RDBMS land.

Upvotes: 2

Mnemaudsyne
Mnemaudsyne

Reputation: 513

One Aerospike cluster only supports 32 namespaces and 1023 sets per namespace. Please read Aerospike’s FAQ here.

Are you asking because you have a very large number of tables (sets)? Please let me know your concern.

Upvotes: 2

Related Questions