PostgreSQL - Table Partitioning
You want to distribute a large
logs table by hashing the user_id column into 5 partitions. Which of the following is the correct way to define the partitions?