AlexTatiyants / pev

Postgres Explain Visualizer
MIT License
2.77k stars 194 forks source link

Is this project abandoned? #42

Open AbelVM opened 6 years ago

AbelVM commented 6 years ago

Just curious.

There is no commit in the last 3 years, 1 year old PR with no answer and several issues without answer or action taken.

Is there any up-to-date fork, or alternative project that fully works with PostgreSQL 10+ features? I have started my own 10+ fork, indeed, just asking to avoid useless extra work if anybody has done it already.

macobo commented 6 years ago

Doesn't seem like there is an up-to-date fork according to https://github.com/AlexTatiyants/pev/network

pgiraud commented 5 years ago

@AbelVM I've been working on a fork/rewrite as well with a bunch on fixes and new stuff. I hope I can publish it soon. What are the PostgreSQL 10+ features you are thinking of?

AbelVM commented 5 years ago

Parallelism mainly:

And also, as you are working on it :grin: , some nice to have features, not related to Postgres version:

pgiraud commented 5 years ago

@AbelVM As mentioned earlier, I worked on a rewrite of PEV given its inactivity with the hope to mainain and enhance it. Please have a look at https://github.com/dalibo/pev2 Looking forward to getting feedback.

AbelVM commented 5 years ago

Looks über-coo @pgiraud l!

We should move the conversation to your repo, but:

Will give it an IRL test tomorrow at the office and any further feedback will be posted at your repo

jpmckinney commented 3 years ago

I came here to report the issues already reported in #26 #29 and stumbled on https://explain.dalibo.com/plan separately. It is a great replacement, @pgiraud!