Need to increase column limit in production
If you would like to increase column limit, kindly write to us at support@zohocatalyst.com
Related Articles
Need a SSL certificate?
If you need a SSL certificate, please drop an email with your projectID and email address to support@zohocatalyst.com
Catalyst Data Store tables are empty in production
We would suggest you to use the Catalyst CLI/Bulk Write API to perform the bulk write operation in your table in the production environment. You can export the same from development and import it into production. Please check this link for more ...
How to create a folder in the File Store in the production environment?
You can create folders using Catalyst SDK’s only in the development environment. The folders cannot be created through Catalyst SDK methods in the production environment. Hence, we would suggest you to create the folders in the Filestore only from ...
Catalyst Data Store : API Limit Reached - Error 403
As the message indicates, you have reached the maximum limit for row count in your development environment. You can query the tables in order to find the count of rows in specific table in the ZCQL console. Also, the limit will be 5000 rows per table ...
Limit of text data type in Catalyst Data Store
The limit of text datatype in the Catalyst Datastore is 10000. If your message contains more than 10000characters, please consider creating a file in the FileStore and upload the content to it.