Attunity’s place at the intersection of structured data and_MySQL
Organizations are tapping into new sources of information for competitive advantage, but the journey from concept to reality is proving to be a bumpy one, with management complexity emerging as a major bottleneck to turning raw data into business insights. Attunity vice president of marketing Lawrence Schwartzreturned to theCUBEat this week’s Percona Live 2014 MySQL show to discuss how his firm is helping customers overcome to this challenge.
Attunity develops replication and file transfer solutions that make it easier for companies to move their data where it needs to be, a task that may seem relatively straightforward but can significantly hinder the analytics process in enterprise environments with a large number of disparate information silos. Each of these systems has to be monitored, maintained and secured, as well as connected to every relevant source and hooked up to the main data warehouse.
Historically, ETL used to be IT’s weapon of choice for data integration, but Schwartz says that the rapid growth in information volumes is rendering the technology obsolete. Traditional batch-based loading processes that depend heavily on scripting simply don’t cut it anymore, he explains. Attunity offers an alternative solution that pulls everything under a common management interface which saves admins the trouble of learning the ins and outs of any specific platform.
“Instead of having a command line-driven interface, it’s all GUI-driven, so it’s very easy to pick your target and source, pick your tables and get started,” Schwartz details. “And if you’re managing a best-in-breed enterprise environment where you have all these sources and targets, that becomes essential.”
Managing data in the global enterprise
.
The complexity of data integration goes up a notch in geographically distributed environments that span multiple sites and utilize information from remote sources. Attunity is addressing the associated challenges with a newly introduced information flow automation tool called Maestro that Schwartz says provides a single point of control for the entire migration life cycle.The offering made its debut two days after the company announced that it has added support for MySQL, the world’s most widely used open-source database.
MySQL soared into the spotlight last week following the launch of WebScaleSQL, a collaborative effort led by Facebook, Twitter, Google, and LinkedIn that aims to repurpose the database for web-scale workloads measuring in the petabytes. Schwartz sees the initiative as a testament to the platform’s robustness and more importantly, the fact that relational systems still have an important role in the Big Data era.
“It doesn’t surprise me because at the end of the day, when you start scaling and looking at performance there’s a lot of NoSQL options, whether it’s Hadoop or MongoDB, but if you’re gonna repeatedly go after the data you want an index,” he explains. “So you can go ahead and bolt that on Hadoop or something else, or you can look at the existing tools and scale that out,” he explains.
The emergence of new use cases for MySQL has not gone unnoticed by Attunity. The company’s newly updated solution enables DBAs to quickly pull data from even the largest instances into a data warehouse for deep analysis, even if the target happens to be in the cloud. Many companies are using the firm’s software to move data into Amazon Relational Database Service (RDS) and Redshift, a process that Schwartz claims usually takes a couple of months to complete manually

ホットAIツール

Undresser.AI Undress
リアルなヌード写真を作成する AI 搭載アプリ

AI Clothes Remover
写真から衣服を削除するオンライン AI ツール。

Undress AI Tool
脱衣画像を無料で

Clothoff.io
AI衣類リムーバー

AI Hentai Generator
AIヘンタイを無料で生成します。

人気の記事

ホットツール

メモ帳++7.3.1
使いやすく無料のコードエディター

SublimeText3 中国語版
中国語版、とても使いやすい

ゼンドスタジオ 13.0.1
強力な PHP 統合開発環境

ドリームウィーバー CS6
ビジュアル Web 開発ツール

SublimeText3 Mac版
神レベルのコード編集ソフト(SublimeText3)

ホットトピック









この記事では、MySQLのAlter Tableステートメントを使用して、列の追加/ドロップ、テーブル/列の名前の変更、列データ型の変更など、テーブルを変更することについて説明します。

INNODBのフルテキスト検索機能は非常に強力であり、データベースクエリの効率と大量のテキストデータを処理する能力を大幅に改善できます。 1)INNODBは、倒立インデックスを介してフルテキスト検索を実装し、基本的および高度な検索クエリをサポートします。 2)一致を使用してキーワードを使用して、ブールモードとフレーズ検索を検索、サポートします。 3)最適化方法には、単語セグメンテーションテクノロジーの使用、インデックスの定期的な再構築、およびパフォーマンスと精度を改善するためのキャッシュサイズの調整が含まれます。

記事では、証明書の生成と検証を含むMySQL用のSSL/TLS暗号化の構成について説明します。主な問題は、セルフ署名証明書のセキュリティへの影響を使用することです。[文字カウント:159]

記事では、MySQLワークベンチやPHPMyAdminなどの人気のあるMySQL GUIツールについて説明し、初心者と上級ユーザーの機能と適合性を比較します。[159文字]

記事では、MySQLで大規模なデータセットを処理するための戦略について説明します。これには、パーティション化、シャード、インデックス作成、クエリ最適化などがあります。

この記事では、ドロップテーブルステートメントを使用してMySQLのドロップテーブルについて説明し、予防策とリスクを強調しています。これは、バックアップなしでアクションが不可逆的であることを強調し、回復方法と潜在的な生産環境の危険を詳述しています。

この記事では、クエリパフォーマンスを強化するために、PostgreSQL、MySQL、MongoDBなどのさまざまなデータベースでJSON列にインデックスの作成について説明します。特定のJSONパスのインデックス作成の構文と利点を説明し、サポートされているデータベースシステムをリストします。

記事では、外部キーを使用してデータベース内の関係を表すことで、ベストプラクティス、データの完全性、および避けるべき一般的な落とし穴に焦点を当てています。
