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 Hentai를 무료로 생성하십시오.

인기 기사

뜨거운 도구

메모장++7.3.1
사용하기 쉬운 무료 코드 편집기

SublimeText3 중국어 버전
중국어 버전, 사용하기 매우 쉽습니다.

스튜디오 13.0.1 보내기
강력한 PHP 통합 개발 환경

드림위버 CS6
시각적 웹 개발 도구

SublimeText3 Mac 버전
신 수준의 코드 편집 소프트웨어(SublimeText3)

뜨거운 주제











이 기사는 MySQL의 Alter Table 문을 사용하여 열 추가/드롭 테이블/열 변경 및 열 데이터 유형 변경을 포함하여 테이블을 수정하는 것에 대해 설명합니다.

InnoDB의 전체 텍스트 검색 기능은 매우 강력하여 데이터베이스 쿼리 효율성과 대량의 텍스트 데이터를 처리 할 수있는 능력을 크게 향상시킬 수 있습니다. 1) InnoDB는 기본 및 고급 검색 쿼리를 지원하는 역 색인화를 통해 전체 텍스트 검색을 구현합니다. 2) 매치 및 키워드를 사용하여 검색, 부울 모드 및 문구 검색을 지원합니다. 3) 최적화 방법에는 워드 세분화 기술 사용, 인덱스의 주기적 재건 및 캐시 크기 조정, 성능과 정확도를 향상시키는 것이 포함됩니다.

기사는 인증서 생성 및 확인을 포함하여 MySQL에 대한 SSL/TLS 암호화 구성에 대해 설명합니다. 주요 문제는 자체 서명 인증서의 보안 영향을 사용하는 것입니다. [문자 수 : 159]

기사는 MySQL Workbench 및 Phpmyadmin과 같은 인기있는 MySQL GUI 도구에 대해 논의하여 초보자 및 고급 사용자를위한 기능과 적합성을 비교합니다. [159 자].

기사는 MySQL에서 파티셔닝, 샤딩, 인덱싱 및 쿼리 최적화를 포함하여 대규모 데이터 세트를 처리하기위한 전략에 대해 설명합니다.

이 기사에서는 Drop Table 문을 사용하여 MySQL에서 테이블을 떨어 뜨리는 것에 대해 설명하여 예방 조치와 위험을 강조합니다. 백업 없이는 행동이 돌이킬 수 없으며 복구 방법 및 잠재적 생산 환경 위험을 상세하게합니다.

이 기사에서는 PostgreSQL, MySQL 및 MongoDB와 같은 다양한 데이터베이스에서 JSON 열에서 인덱스를 작성하여 쿼리 성능을 향상시킵니다. 특정 JSON 경로를 인덱싱하는 구문 및 이점을 설명하고 지원되는 데이터베이스 시스템을 나열합니다.

MySQL은 B-Tree, Hash, Full-Text 및 Spatial의 4 가지 인덱스 유형을 지원합니다. 1.B- 트리 색인은 동일한 값 검색, 범위 쿼리 및 정렬에 적합합니다. 2. 해시 인덱스는 동일한 값 검색에 적합하지만 범위 쿼리 및 정렬을 지원하지 않습니다. 3. 전체 텍스트 색인은 전체 텍스트 검색에 사용되며 다량의 텍스트 데이터를 처리하는 데 적합합니다. 4. 공간 지수는 지리 공간 데이터 쿼리에 사용되며 GIS 응용 프로그램에 적합합니다.
