-
tozhu
is there anyone could take a look for this issue?
pastebin.com/NME64NTW
-
tozhu
I think this issue will be reproduced on all SmartOS
-
tozhu
a big thanks
-
neuroserve
tozhu - sorry I use postgesql in native zones
-
tozhu
neuroserve: how about the SYSTEM usage when stress postgresql ?
-
neuroserve
tozhu - citus-benchmark is still loading the database...
-
tozhu
neuroserve: I use HammerDB
-
neuroserve
tozhu - citus-benchmark does, too (
github.com/citusdata/citus-benchmark)
-
tozhu
Thank you
-
neuroserve
441679 postgres 2,6 0,3 0,0 0,0 0,0 0,0 97 0,1 337 6 872 0 postgres/1 <- prstat -a -m output of one postgres process
-
neuroserve
first column is USR then SYS
-
neuroserve
obviously first column is pid then process name then USR then SYS
-
Smithx10
neuroserve: you are compiling up all the citus stuff in native?
-
neuroserve
Smithx10 : yup
-
neuroserve
jperkin showed me the one line patch for multi_copy.c
-
neuroserve
and jasper has a patch for pg_auto_failover (from citus, too) -
github.com/siepkes/pg_auto_failover
-
neuroserve
TEST RESULT : System achieved 21892 NOPM from 50331 PostgreSQL TPM <- Ok for hardware from 2014 :-)
-
neuroserve
and it's now pretty easy to set up citus clusters with patroni 3.x
-
Smithx10
Nice, did you do most of the extension s
-
Smithx10
I know fdw and a few others are commonly used in city’s
-
Smithx10
Citus*
-
Smithx10
Is the idea to get away from manatee ?
-
neuroserve
nope - I just compiled citus to be able to play with patroni and citus
-
Smithx10
Ahhh ok
-
Smithx10
I’ve got a branch of some of them
-
neuroserve
no, no - just as an application - not on the infrastructure level
-
Smithx10
I went down this path to give some user the ability for some columnar stuff
-
Smithx10
But they really didn’t want it
-
Smithx10
It was just a agile time waster
-
neuroserve
is there a list of the most popular pg extensions?
-
Smithx10
Teams have learned to game their sprints into 2 week vacations
-
neuroserve
:-)
-
Smithx10
I think aws rds has a list
-
Smithx10
Was my go to when I was compiling pg for folks
-
Smithx10
Im on the phone atm
-
Smithx10
Or I’d grab a link
-
neuroserve
i c - there's a whole bunch of lists (top10, top50, etc.)
-
Smithx10
the extensions I brought in with citus were
-
Smithx10
postgres-hll, postgresql-topn, pg-cron, cstore_fdw
-
Smithx10
I think citus got rid of cstore tho
-
Smithx10
-
Smithx10
yea, that got pulled into the citus extension
-
Smithx10
github.com/citusdata/postgresql-hll think hll is still something that could be useful
-
Smithx10