Could not access a Table in Dremio (Collection in Mongo DB) due to Dremio Limit

Could not access a Table in Dremio (Collection in Mongo DB) as one of the fields exceeds the size limit. Error shown is “Field ‘description’ exceeds the size limit of 32000 bytes.”

When checked Dremio Documentation, https://docs.dremio.com/advanced-administration/limits.html, This limit is known.

Even the ‘description’ field is omitted in manual Query, still the Table is not accessible.

Is there any way in Dremio to access a Table with Field size more than 32KB ?

Hello @Vijay

If you omit the ‘description’ in the select query, then the query should work.

If it still not working, then there might be another column as well with more than 32K.

can you check that?

Thanks,
@Rakesh_Malugu