Skip to content

Commit

Permalink
added some queries to explore
Browse files Browse the repository at this point in the history
  • Loading branch information
sadMaxim committed Oct 10, 2023
1 parent 409d0a4 commit 1cdd352
Show file tree
Hide file tree
Showing 3 changed files with 3,390 additions and 12 deletions.
2 changes: 1 addition & 1 deletion research/congestion-periods.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ WHERE
AND NOT a.attisdropped
ORDER BY
t.tablename,
a.attnum;
a.attnum;
5 changes: 5 additions & 0 deletions research/runssh.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
sudo rm -rf /tmp/sql-socket
mkdir /tmp/sql-socket
ssh -L /tmp/sql-socket/.s.PGSQL.5432:/run/postgresql/.s.PGSQL.5432 -N cardano-cli@node-1.mainnet.ctl-runtime.staging.mlabs.city

0 comments on commit 1cdd352

Please sign in to comment.