This commit is contained in:
2020-05-28 23:22:13 +00:00
parent 0a434b732f
commit 0496ded740

View File

@@ -250,9 +250,9 @@ namespace AyaNova.Util
//One minute metrics
await ExecQueryAsync("CREATE TABLE ametricmm (t timestamp not null, allocated bigint,workingset bigint,privatebytes bigint,gen0 integer,gen1 integer,gen2 integer,cpu double precision)");
//One hour metrics
await ExecQueryAsync("CREATE TABLE ametrichh (t timestamp not null, allocated bigint,)");
await ExecQueryAsync("CREATE TABLE ametrichh (t timestamp not null, test bigint,)");
//One day metrics
await ExecQueryAsync("CREATE TABLE ametricdd (t timestamp not null, allocated bigint,workingset bigint,privatebytes bigint,gen0 integer,gen1 integer,gen2 integer,cpu double precision)");
await ExecQueryAsync("CREATE TABLE ametricdd (t timestamp not null, attachmentfilesize bigint,)");
//SEARCH TABLES