FrankChen021 commented on issue #12746: URL: https://github.com/apache/druid/issues/12746#issuecomment-1175680351
If we want to build this feature upon SQL input source, I think we need to improve it first. Current SQL input source requires either `postgres-metadata-storage` or `mysql-metadata-storage` to be loaded. But If we want to ingest data from both postgres and mysql, it's not able to do that(See #11733). Also making SQL input source depend on metadata storage also is very wired. I agree that current SQL input source may not be suffient and scalable enough for large amount data, but if we want to make Druid integrate with more SQL based external data sources and enrich its ecology, it's better to improve it as first citizen in Druid so that we don't need to make any changes to support a new SQL-based data source. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
