We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce30f07 commit 152d3cfCopy full SHA for 152d3cf
README.md
@@ -99,7 +99,7 @@ Arctic includes three storage engines:
99
* [TickStore](arctic/tickstore/tickstore.py): Column oriented tick database. Supports
100
dynamic fields, chunks aren't versioned. Designed for large continuously ticking data.
101
* [Chunkstore](arctic/chunkstore/chunkstore.py): A storage type that allows data to be stored in customizable chunk sizes. Chunks
102
- aren't versioned, and can up appended to and updated in place.
+ aren't versioned, and can be appended to and updated in place.
103
104
Arctic storage implementations are **pluggable**. VersionStore is the default.
105
0 commit comments