Tassilo Posegga
Posts: 0
Joined: Wed Nov 26, 2014 4:44 pm

Database size and security

The App I want to build is targeting to have a user base of several thousands. Each should be able to upload audio files (upt o 10 MB). How is your database handling files? Are they directly stored in the DB or is it just a reference to the file system? I guess I still need some Terrabytes of storage. Is this still the right tool to create such an application?
Furthermore we want to integrate In-App purchases. How is it with the security? How can I protect the database?

Egor Kotov6832188
Posts: 0
Joined: Wed Nov 19, 2014 5:15 pm

Database size and security

Are they directly stored in the DB or is it just a reference to the file system?
It strores files in DB
http://devcenter.appery.io/documentat...

I guess I still need some Terrabytes of storage
Take a look at next link:
http://appery.io/pricing - here you can find the right plan.

How is it with the security?
Try Stripe with secure proxy, and will be secured
http://devcenter.appery.io/tutorials/...

How can I protect the database?
Your Database collections are protect by your account or user's session Token.

Tassilo Posegga
Posts: 0
Joined: Wed Nov 26, 2014 4:44 pm

Database size and security

Okay but if files are stored in the DB this is a bottleneck and wiill get very slow. I am talking about several (hundred) thousand users?

Pricing max DB storage = 15GB? I was talking about Terrabyte.

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Database size and security

Dear Tassilo,

Please contact our Managers via Enterprise - Contact us button http://appery.io/pricing/

Return to “Issues”