This HTML5 document contains 95 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dctermshttp://purl.org/dc/terms/
yago-reshttp://yago-knowledge.org/resource/
dbohttp://dbpedia.org/ontology/
foafhttp://xmlns.com/foaf/0.1/
dbpedia-kohttp://ko.dbpedia.org/resource/
n20https://global.dbpedia.org/id/
yagohttp://dbpedia.org/class/yago/
schemahttp://schema.org/
dbthttp://dbpedia.org/resource/Template:
rdfshttp://www.w3.org/2000/01/rdf-schema#
freebasehttp://rdf.freebase.com/ns/
n21http://
n22http://www.w3.org/2006/03/wn/wn20/instances/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
dbpedia-frhttp://fr.dbpedia.org/resource/
n24http://dev.mysql.com/doc/refman/5.0/en/
wikipedia-enhttp://en.wikipedia.org/wiki/
dbchttp://dbpedia.org/resource/Category:
dbphttp://dbpedia.org/property/
provhttp://www.w3.org/ns/prov#
xsdhhttp://www.w3.org/2001/XMLSchema#
goldhttp://purl.org/linguistics/gold/
wikidatahttp://www.wikidata.org/entity/
dbrhttp://dbpedia.org/resource/

Statements

Subject Item
dbr:MySQL_Federated
rdf:type
yago:Abstraction100002137 yago:Communication100033020 yago:WikicatDatabaseManagementSystems yago:Software106566077 wikidata:Q7397 dbo:Work yago:Code106355894 dbo:Software owl:Thing yago:Writing106359877 yago:CodingSystem106353757 yago:WrittenCommunication106349220 yago:DatabaseManagementSystem106588785 schema:CreativeWork wikidata:Q386724
rdfs:label
MySQL Federated MySQL Federated Federated
rdfs:comment
Federated is a storage engine for the MySQL MariaDB relational database management system that allows to create a table that is a local representation of a foreign (remote) table. It uses the MySQL client library API as a data transport, treating remote tables as if they were located on the local server. Each Federated table that is defined there is one .frm (data definition file containing information such as the URL of the data source). The actual data can exist on a local or remote MySQL instance. To create a Federated table, one has to specify a URL in the "CONNECTION" string: Federated est un moteur de stockage pour le SGBD MySQL. Il permet d'accéder à des données stockées dans des bases de données distantes, et ce sans recourir à des systèmes de réplication ou de clustering. Il a été introduit dans la version 5.0.3 de MySQL. MySQL 관계형 데이터베이스 관리 시스템용 MySQL Federated 저장 엔진은 유저가 외부(또는 원격) 테이블을 로컬로 보여주는 테이블을 생성할 수 있게 해주는 저장 엔진이다. 이것은 MySQL 클라이언트 라이브러리 API를 데이터 통로로 이용하여, 원격의 데이터 소스를 동일하게 다른 저장 엔진으로 취급하여 로컬 데이터 자료를 MYD 파일(MyISAM), 메모리(클러스터, 힙) 또는 테이블스페이스(InnoDB)에 상관없이 취급한다. 그곳에 규정된 각 Federated 테이블은 하나의 .frm (데이터 소스 URL과 같은 정보를 포함한 데이터 정의 파일)이다. 실제 데이터는 로컬 또는 원격의 MySQL 인스턴스에 존재한다. Federated 테이블을 생성하기 위해서는 "CONNECTION" 문자열에서 URL을 지정해주어야 한다 : create table t1 ( a int, b varchar(32))ENGINE=FEDERATED CONNECTION='mysql://user@hostname/test/t1' 연결 URL 포맷은 다음과 같이 되어야 한다 : scheme://user:pass@host:port/schema/tablename
foaf:name
MySQL Federated Storage Engine
foaf:homepage
n21:mysql.bkbits.net
dbp:name
MySQL Federated Storage Engine
dcterms:subject
dbc:MySQL dbc:Database_engines
dbo:wikiPageID
12534728
dbo:wikiPageRevisionID
988702933
dbo:wikiPageWikiLink
dbc:MySQL dbr:PowerPC dbc:Database_engines dbr:X86-64 dbr:X86_architecture dbr:SPARC dbr:Database_engine dbr:GNU_General_Public_License dbr:MIPS_architecture dbr:Relational_database_management_systems dbr:MariaDB dbr:Mac_OS_X dbr:Unix dbr:Microsoft_Windows dbr:Brian_Aker dbr:MySQL dbr:Linux
dbo:wikiPageExternalLink
n21:mysql.bkbits.net n24:federated-storage-engine.html
owl:sameAs
dbpedia-fr:Federated yago-res:MySQL_Federated dbpedia-ko:MySQL_Federated freebase:m.02wb_81 n20:3wjnt wikidata:Q425693
dbp:wikiPageUsesTemplate
dbt:Refimprove dbt:Notability dbt:Multiple_issues dbt:Database-software-stub dbt:Portal dbt:Infobox_Software dbt:MySQL
dbp:author
Patrick Galbraith, Brian Aker
dbp:genre
dbr:Database_engine
dbp:language
C/C++
dbp:license
dbr:GNU_General_Public_License
dbp:operatingSystem
dbr:Unix dbr:Mac_OS_X dbr:Linux dbr:Microsoft_Windows
dbp:platform
dbr:MIPS_architecture dbr:X86_architecture dbr:X86-64 dbr:SPARC dbr:PowerPC
dbp:released
2005
dbp:website
n21:mysql.bkbits.net
dbo:abstract
Federated est un moteur de stockage pour le SGBD MySQL. Il permet d'accéder à des données stockées dans des bases de données distantes, et ce sans recourir à des systèmes de réplication ou de clustering. Il a été introduit dans la version 5.0.3 de MySQL. MySQL 관계형 데이터베이스 관리 시스템용 MySQL Federated 저장 엔진은 유저가 외부(또는 원격) 테이블을 로컬로 보여주는 테이블을 생성할 수 있게 해주는 저장 엔진이다. 이것은 MySQL 클라이언트 라이브러리 API를 데이터 통로로 이용하여, 원격의 데이터 소스를 동일하게 다른 저장 엔진으로 취급하여 로컬 데이터 자료를 MYD 파일(MyISAM), 메모리(클러스터, 힙) 또는 테이블스페이스(InnoDB)에 상관없이 취급한다. 그곳에 규정된 각 Federated 테이블은 하나의 .frm (데이터 소스 URL과 같은 정보를 포함한 데이터 정의 파일)이다. 실제 데이터는 로컬 또는 원격의 MySQL 인스턴스에 존재한다. Federated 테이블을 생성하기 위해서는 "CONNECTION" 문자열에서 URL을 지정해주어야 한다 : create table t1 ( a int, b varchar(32))ENGINE=FEDERATED CONNECTION='mysql://user@hostname/test/t1' 연결 URL 포맷은 다음과 같이 되어야 한다 : scheme://user:pass@host:port/schema/tablename Federated 테이블을 만들면, 유저는 원격 데이터 소스가 실제로 존재해야 하며, 그렇지 않으면 에러가 발생할 것이다. MySQL Federated 저장 엔진은 패트릭 갈브래이드(Patrick Galbraith)와 브라이언 애커(Brian Aker)가 만들었고, 현재는 패트릭 갤브래이드와 앤토니 커피스에 의해 유지되고 있다. 최초로 소개된 것은 2005년 MySQL 5.0 때 처음 소개되었다. Federated is a storage engine for the MySQL MariaDB relational database management system that allows to create a table that is a local representation of a foreign (remote) table. It uses the MySQL client library API as a data transport, treating remote tables as if they were located on the local server. Each Federated table that is defined there is one .frm (data definition file containing information such as the URL of the data source). The actual data can exist on a local or remote MySQL instance. To create a Federated table, one has to specify a URL in the "CONNECTION" string: create table t1 ( a int, b varchar(32))ENGINE=FEDERATED CONNECTION='mysql://user@hostname/test/t1' The connection URL is in the format of: scheme://user:pass@host:port/schema/tablename Upon creation of a Federated table, the user must ensure that the remote data source does indeed exist or an error will be issued. The MySQL Federated Storage Engine was authored by Patrick Galbraith and Brian Aker and is currently being maintained by Patrick Galbraith and Antony Curtis. It was introduced in 2005 with MySQL 5.0.
gold:hypernym
dbr:Engine
dbp:wordnet_type
n22:synset-software-noun-1
prov:wasDerivedFrom
wikipedia-en:MySQL_Federated?oldid=988702933&ns=0
dbo:wikiPageLength
2223
dbo:author
dbr:Brian_Aker
dbo:computingPlatform
dbr:PowerPC dbr:SPARC dbr:X86-64 dbr:X86_architecture dbr:MIPS_architecture
dbo:genre
dbr:Database_engine
dbo:license
dbr:GNU_General_Public_License
dbo:operatingSystem
dbr:Mac_OS_X dbr:Microsoft_Windows dbr:Unix dbr:Linux
foaf:isPrimaryTopicOf
wikipedia-en:MySQL_Federated