Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ main advantages:
- Use CPU vector instruction (SIMD) to process data

There are several DBMS-es implementing columnar store model. Most
popular are [Vertical](https://vertica.com/),
popular are [Vertica](https://vertica.com/),
[MonetDB](https://www.monetdb.org/Home). But actually performing
operation on the whole column is not so good idea. Table can be very
large (OLAP queries are used to work with large data sets), so vector
Expand Down