- Home
- Tag: storage
Posts tagged storage
Tag: storage
Arcadia Data Launches Visual Analytics Platform Native to Cloudera Enterprise

Feed: Database Trends and Applications : All Articles. Arcadia Data, a provider of visual analytics software, has added new native integration features for Arcadia Enterprise and Cloudera Enterprise to deliver a real-time, Hadoop-native analytics platform.Directly integrated with Cloudera Manager and with new support for Apache Kudu and Cloudera Search, users will now have access to data-native architecture that enables both real-time dashboards and rich data visualization for large-scale, big data uses cases such as IoT data, spanning cloud, on-premises, and hybrid deployments.Arcadia’s visual analytics platform enables Cloudera customers to have a seamless way to quickly analyze massive datasets and drill ... Read More
How to Move a MySQL Partition from One Table to Another

Feed: Planet MySQL. Author: MySQL Performance Blog. Pablo Padua | January 10, 2017 | Posted In: Insight for DBAs, MySQL PREVIOUS POST In this blog post we’ll look at how to move a MySQL partition from one table to another, for MySQL versions before 5.7. Up to version 5.7, MySQL had a limitation that made it impossible to directly exchange partitions between partitioned tables. Now and then, we get questions about how to import an .ibd for use as a partition in a table, as well as how to exchange partitions with another partitioned table. Below is step-by-step instructions on how to move ... Read More
Design Azure infrastructure services to host a multi-tier LOB application

Feed: Microsoft Azure Blog. Author: Joe Davies. Deploying multi-tier line of business (LOB) applications as virtual machines in Azure is a combination of: What you already know, which is how to configure the servers and the overall application in your local datacenter. What you might not already know, which is how to adapt and design the application for the networking, storage, and compute elements of Azure infrastructure services. To help with what you might not already know, you can step through a design methodology that incorporates the following: Resource groups Connectivity Storage Identity Security Virtual machines To understand this design ... Read More
Tips and Tricks – How to shard MySQL with ProxySQL in ClusterControl

Feed: Planet MySQL. Author: Severalnines. Having too large a (write) workload on a master is dangerous. If the master collapses and a failover happens to one of its slave nodes, the slave node could collapse under the write pressure as well. To mitigate this problem you can shard horizontally across more nodes. Sharding increases the complexity of data storage though, and very often, it requires an overhaul of the application. In some cases, it may be impossible to make changes to an application. Luckily there is a simpler solution: functional sharding. With functional sharding you move a schema or table ... Read More
Introduction to SAP HANA on Azure — DatabaseJournal.com
Feed: Databasejournal.com - Feature Database Articles. Author: . Microsoft and SAP share a long history of working together on a variety of interoperability solutions, including, for example, SAP Fiori and Office 365. They have been technology partners for over 20 years, with development teams co-located in their respective corporate headquarters in Redmond and Waldorf, Germany. In recent years, this trend has been exemplified by advancements in support for SAP-based solutions on Microsoft Azure. The purpose of our article is to provide their overview, focusing in particular on support for SAP HANA on Azure. Microsoft Azure is a certified cloud platform ... Read More
Have You Read Our 2016 AWS Partner Solutions Architect Guest Posts?

Feed: AWS Partner Network (APN) Blog. Author: Kate Miller. In 2016, we hosted 38 guest posts from AWS Partner Solutions Architects (SAs), who work very closely with both Consulting and Technology Partners as they build solutions on AWS. As we kick off 2017, I want to take a look back at all of the fantastic content created by our SAs. A few key themes emerged throughout SA content in 2016, including a focus on building SaaS on AWS, DevOps and how to take advantage of particular AWS DevOps Competency Partner tools on AWS, Healthcare and Life Sciences, Networking, and AWS Quick Starts.Partner ... Read More
Dell Boomi Releases New Version of its Signature Platform

Feed: Database Trends and Applications : All Articles. Dell Boomi is releasing an enhanced version of its integration Platform as a Service (iPaaS) to help organizations rapidly and cost-effectively integrate data across applications in hybrid IT environments.The latest release enables Boomi customers to build a connected business at scale through new features to increase user productivity, speed up implementation, and provide unparalleled control of integrations.“This brings together over 200 plus new and enhanced features that span the different offerings that we have as part of the Boomi platform,” said Brett Stineman, head of product marketing at Dell Boomi.In this release, ... Read More
Caching and crashing in lm2

Feed: Planet MySQL. Author: Preetam Jinka. Backgroundlm2 is my ordered key-value storage library. You can read my post about it here. There’s a lot to say about this little library, so this will be the first of a few posts about how lm2 works and why I chose to do things a certain way. Caching lm2 is essentially a linked list on disk. Everyone knows linked lists aren’t very fast. Searches take a ridiculously long time and require a lot of seeking. That’s why lm2 has a record cache, which stores a subset of the key-value records in memory. This ... Read More
Using Data Lake Management Strategies for Big Data Analytics

Feed: Database Trends and Applications : All Articles. With the rise of Hadoop, organizations are adopting the new platform to extend their analytical capabilities. However, despite the availability of the open source framework that supports the processing and storage of large datasets, data analysts still struggle to find and harness all types of data across the enterprise.Enterprises remain dominated by antiquated approaches to hand-coding, and code generation fails to automate labor-intensive manual processes or discover relationships between datasets. This can ultimately leave data inconsistent, incomplete, and stale for analytical use.As a result, organizations are now adopting data lake management innovations ... Read More
Cloud Adds New Dimension to the Data Security Challenge

Feed: Database Trends and Applications : All Articles. As enterprises accelerate their movement of data into the cloud, a slew of new challenges are presenting themselves on the security front. For users of external or public cloud services, the risks are well understood. However, private and hybrid clouds are not immune to security vulnerabilities either. Thanks to private clouds, data is proliferating across various parts of the enterprise, along with the potential for insider abuse.There is a need to balance security with the openness and access of cloud computing, whether it’s public, private, or hybrid. These issues were explored in ... Read More
Recent Comments