Exists: Several databases on different DBSM(Postgres, Mysql, Oracle, Firebird etc) Databases have several identical rows (ids, entities names)
The task: Execute read SQL query on the whole list of databases.
The question: Is there any known solution? May be there some kind of sql cache database or something like this exists already.
Any suggestions, ideas, keywords?
Thank you.