Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FR: Cross-database Merge table engine #776

Closed
ratb3rt opened this issue May 9, 2017 · 0 comments · Fixed by #25064
Closed

FR: Cross-database Merge table engine #776

ratb3rt opened this issue May 9, 2017 · 0 comments · Fixed by #25064
Labels
feature st-community-taken External developer is working on that

Comments

@ratb3rt
Copy link

ratb3rt commented May 9, 2017

Feature request:
A new DBMerge table engine, which can run the Merge engine across databases, using a regex for database name matching. For instance:
Merge('^Web', '^WatchLog')would return results from all tables that matched '^WatchLog' in all databases that matched '^Web'. An additional column database_name would identify the database where the table data came from.

@ztlpn ztlpn added the feature label May 11, 2017
@blinkov blinkov changed the title Feature request: Cross-database Merge table engine FR: Cross-database Merge table engine Jul 26, 2018
@alexey-milovidov alexey-milovidov added the st-community-taken External developer is working on that label Jul 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature st-community-taken External developer is working on that
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants