Ibrahim Koz
Results
2
comments of
Ibrahim Koz
If you add this syntax, you may come up with a better logical plan for certain queries because partitioning and filtering on the partitioning column causes slow queries.
Sure, Say I have a table named `posts` defined as below: ```sql create table posts ( id varchar primary key, title varchar, content text, transcript array ( object as (...