Skip to main content

Data Management-As-A-Service

Data management-as-a-Service (DMaaS) is a type of cloud service that provides enterprises with centralized storage for disparate data sources. The label "as-a-service" references a pay-per-use business model that does not require the customer to purchase or manage infrastructure for data management. In this business model, the customer backs up data to the DMaaS service provider. This is typically done by installing agents on the data sources being backed up, although in the case of cloud data sources, a simple authentication process may be the first step.
DMaaS is typically an operating expense that goes up and down based on how much service the customer is consuming. It is technically possible to provide DMaaS using on-premises infrastructure or a private cloud offered by the DMaaS vendor, but all infrastructure must be provided and managed by the DMaaS vendor to be considered a service. Although it may be possible to do DMaaS this way, it is prohibitive to do so for logistical and cost reasons.

How DMaaS works

As the name implies, DMaaS must be done as a service - it is not DMaaS if a company must purchase, install and maintain significant amounts of infrastructure to perform data management. The "as-a-service" moniker should be in keeping with the traditions of services that have created and defined the concept, such as Salesforce.com, Office365 and G-Suite. For example, none of these companies require customers to install or manage infrastructure - virtual or physical - to provide or consume the service. Companies using such services simply tell the vendor (usually via their interface) their specific needs, such as how many users should be registered and what amount of storage each user will need. The infrastructure required to provide that service will be automatically provisioned and managed by the vendor.

Data Management-as-a-Service leverages cloud services to provide scalability, insights and accessibility to a company's various sources of data. This central collection of data is then leveraged to provide data protection and additional services. Data sources include file servers, application servers and database servers, including virtual machine (VM) databases as well. Most companies also have data in one or more cloud providers, and on many desktops, laptops and mobile devices. A comprehensive data management solution protects and manages data from all sources in a single cloud-based system; however, there are data management solutions that only protect and manage a subset of these data sources.

The additional services mentioned above include proactive compliance, data analytics, legal hold and centralized search. A centralized view across all data sources provides the best viewpoint for many of these services. For example, if an electronic discovery request asks a company to find and hold all instances of a given employee's work, being able to perform a single search across servers, laptops and cloud instances makes fulfilling that request much easier.

Benefits

Three advantages to DMaaS hosts over other data management solutions include:
  • A complete DMaaS system can protect all of a company's data assets while drawing additional value from it and reducing cost at the same time.
  • The centralized storage of data that DMaaS requires eliminates waste and facilitates other parts of the business.
  • Using a data management service (versus purchasing and maintaining the infrastructure to do it yourself) reduces capital expenditures and makes data management costs much more predictable.

Comments

Popular posts from this blog

Ghosting

Ghosting is to cease communications without notification. The use of the word "ghost" as a verb originated in social media in reference to dating, but the term is now used by employers to describe employees and potential employees who suddenly disappear. Typically, ghosting is used to describe: Job candidates who suddenly stop responding to messages. New hires who fail to show up for their first day of work. Employees who do not show up for a shift. Employees who leave work in the middle of the day and never come back. Some analysts blame ghosting on millennial entitlement. The reasoning is that members of the millennial generation have been brought up to feel they are special -- so special, in fact, that they do not need to follow conventional rules of behavior. Other analysts, however, maintain that ghosting behavior stems from changes in the job market and the phenomenon is simply a reflection of the laws of supply and demand in a healthy jo...

Data deduplication

Data deduplication -- often called intelligent compression or single-instance storage -- is a process that eliminates redundant copies of data and reduces storage overhead. Data deduplication techniques ensure that only one unique instance of data is retained on storage media, such as disk, flash or tape. Redundant data blocks are replaced with a pointer to the unique data copy. In that way, data deduplication closely aligns with incremental backup, which copies only the data that has changed since the previous backup. For example, a typical email system might contain 100 instances of the same 1 megabyte (MB) file attachment. If the email platform is backed up or archived, all 100 instances are saved, requiring 100 MB of storage space. With data deduplication, only one instance of the attachment is stored; each subsequent instance is referenced back to the one saved copy. In this example, a 100 MB storage demand drops to 1 MB. Target vs. source deduplication Data deduplica...

A Graphics Processing Unit (GPU)

A graphics processing unit (GPU) is a computer chip that performs rapid mathematical calculations, primarily for the purpose of rendering images. A GPU may be found integrated with a central processing unit (CPU) on the same circuit, on a graphics card or in the motherboard of a personal computer or server. In the early days of computing, the CPU performed these calculations. As more graphics-intensive applications such as AutoCAD were developed; however, their demands put strain on the CPU and degraded performance. GPUs came about as a way to offload those tasks from CPUs, freeing up their processing power. NVIDIA, AMD, Intel and ARM are some of the major players in the GPU market. GPU vs. CPU A graphics processing unit is able to render images more quickly than a central processing unit because of its parallel processing architecture, which allows it to perform multiple calculations at the same time. A single CPU does not have this capability, although multi...