Is it possible, when creating a table in parquet format using SQL, to specify a specific number of partitions. I am considering the option of making a condition at the time of creating the table, since it is necessary that the condition apply to a specific list of tables. What are the options, and how will the syntax change (create table table_name STORED AS PARQUET as select)?

  • Which DBMS do you use? - Alexander Petrov

0