@@ -34,6 +34,10 @@ https://polybase.xyz/whitepaper
34
34
35
35
### Where is the data on Polybase stored?
36
36
37
+ <Info >
38
+ ** During Alpha** Polybase runs all the nodes that store your data, but pluggable storage will be available soon.
39
+ </Info >
40
+
37
41
Storage on Polybase is pluggable, that means as a developer you can choose the
38
42
trade offs between the various storage and indexing options.
39
43
@@ -50,11 +54,6 @@ Out of the box, the default SDK implementation uses the Polybase datastore,
50
54
which is a decentralized datastore with ** similar functionality to Firebase
51
55
Firestore** .
52
56
53
- info
54
-
55
- ** During Alpha** only the Polybase datastore is available, but other storage
56
- options will be available soon.
57
-
58
57
### If data is stored off-chain, isn’t Polybase centralized?
59
58
60
59
Actually, no.
@@ -68,6 +67,10 @@ about the methodology.
68
67
69
68
### Can everyone see my data on Polybase?
70
69
70
+ <Info >
71
+ ** During Alpha** Polybase runs all the nodes that store your data, and data will be publicly visible.
72
+ </Info >
73
+
71
74
It depends which storage option you choose:
72
75
73
76
- ** Local storage / custodial** \- no one else can see the data, only the user
@@ -79,12 +82,6 @@ In all cases, data should be encrypted to ensure the best privacy protection.
79
82
The Polybase SDKs provide the functionality to encrypt the data with a wallet.
80
83
This could be a user’s Metamask wallet or a custodial wallet for the dApp.
81
84
82
- <Info >
83
- ** During Alpha** only the Polybase datastore is available, but other storage
84
- options will be available soon.
85
-
86
- </Info >
87
-
88
85
### How can the data on Polybase be accessed without going through the Polybase gateway?
89
86
90
87
While we are in alpha, the only way to access the Polybase network is through
0 commit comments