Skip to content

Commit ec2ab27

Browse files
authored
Update some wording on current alpha state vs future architecture (#39)
1 parent 969d4b1 commit ec2ab27

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

faq.mdx

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ https://polybase.xyz/whitepaper
3434

3535
### Where is the data on Polybase stored?
3636

37+
<Info>
38+
**During Alpha** Polybase runs all the nodes that store your data, but pluggable storage will be available soon.
39+
</Info>
40+
3741
Storage on Polybase is pluggable, that means as a developer you can choose the
3842
trade offs between the various storage and indexing options.
3943

@@ -50,11 +54,6 @@ Out of the box, the default SDK implementation uses the Polybase datastore,
5054
which is a decentralized datastore with **similar functionality to Firebase
5155
Firestore**.
5256

53-
info
54-
55-
**During Alpha** only the Polybase datastore is available, but other storage
56-
options will be available soon.
57-
5857
### If data is stored off-chain, isn’t Polybase centralized?
5958

6059
Actually, no.
@@ -68,6 +67,10 @@ about the methodology.
6867

6968
### Can everyone see my data on Polybase?
7069

70+
<Info>
71+
**During Alpha** Polybase runs all the nodes that store your data, and data will be publicly visible.
72+
</Info>
73+
7174
It depends which storage option you choose:
7275

7376
- **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.
7982
The Polybase SDKs provide the functionality to encrypt the data with a wallet.
8083
This could be a user’s Metamask wallet or a custodial wallet for the dApp.
8184

82-
<Info>
83-
**During Alpha** only the Polybase datastore is available, but other storage
84-
options will be available soon.
85-
86-
</Info>
87-
8885
### How can the data on Polybase be accessed without going through the Polybase gateway?
8986

9087
While we are in alpha, the only way to access the Polybase network is through

0 commit comments

Comments
 (0)