Federated processing is a delegation of method invocation calls to trusted third party APIs or web services.
Federated processing transparently maps requests from multiple locations to return a single response. A federated data source can be queried directly even though the data is not stored locally.
is it possible to execute a SELECT command on a mysql host db2, being logined to mysql host db1?
e.g. i'm logined on mysql server db1, and i want to SELECT some data from db1 tables and db2 server tables with one query. i've found out that i can use…
I have a problem..
I need to define foreign keys between federated tables, and I cant do it.. I have two tables...
CREATE TABLE Tarifa(
[cp_id] [int] NOT NULL,
[id] [uniqueidentifier] NOT NULL,
[nombre] [varchar](200) NOT NULL,
[comision]…
I confused by posts ,
that Federated engine copies a table from Remote database to local
database
(or)
Federated engine creates virtual table in local database from remote
database
.
can some one support what it actually does.?
I am looking for a Rails API for a federated id service or cloud sso. I've been playing around with the idea. Of CAS and omniauth but for an enterprise-ish app it would be better if it could auth could be unified across all applications a small…
I have two instances of Drupal website www.drupalwebsite1.com and www.drupalwebsite2.com
I am using federated tables (MySQL ).
I need to know how to manage session for these two instances so when user login on instance 1 www.drupalwebsite1.com…
How to make JOIN between two tables from two different databases on two different servers without using FEDERATED tables? Is there any another architectural solutions for it in web-application powered by PHP?