-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Postgres Index Optimization and Benchmarking #863
Comments
/bounty $400 |
💎 $400 bounty created by Permify |
/attempt #863 Options |
if anyone want to do, I found this tool https://github.com/ankane/dexter might be helpful. |
@saifxd7, I have assigned this task to you. Happy hacking 🚀 |
/attempt #863 Options |
Note: The user @saifxd7 is already attempting to complete issue #863 and claim the bounty. If you attempt to complete the same issue, there is a chance that @saifxd7 will complete the issue first, and be awarded the bounty. We recommend discussing with @saifxd7 and potentially collaborating on the same solution versus creating an alternate solution. |
Hi @tolgaOzen i have initially seen the issues and have made the initial analysis of the database . Should i share how i would approach for optimizing the database? |
Hello @Min2who, @saifxd7 is currently dealing with the issue. You can share it with him or you can collaborate with him on the development |
@saifxd7 are you still working on this ? |
Yes @Min2who, I'm working on it! |
💡 @saifxd7 submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
Hello @saifxd7, firstly, we have reviewed your PR and changing old migration files is dangerous for those who previously used Permify and should not be done. Additionally, since we want this issue to be analyzed more thoroughly, we would like to assign one more person to elaborate on it. |
Hello @Min2who, if you still want to work on this issue. I can assign it to you. |
i would like to work in it.If you can assign me |
@Min2who, I'm assigning you. Happy hacking 🚀 |
Hello @Min2who, are there any updates? |
Hey @tolgaOzen was travelling for a bit. I will submit my progress in a week. Is it fine ? |
Hey @tolgaOzen i have unassigned from this issue. If anyone interested can give it a try ! |
/attempt #863 Options |
Okay @Min2who, thank you. I am assigning you, @Rutik7066. Happy hacking 🚀 |
Thanks @tolgaOzen |
Hi @tolgaOzen you can assign this to other person as well. Thanks |
Throwing my hat in the ring with an /attempt #863 |
@ayewo: The Permify.co team prefers to assign a single contributor to the issue rather than let anyone attempt it right away. We recommend waiting for a confirmation from a member before getting started. |
Hi @ayewo, I'm assigning you. Happy hacking 🚀 |
Hello @ayewo, is there any progress? |
I will like to add my name in queue @tolgaOzen. I have good experience with Postgres indexes. references:
/attempt #863 |
@mohanish2504: Another person is already attempting this issue. Please don't start working on this issue unless you were explicitly asked to do so. |
Hey @tolgaOzen Thanks for the status check. I fell ill and I’m still recovering. Hopefully I’ll be able to continue this week. |
Hi @ayewo are you working on this? |
Hey @tolgaOzen I would like to contribute to this issue if @ayewo is not working. |
I'm feeling much better and have already started working on this! |
Hey @ayewo can we collaborate? |
Hello @ayewo, is there any progress? |
@tolgaOzen progress has been slow. No qualms if you'd like to assign this to someone else. |
Hi @ayewo, okay, I am assigning @mohanish2504. |
Thanks @tolgaOzen. |
💡 @mohanish2504 submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
🎉🎈 @mohanish2504 has been awarded $400! 🎈🎊 |
Introduction
This document outlines the process of optimizing indexes in a Postgres database and conducting before-and-after benchmarks to evaluate the performance impact of these optimizations on specific check queries.
Repository File References
Optimization Process
Initial Analysis
Index Optimization
Benchmarking Setup
Environment Details
Benchmarking Methodology
internal/engines
folder.SQL statement
SQL statement
Benchmark Results
Before Optimization
After Optimization
Analysis and Conclusions
Appendix
The text was updated successfully, but these errors were encountered: