Cost Cutting on the Cloud with a NoSQL Document Database

Est. reading time: 13 min
Cost cuttin on the cloud with a NoSQL document database

The emergence of cloud computing has transformed today’s business and information technology landscape. Businesses are offered significant advantages, including the ability to provide device and location independent services. Resources can be shared by a large variety of users and monitored from centralized infrastructure, increasing organizational agility.
The current “cloud computing race” has vendors offering Service Level Agreements (SLA) which exceed 99.99% availability. Cloud computing allows simpler management of IT infrastructure, giving businesses the opportunity to focus on key business operational activities and reducing time needed to market new products.

But What about Cost?

Cloud providers maintain that cloud computing offers cost reductions. A company that uses a cloud-based model translates capital expenditure (CapEx) properties like physical hardware to operational expenditure (OpEx), gaining improved technical services like an infrastructure easily adjustable for one-off or irregular computing tasks.
Available figures on global cloud computing expenditure in the Asia Pacific, EMEA, and North America regions reveal that contemporary organizations are using the cloud for operational and business needs more than ever before.

In spite of the advantages cloud-service providers offer businesses, organizations (especially startups) need to be aware of potential cost drawbacks when choosing to adopt cloud platforms.

Steering Clear of Unnecessary Overheads

By 2023, 3 out of every 4 databases will be on a cloud platform.

According to Gartner, “more than 70% of new application deployments will leverage the cloud for at least one-use case. By 2023, 3 out of every 4 databases will be on a cloud platform.” This evident shift emphasizes the need to avoid unnecessary overheads or costs incurred via poor application-design strategy or by wrong resources selected for the job.

It is imperative for businesses and development teams that design cloud-served applications, to use design and deployment models that guarantee availability, optimize performance, and in due course reduce costs.

Application componentization for instance is a popular approach to software design, that allows development teams to create easily-scalable, distributed applications and services. It is possible to overdo it though, breaking an application to too many modules that require separate hosting-platforms and cost additional fees.

It is also advisable to check your cloud-platform characteristics carefully before equipping your application with new services and deploying them. Your cloud provider may for instance be capable of handling only a certain volume of file transfers, or introduce higher fees for transmissions to an external hosting platform.

A NoSQL Document Database: Make the Right Call

As you refactor your applications to provide new services, improve performance and handle data better, you should know that selecting the right database can result in huge savings on your cloud platform.

Here is a simple illustration: Let’s assume we have a simple application that uses a database, with a modest 200-page views per second. Each page-view for a particular page sends the database 20 queries, bringing us to 4,000 requests per second.
Going by current pricing models where cloud instances charge by client requests, a conservative cost estimation would be $250 per month for a single page.

By using a database suitable for the job, you can significantly lower the number of requests.

When such a page sends 100 queries per page-view, it may drive the costs up to about $1,100 or more.
By using a database suitable for the job, you can significantly lower the number of requests. Assuming the queries drop from 100 to 10 with each page view, you can save about 90% of your cloud costs. Certain databases, such as RavenDB, are designed for such circumstances and can reduce the number of remote calls per page even further.

Developers are progressively considering and adopting the use of open source NoSQL document databases that offer efficient horizontal scalability, thus aiding performance. Some of the best open source NoSQL document databases, like RavenDB, are equipped with efficient organization and storage of data and with queries optimization.

RavenDB’s smart queries-optimizer prepares indexes automatically in advance to serve reoccurring queries, and accelerates the retrieval of results by automatically utilizing and refining existing indexes.
Advanced features like lazy queries help you reduce overhead, decrease the page load time and eliminate the majority of network waits.

More Ways to Cut Cloud Costs with Your Database

RavenDB optimizes database requests by utilizing ‘lazy requests’ and ‘includes’.

An application may lower traffic costs by minimizing the number of times it communicates with its database server. RavenDB optimizes database requests by utilizing ‘lazy requests’ and ‘includes’.

lazy request is a request that isn’t actually sent to the server the minute a user makes it. Instead, lazy requests are collected until the server’s response to one of them is actually needed, and then sent to the server in a unified transmission. The server responds with a single transmission as well.

RavenDB’s ‘include‘ functionality pre-loads data that is likely to be needed, stores it in advance in the current session, and delivers it if requested. This way related data, e.g. a product page and various pages detailing the product’s components, can be retrieved in a single call. Including is much more efficient than an SQL join operation in regard to paging and sorting, and is not prone to vulnerabilities like join’s tendency to retrieve cartesian-product results and their impact on query performance.

The Best Offense is a Good Defense

Applications failure to economize data requests and retrieval, is translated to waste of money, time and other resources. Here are some established principles to consider when hosting applications or services on the cloud.

  • Do not spread your data across too many cloud platforms.
  • Have a good grasp of what your cloud vendor is providing.
  • Trigger notifications and alerts to track your expenses on your cloud platform.
  • Continuously check your cloud services` efficiency.
  • Suspend unrequired services and resources.

About RavenDB
Mentioned in both Gartner and Forrester research, RavenDB is a pioneer in NoSQL database technology with over 2 million downloads and thousands of customers from Startups to Fortune 100 Large Enterprises.
RavenDB Features include:

  • Easy to Use
    RQL Query language is based on SQL
  • Comfortably corresponds with Relational and Document databases
    ETL, Data migration
  • Multiplatform
    C#, Node.js, Java, Python, Ruby, Go
  • Multisystem
    Windows, Linux, Mac OS, Docker, Raspberry Pi
  • Multi-model
    Document, Key-Value, Graph, Counters, Attachments
  • Low demands
    Works efficiently on older machines and smaller devices
  • Authentication and Data Encryption
    Secures your data in rest and transit to prevent theft and misuse
  • Advanced built-in features
    Full-Text Search, MapReduce, and Storage Engine
  • Schema Free

Watch our intro video here!
Grab RavenDB for free and get:

  • 3 cores
  • our state of the art GUI interface
  • Connectivity secured with TLS 1.2 and X.509 certificates
  • 6 gigabyte RAM database with up to 3 nodes cluster
  • Easy compatibility with cloud solutions like AWS, Azure, and more

Woah, already finished? 🤯

If you found the article interesting, don’t miss a chance to try our database solution – totally for free!

Try now try now arrow icon