-
Notifications
You must be signed in to change notification settings - Fork 0
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
Codebase Cleanup, Badger Query Optimization, PostgreSQL Index Creation #12
Conversation
bonedaddy
commented
May 10, 2020
•
edited
Loading
edited
- Slightly optimize badger query function
- Add testutils package, closing Add Testutils Package #15
- Enable index creation for postgres as an optional functionality
CLA Assistant Lite All Contributors have signed the CLA. |
Codecov Report
@@ Coverage Diff @@
## master #12 +/- ##
==========================================
+ Coverage 80.40% 81.91% +1.51%
==========================================
Files 7 8 +1
Lines 653 630 -23
==========================================
- Hits 525 516 -9
+ Misses 91 80 -11
+ Partials 37 34 -3
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right now, the docs aren't very clear on when existing tables are deleted. Does it happen every time when the option is set, or only if the old table is not structured correctly?
Good point I will update the docs. The tables are only deleted when |
So if the option is set and waring accepted, then the tables are always recreated on every program start? |
Yes |