CREATE TABLE demoapp (
id integer PRIMARY KEY,
name text NOT NULL
);
COMMENT ON TABLE demoapp IS 'demoapp';
-- Indices -------------------------------------------------------
CREATE UNIQUE INDEX demoapp_pkey ON demoapp(id int4_ops);
- hasura max_connections
max_connections=300
- pg
max_connections=2000
with k6
k6 run app.js
- view result
http://localhost:3000
- load dashboard
inside dash