syed72 opened a new issue #7072: URL: https://github.com/apache/incubator-pinot/issues/7072
Hi, Need support something like Mysql where we can have multiple databases and same table inside it... i.e., dbName.TableName { ****"tableName": "myDb.myTable",**** "tableType": "OFFLINE", "segmentsConfig": { "timeColumnName": "outgoingName", "timeType": "DAYS", "retentionTimeUnit": "DAYS", "retentionTimeValue": "365", "segmentPushType": "APPEND", "segmentAssignmentStrategy": "BalanceNumSegmentAssignmentStrategy", "replication": "3" }, "tenants": { "broker": "brokerOne", "server": "serverOne" }, "tableIndexConfig": { "loadMode": "HEAP", "invertedIndexColumns": [ "column1", "column2" ] }, "metadata": { "customConfigs": { } } } when i tested using above config to create table config, i got below error, **{"code":400,"error":"Table name: 'myDb.myTable_OFFLINE' containing '.' or space is not allowed"}** Please provide support for database concept, where i can create multi database with same/different table names @xiangfu0 Thanks Akram Syed -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org