Skip to content

Commit

Permalink
Deploying to gh-pages from @ 8a5f548 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Jan 29, 2024
1 parent 2226ac8 commit 9d7b4c7
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion guides/wide-column-intro/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ <h2 id="columns-as-data">Columns as data</h2>



<table><thead><tr><th>row key</th><th>flight:FI318</th><th>flight:FI319</th><th>flight:EW7033</th><th>flight:EW7036</th><th>meta:miles</th><th>meta:model</th><th>meta:operator</th></tr></thead><tbody><tr><td>plane#TF-FIR</td><td>2024-01-25</td><td>2024-01-25</td><td></td><td></td><td>51000000</td><td>Boeing 757-256</td><td>Icelandair</td></tr><tr><td>plane#plane#D-AIQN</td><td></td><td></td><td>2019-10-31</td><td>2019-10-31</td><td>52142142</td><td>Airbus A320-211</td><td>Germanwings</td></tr></tbody></table>
<table><thead><tr><th>row key</th><th>flight:FI318</th><th>flight:FI319</th><th>flight:EW7033</th><th>flight:EW7036</th><th>meta:miles</th><th>meta:model</th><th>meta:operator</th></tr></thead><tbody><tr><td>plane#TF-FIR</td><td>2024-01-25</td><td>2024-01-25</td><td></td><td></td><td>51000000</td><td>Boeing 757-256</td><td>Icelandair</td></tr><tr><td>plane#D-AIQN</td><td></td><td></td><td>2019-10-31</td><td>2019-10-31</td><td>52142142</td><td>Airbus A320-211</td><td>Germanwings</td></tr></tbody></table>
<p>We can easily store all data in a single row, using two column families, <code dir="auto">flight</code> and <code dir="auto">meta</code>. Meta contains arbitrary columns
of different kind of metadata, while each column inside <code dir="auto">flights</code> is a flight number, with the cell value being the flight data.
Remember, unused columns do not account into space usage. To retrieve data, we can a specific column and use a column filter.</p>
Expand Down
Binary file removed pagefind/fragment/en_38992a0.pf_fragment
Binary file not shown.
Binary file added pagefind/fragment/en_97bd146.pf_fragment
Binary file not shown.
Binary file added pagefind/index/en_c4d2a2e.pf_index
Binary file not shown.
Binary file removed pagefind/index/en_eb8ec76.pf_index
Binary file not shown.
2 changes: 1 addition & 1 deletion pagefind/pagefind-entry.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"1.0.4","languages":{"en":{"hash":"en_f2f4ae5721","wasm":"en","page_count":11}}}
{"version":"1.0.4","languages":{"en":{"hash":"en_8f80864f84","wasm":"en","page_count":11}}}
Binary file added pagefind/pagefind.en_8f80864f84.pf_meta
Binary file not shown.
Binary file removed pagefind/pagefind.en_f2f4ae5721.pf_meta
Binary file not shown.

0 comments on commit 9d7b4c7

Please sign in to comment.