We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe9a218 commit cc55a6eCopy full SHA for cc55a6e
src/components/overlay/index.tsx
@@ -7,13 +7,13 @@ export const Overlay = () => {
7
</div>
8
9
<div className="absolute bottom-5 md:bottom-3 left-1/2 -translate-x-1/2 md:left-14 md:translate-x-0 text-white bg-background w-[274px] lg:w-[324px] text-left font-mono text-xs md:text-sm lg:px-4 py-1 px-3 md:py-2">
10
- 100-200x faster random access
+ 200x faster random access
11
<br />
12
2-10x faster scans
13
14
- Similar write throughput
+ 5x faster writes
15
16
- Similar compression ratios
+ Similar compression ratio
17
18
(vs. Apache Parquet)
19
0 commit comments