yugabyte-db
yugabyte-db copied to clipboard
[YSQL] Feature Support - CREATE STATISTICS statement
Jira Link: DB-2418
Feature Request
Summary
In yugabyte,
yugabyte=# CREATE STATISTICS s1 (dependencies) ON a, b FROM t1;
ERROR: CREATE STATISTICS not supported yet
LINE 1: CREATE STATISTICS s1 (dependencies) ON a, b FROM t1;
^
HINT: Please report the issue on https://github.com/YugaByte/yugabyte-db/issues
In postgres,
postgres=# CREATE STATISTICS s1 (dependencies) ON a, b FROM t1;
CREATE STATISTICS
Has this issue been missed? @ddorian
@EthanDBer tracking, thanks
CREATE STATISTICS command works with the following commit --> https://github.com/yugabyte/yugabyte-db/commit/05b70ff2a29d01c3976b8507ecefa2de1d5afe9c