hs_statistics_v

This commit is contained in:
Michael Hoennig 2024-09-14 11:10:16 +02:00
parent 14866f9539
commit e8a0005b49
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
-- just a permanent playground to explore optimization of the central recursive CTE query for RBAC -- just a permanent playground to explore optimization of the central recursive CTE query for RBAC
select * from hs_statistics_view; select * from hs_statistics_v;
-- ======================================================== -- ========================================================

View File

@ -3,7 +3,7 @@
-- ============================================================================ -- ============================================================================
--changeset hs-global-object-statistics:1 endDelimiter:--// --changeset hs-global-object-statistics:1 endDelimiter:--//
-- ---------------------------------------------------------------------------- -- ----------------------------------------------------------------------------
CREATE VIEW hs_statistics_view AS CREATE VIEW hs_statistics_v AS
select * select *
from (select count, "table" as "rbac-table", '' as "hs-table", '' as "type" from (select count, "table" as "rbac-table", '' as "hs-table", '' as "type"
from rbac.statistics_v from rbac.statistics_v