Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
letsencrypt
/
mariadb-sequential-partition-manager-py
Public
Notifications
You must be signed in to change notification settings
Fork
8
Star
8
Code
Issues
15
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
d72648d
User selector
All users
Datepicker
All time
Commit History
Commits on Oct 21, 2021
Mark mainline to be v0.2.2 unstable
jcjones
committed
d72648d
Copy full SHA for d72648d
Automatically use --noop on DBs with READ_ONLY set to 1 (#24)
Show description for 4c0a295
jcjones
authored
4c0a295
Copy full SHA for 4c0a295
Commits on Oct 20, 2021
Ignore rate calculations for out-of-order partitions (#23)
Show description for 2f302f0
jcjones
authored
2f302f0
Copy full SHA for 2f302f0
Commits on Sep 21, 2021
Bump unstable branch to 0.2.1
jcjones
committed
a084906
Copy full SHA for a084906
Let bootstrap work on tables that aren't partitioned yet. (#21)
Show description for c4edc78
jcjones
authored
c4edc78
Copy full SHA for c4edc78
Handle mispredictions cleanly (#22)
Show description for 8679291
jcjones
authored
8679291
Copy full SHA for 8679291
Make pymysql optional. (#11)
Show description for 9da0d4b
jcjones
authored
9da0d4b
Copy full SHA for 9da0d4b
Commits on Sep 20, 2021
Merge PR#4 into main as a single commit
Show description for 51e10be
jcjones
committed
51e10be
Copy full SHA for 51e10be
Commits on Apr 27, 2021
Correct spelling in table_information_schema_is_compatible (#7)
Show description for 9b707e1
jcjones
authored
9b707e1
Copy full SHA for 9b707e1
Commits on Apr 23, 2021
Describe that this function checks for the existance a table too (#6)
pgporada
authored
bdf4703
Copy full SHA for bdf4703
Commits on Apr 20, 2021
More documentation for the Types
jcjones
committed
69f7542
Copy full SHA for 69f7542
Commits on Apr 16, 2021
Update README, bugfix that --table and --in/--out were all mutually exclusive
jcjones
committed
bcdc3e9
Copy full SHA for bcdc3e9
Commits on Apr 15, 2021
Predictive partitioning (#3)
Show description for 03a9cc8
jcjones
authored
03a9cc8
Copy full SHA for 03a9cc8
Commits on Mar 11, 2021
Rename partition_duration to partition_period
jcjones
committed
52a41a3
Copy full SHA for 52a41a3
Spelling fix: partition_name_now
jcjones
committed
bba56d3
Copy full SHA for bba56d3
Pre-commit: Make Black run before other tools
jcjones
committed
a45cce8
Copy full SHA for a45cce8
Emit a statistic for table alteration time
jcjones
committed
011f836
Copy full SHA for 011f836
Commits on Mar 10, 2021
v0.1.1, Bugfix: yaml dburls weren't preprocessed
jcjones
committed
cfbc920
Copy full SHA for cfbc920
v0.1.0: Minimal features complete
jcjones
committed
e0a0271
Copy full SHA for e0a0271
Per-table partition durations
jcjones
committed
01de102
Copy full SHA for 01de102
Commits on Mar 9, 2021
Remove the optional timestamp, as our version of Prometheus doesn't like it
jcjones
committed
4591242
Copy full SHA for 4591242
Fix prometheus quoting of the labels
jcjones
committed
e4925fe
Copy full SHA for e4925fe
Emit stats on an 'add' command too
jcjones
committed
744f8d6
Copy full SHA for 744f8d6
Add a time_since_oldest gauge, and rename the gauges a bit
jcjones
committed
de442b1
Copy full SHA for de442b1
Improve tests for the prometheus stats
jcjones
committed
41014d5
Copy full SHA for 41014d5
Export Prometheus-style statistics for stats command, if configured
jcjones
committed
2aaa6f7
Copy full SHA for 2aaa6f7
Bugfix: Tables with multiple columns use BY RANGE COLUMNS
Show description for 3af7ee4
jcjones
committed
3af7ee4
Copy full SHA for 3af7ee4
Print table compatibility issues for all tables before exiting.
jcjones
committed
74d5704
Copy full SHA for 74d5704
Commits on Mar 5, 2021
Add basic statistcs command.
jcjones
committed
15e7f77
Copy full SHA for 15e7f77
Commits on Mar 4, 2021
Have full time resolution for partition decisions. Some logging improvements too.
jcjones
committed
bbd6810
Copy full SHA for bbd6810
Add a lifespan configuration value and only partition when needed
jcjones
committed
86db05f
Copy full SHA for 86db05f
Commits on Mar 3, 2021
Rename add_partition to just add
jcjones
committed
4d0f951
Copy full SHA for 4d0f951
Add basic YAML configuration processing.
Show description for 171b952
jcjones
committed
171b952
Copy full SHA for 171b952
Commits on Feb 24, 2021
Show query debugging
jcjones
committed
c5fb095
Copy full SHA for c5fb095
Commits on Feb 19, 2021
Move partition definitions from tuples to explicit classes
jcjones
committed
bd07788
Copy full SHA for bd07788
Pagination
Previous
Next
You can’t perform that action at this time.