Multiple spaces vs only default space

Hi,
Is there a limit to the number of spaces that can be created?
Are spaces in order of hundreds okay?

Is there a performance improvement having canvas workpads split over multiple spaces vs having them all in one default space?

Are there any recommended best practices while creating a large number of spaces? (Will be adding spaces over time using the spaces api)

Thanks

Hello rcodestuff,

There is a limit of 1000 but that is configurable. Raising that limit may affect the performance of the application though because there are times where spaces are lazy loaded. Here is a link to the knowledge base for spaces settings.

https://www.elastic.co/guide/en/kibana/6.7/spaces-settings-kb.html

Splitting workpads over multiple spaces does not give any performance boost except when rendering the list of workpads. It would take 1 space with 1000 workpads longer to render that list vs. having 4 spaces with 25 each.

Thanks for the feedback.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.