guregodevo / kronboard

Analytics console - Full-Stak Go+Redis+PostgreSQL+Angular v1
1 stars 0 forks source link

Index data to hll metric tables #10

Open guregodevo opened 10 years ago

guregodevo commented 10 years ago

CREATE TABLE facts_1 ( date date, user_id integer, attr hstore );

DELETE FROM METRIC_RAW WHERE status = 'DONE' RETURNING *;