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
Copy file name to clipboardExpand all lines: README.md
+23-12
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@
39
39
4.**Table Tolerance** - Model for sampling fraction and **query accuracy** trade-off.
40
40
41
41
42
-
##Query example with Qbeast
42
+
### What does it mean? - Let's see an example:
43
43
44
44
<div>
45
45
<imgsrc="./docs/images/spark_delta_demo.gif"width="49%"alt="Demo for Delta format GIF" />
@@ -49,13 +49,25 @@
49
49
50
50
As you can see above, the Qbeast Spark extension allows **faster** queries with statistically **accurate** sampling.
51
51
52
+
52
53
| Format | Execution Time | Result |
53
54
|--------|:--------------:|:---------:|
54
-
| Delta | ~ 151.3 sec.| 37.869383 |
55
-
| Qbeast |~ 6.6 sec. | 37.856333 |
55
+
| Delta |~ 2.5 min. | 37.869383 |
56
+
| Qbeast | ~ 6.6 sec.| 37.856333 |
56
57
57
58
In this example, **1% sampling** provides the result **x22 times faster** compared to using Delta format, with an **error of 0,034%**.
58
59
60
+
# Getting Started
61
+
62
+
>### Warning: DO NOT USE IN PRODUCTION!
63
+
> This project is in an early development phase: there are missing functionalities and the API might change drastically.
64
+
>
65
+
> Join ⨝ the community to be a part of this project!
66
+
>
67
+
> See Issues tab to know what is cooking 😎
68
+
69
+
70
+
59
71
60
72
# Quickstart
61
73
You can run the qbeast-spark application locally on your computer, or using a Docker image we already prepared with the dependencies.
@@ -67,11 +79,11 @@ Download **Spark 3.1.1 with Hadoop 3.2**, unzip it, and create the `SPARK_HOME`
67
79
>:information_source:**Note**: You can use Hadoop 2.7 if desired, but you could have some troubles with different cloud providers' storage, read more about it [here](docs/CloudStorages.md).
0 commit comments