Skip to content
This repository was archived by the owner on Feb 5, 2020. It is now read-only.

Special HTTP headers for Trellis

A. Soroka edited this page May 24, 2019 · 1 revision

Trellis/Cassandra offers some special HTTP request headers to enable customization of workflows and persistence. The most important is Cassandra-Chunk-Size, which, when applied to a request to persist binary data, will set the size of chunk (in bytes) that is used to chunk out the bitstream. This is particularly important if you expect to distribute computation across your Cassandra cluster. You will want to set this value high enough that a given distributed task will be able to complete on any resource to which it is applied without requiring data from more than one node.

Clone this wiki locally