Ingest Related Limits

The following are Ingest related rate limits placed on your Rockset organization. If you are looking to troubleshoot errors with ingest, please reference the Troubleshooting Ingest page.

LimitDescriptionValue
Max Documents in Write API RequestMax number of documents allowed for add, patch, and delete operations.20,000
Max Documents in Write API Request with Dedicated Streaming IngestMax number of documents allowed for add, patch, and delete operations when Dedicated Streaming Ingest is enabled.1,000,000
Max Documents in Kafka Connect RequestMax number of documents allowed in a request.20,000
Max Size of Write API Request BodyMax number of bytes allowable for a particular request body.10 MiB
Max Size of Kafka Connect Request BodyMax number of bytes allowable for a particular request body.10 MiB
Max Size of DocumentMax document size allowed in collection.40 MiB
Max Size of File UploadMax size of file upload allowed.300 MiB
Max Size of Parquet FileMax file size for ingesting Parquet.20 GiB
Max Size of Field NameMax length of a field name allowed in a collection.10,240 characters
Max Size of _id ValueMax length of value in _id field allowed.10,240 characters
Max Depth of Package NestingMax number of times file(s) can be archived or compressed before being rejected. E.g. a .tar.gz file has 2 levels of packaging.10
Max Depth of Nested FieldsMax number of nested levels permitted in a single document.32
Max File Compression RatioMax compression ratio that will be allowed when decompressing a file before potentially being rejected.100
Max Number of Fields in a DocumentMaximum number of unique fields in a document (or maximum number of columns in a collection)No limit
Max Number of Documents in CollectionMaximum number of unique documents in a collections (or maximum number of rows in a collection)No limit