Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Building Serverless Web Applications

You're reading from  Building Serverless Web Applications

Product type Book
Published in Jul 2017
Publisher Packt
ISBN-13 9781787126473
Pages 354 pages
Edition 1st Edition
Languages
Concepts
Author (1):
Diego Zanon Diego Zanon
Profile icon Diego Zanon
Toc

Chapter 7. Managing a Serverless Database

A serverless database is defined like any other serverless service: it needs to have high availability, and high scalability and, the pricing model must consider its real usage. Satisfying those conditions is particularly hard for databases since performance is a key feature. For a predictable and high performance, databases are usually configured in their own dedicated servers, but serverless requires a shared model to avoid charging the customer for 100% of the time the database is available. In serverless, we want to pay only when a request is done and not when the database is in an idle state.

Currently, only a few services have managed to bring the serverless model to databases. AWS offers just one service: SimpleDB, but it lacks many important features and is extremely limited. For other and better options, you can try FaunaDB, Google Firebase, or Google Cloud Datastore. To continue to use AWS services in this book, we are going to cover DynamoDB...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}