You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -386,7 +385,7 @@ The following SQL query should return an empty result.
386
385
SELECT*FROM fluss_customer WHERE`cust_key`=1;
387
386
```
388
387
389
-
## Fluss Remote Storage
388
+
## Remote Storage
390
389
391
390
Finally, you can use the following command to view the fluss kv snapshot stored in fluss remote storage:
392
391
```shell
@@ -547,7 +546,7 @@ SELECT sum(total_price) as sum_price FROM datalake_enriched_orders;
547
546
548
547
You can execute the real-time analytics query multiple times, and the results will vary with each run as new data is continuously written to Fluss in real-time.
549
548
550
-
### Storage
549
+
### Lake Storage
551
550
552
551
Finally, you can use the following command to view the files stored in Iceberg Hadoop warehouse:
@@ -375,7 +371,7 @@ The following SQL query should return an empty result.
375
371
SELECT*FROM fluss_customer WHERE`cust_key`=1;
376
372
```
377
373
378
-
## Fluss Remote Storage
374
+
## Remote Storage
379
375
380
376
Finally, you can use the following command to view the fluss kv snapshot stored in fluss remote storage:
381
377
```shell
@@ -529,7 +525,7 @@ The result looks like:
529
525
```
530
526
You can execute the real-time analytics query multiple times, and the results will vary with each run as new data is continuously written to Fluss in real-time.
531
527
532
-
### Storage
528
+
### Lake Storage
533
529
534
530
Finally, you can use the following command to view the files stored in Paimon Hadoop warehouse:
0 commit comments