is it possible to create a table name and schema n...
# general
l
is it possible to create a table name and schema name according to the system date
n
there isn’t a way to do that automatically in Pinot. You’d have to write some scripts to generate those names and set in the json
what’s the usecase? why do you need this feature?
l
The purpose of creating table name by date is to automatically create table by cron for batch job ingestion
n
do you create table everyday? typically a table is created just once right?
l
do you create table everyday ---> yes ? typically a table is created just once right ---> yes ?