Skip to content

Commit

Permalink
fix mistakes in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
janjagusch authored and stephan-hesselmann-by committed Apr 21, 2021
1 parent d027ca2 commit 4e4b5e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/spec/indexing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ All currently supported kartothek index types are inverted indices and are mappi
index_dct = {1: ["table/12345"], 2: ["table/12345", "table/6789"]}
Where, in this example, the value ``42`` is found in exactly one partition which is labeled ``table/partitionA=42/12345``.
Where, in this example, the value ``1`` is found in exactly one partition which is labeled ``table/12345``.

Users typically do not interact with indices directly since querying a dataset will automatically load and interact with the indices. For some applications it is still quite useful to interact with them directly.

Expand Down Expand Up @@ -87,7 +87,7 @@ For data with high cardinality this kind of index is not well suited since it wo
Secondary indices
-----------------

Secondary indices are the most powerful type of indices which allow us to reference files without having to encode any kind of values in the keys. They can be created by supplying the `secondary_indices` keyword argument as shown above. The user interaction works similarly to the
Secondary indices are the most powerful type of indices which allow us to reference files without having to encode any kind of values in the keys. They can be created by supplying the `secondary_indices` keyword argument as shown above.


Persistence
Expand Down

0 comments on commit 4e4b5e0

Please sign in to comment.