Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

querymonitor.pl - Table ID format in tables and tablecol #114

Open
eugeneckim opened this issue Apr 1, 2024 · 0 comments
Open

querymonitor.pl - Table ID format in tables and tablecol #114

eugeneckim opened this issue Apr 1, 2024 · 0 comments
Assignees

Comments

@eugeneckim
Copy link
Contributor

  • Request to adjust table format to be consistent on tables and tablecol.

https://yugabyte.slack.com/archives/C06SS4M0XBJ/p1711904060926739

sqlite>  Select tables.name as tbl, isPartitionKey,  isClusteringKey , columnOrder , sortOrder ,tablecol.name as col   FROM tables left join tablecol on id=replace(tableid,'-','') WHERE tbl like 'custacctrole%';
tbl           isPartitionKey  isClusteringKey  columnOrder  sortOrder  col
------------  --------------  ---------------  -----------  ---------  --------------------
custacctrole  1                                             NONE       custid
custacctrole                  1                1            ASC        acctid
custacctrole                  1                2            ASC        roletitle
custacctrole                                   3            NONE       preferredcontact
custacctrole                                   4            NONE       sequencenumber
custacctrole                                   5            NONE       reportingtaxpayer
custacctrole                                   6            NONE       roledetails
custacctrole                                   7            NONE       lastupdatedtimestamp
@eugeneckim eugeneckim changed the title querymonitor.pl - Table ID format in querymonitor.pl - Table ID format in tables and tablecol Apr 1, 2024
@na6vj na6vj self-assigned this Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants