Skip to content

Commit d7ac116

Browse files
author
Tony Bedford
authored
[add] - note on when raw data is used (#107)
1 parent 9ea3207 commit d7ac116

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/subscribe.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,8 @@ In addition to the `TimeseriesData` and pandas `DataFrame` formats (Python only)
272272
};
273273
```
274274

275+
If you are developing in Python you will typically use either `TimeseriesData` or `DataFrame`. In C# `TimeseriesDataRaw` is mainly used for optimizing performance.
276+
275277
### Using a Buffer
276278

277279
Quix Streams provides you with an optional programmable buffer which you can configure to your needs. Using buffers to consume data enables you to process data in batches according to your needs. The buffer also helps you to develop models with a high-performance throughput.

0 commit comments

Comments
 (0)