And whats the non removable appwrite branding? It is listed on the website
It will depend on your usage and needs. If you face limitations with free and you don't have a very limited budget (or just to support Appwrite), then I would personally pay pro. If you don't face limits and you don't want to expend any money, then go with free.
Not sure if regions will be able on free tier. Will ask to the team.
In emails, you're not able to customize them. Basically that kind of things/customization
Alright got it
Thanks a lot sir
That would be great if you could ask the team about the region support
But having multiple db on a single project and having the datas split between them will increase the performance right?
No idea, I think there's not a fixed ETA on that, but seems very soon since it's publicly announced and the UI is done.
Appwrite's project only use 1 DB. If you create 2 dbs in your project, they will use 1
Oh ok
And is there any information regarding supporting json format for storing data. Right now i am storing json files as string and parsing it back to json while fetching
Also I don't think that will increase performance at all. Do you have already a big DB in Appwrite?
Not really
I would try using indexes to speed queries
For now, a string seems best method. Not sure if that will change in the future. Best practice for most projects is probably converting the JSON into database attributes instead of having a single field with a big JSON
But obviously depends on what are you building and several factors
Yeh got it
Thanks a lot for answering my queries
Regarding this, will tell you once I know. Most people is on holidays right now celebrating new year 😄
So responses are slower
Yeh thats alright
I wish you a very happy new year
Same! <:appwriterocket:823996226894692403>
If your issue has been solved, you can mark this post as closed by adding “[SOLVED]” to the beginning of the title
[SOLVED] Is Appwrite Pro Faster?
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...