Issue with Mongo DB charts

I’m new to mongo DB and charts. Trying to create a simple table (in Mongo DB charts) to show a list of data and mongo DB says you have 4,000 plus documents hence cannot render.
Cannot we even render a table with 4,000 plus rows in Mongo DB charts?
Is Mongo DB charts a very very basic utility? Cannot we use it for production purposes?

Hi @Vignesh_Venkataraman -

Table charts can render a lot more than 4000 rows. The limitation is around having a very large number of columns, as it results in poor performance and is rarely what the user intended. I suspect you are using a field in the “Dynamic Columns” channel which has a very large number of unique values.

Tom

1 Like