Block or Report
Block or report ideoma
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
questdb/questdb Public
An open source time-series database for fast ingest and SQL queries
479 contributions in the last year
Less
More
Contribution activity
April 2023
Created 8 commits in 1 repository
Created a pull request in questdb/questdb that received 6 comments
fix(wal): fix wal apply error
Fix errors writing to WAL when initial commits go to LAG and there are no partitions existing yet.
+75
−15
•
6
comments
Opened 8 other pull requests in 1 repository
questdb/questdb
1
open
7
merged
- fix(core): fix index miss values or contain duplicates in certain commit patterns
- test(core): limit the probability of same timestamp in fuzz tests to prevent comparison timeouts
- fix(core): fix rollback failure
- test(core): reduce the chances of fuzz test timing out
- fix(core): fix table truncate bug resulting in incorrect data inserted
- fix(core): fix non-partitioned table truncate error
- feat(wal): optimise WAL lag application in case data in order
- fix(core): fix no partition error after truncate and rollback
Reviewed 22 pull requests in 3 repositories
questdb/questdb
20 pull requests
- fix(sql): fix column type handling in table_partitions() function
- chore(core): refactoring of Authenticator API
- fix(build): fix O3FailureTest.testAllocateFailsAtO3OpenColumn
- test(core): limit the probability of same timestamp in fuzz tests to prevent comparison timeouts
- test(core): get rid of O(n^2) check in WAL writer fuzz tests
- fix(core): fix rollback failure
- feat(sql): fix display of interval scans in EXPLAIN's output
- test(pgwire): fix flaky pg test
- build: 7.1.1
- fix(sql): improve WITHIN operator validation
- feat(sql): provide way to keep symbol tables on table truncate
- fix(http): fix unhandled error when importing CSV to table with dropped and recreated columns
- fix(ui): fix crypto lib dependency in the Web Console
- docs(core): update docker run option in readme
- fix(core): fix issues with UTF8 table and column names
- chore(pgwire): fix circuit breaker
- feat(wal): optimise WAL lag application in case data in order
- fix(core): release extra O3 memory after WAL apply
- fix(core): fix no partition error after truncate and rollback
- fix(wal): fix wal apply error
questdb/questdb.io
1 pull request
questdb/ui
1 pull request
Created an issue in questdb/questdb that received 2 comments
Support multiple column drop for WAL tables
Describe the bug
WAL tables do not support multiple column drop in 1 statement
alter table test drop COLUMN col3, col5;
It will be beneficial if W…
2
comments





