-
QuestDB
- London, UK
- https://questdb.io
Block or Report
Block or report bluestreak01
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
894 contributions in the last year
Less
More
Contribution activity
October 2022
Created 16 commits in 2 repositories
Created a pull request in questdb/questdb that received 9 comments
fix(ilp): fix variability in ILP performance
Together with #2635 this PR stabilized performance of ILP ingestion by eliminating
megamorphic virtual calls. Specifically charAt() calls on CharSe…
+455
−5
•
9
comments
Opened 12 other pull requests in 2 repositories
questdb/questdb
10
merged
-
fix(sql): fix spurious ambiguous column name error with sample by and
joins - chore(core): freebsd binary
- chore(sql): remove rank() function temporarily, it is unstable
-
chore(build): allow
build:without()anduisubtype in PR titles - docs(core): Ukrainian readme translation
- chore(core): hot path optimisation in CSV parser
- test(pgwire): fix flaky testFetchDisconnectReleasesReaderCrossJoin
- test(core): fixed flaky testAddColumnPartitionConcurrent
- test(ilp): fixing access violation in test
- feat(core): speeding up CSV lexer by 18-20% on amd64 and JDK17
questdb/questdb-kubernetes
2
merged
Reviewed 43 pull requests in 4 repositories
questdb/questdb
25 pull requests
-
fix(sql): fix spurious ambiguous column name error with sample by and
joins - feat(core) add support for ISO weeks in date format and parse
- docs(core): update readme in English and Chinese
- docs(core): Translated the readme to Japanese.
- docs(core): Spanish README translation
- docs(core): Portuguese readme
- chore(core): fix fuzzy test in line protocol (#2340)
- chore(core): allow dropping active partition concurrently with line ingress
- fix(sql): avoid unexpected errors when over() clause for analytic function is missing
- docs(core): Ukrainian readme translation
- chore(sql): add buffer size checks to lpad and rpad functions
- feat(ui): bump web-console version to 0.0.8
- fix(ilp): fix variability in ILP performance
- fix(sql): apply query timeout to insert statements and improve timeout reliability
- fix(sql): spurious duplicate column name errors in joins
- chore(ilp): optimize ILP parser
- fix(core): fix commit error when many partitions are added and merged in one transaction
- fix(sql): fix bug of empty string and null string selection(#1916)
- feat(sql): implement starts_with str function
- chore(core): mark sql append page size prop as obsolete
- fix(sql): window function row_number() result start with zero if using partition by clause
- chore(sql): force inlining for group by queries with few aggregates
- fix(ilp): fix degradation of row-by-row commit when commit operation takes longer than commit lag
- chore(core): make use of madvise/fadvise in O3 tasks
- fix(sql): fix sampling aligned to calendar timezone and ending with semicolon or followed by order-by/limit
- Some pull request reviews not shown.
questdb/questdb-kubernetes
4 pull requests
questdb/c-questdb-client
2 pull requests
questdb/ui
2 pull requests
Created an issue in questdb/questdb that received 4 comments
incorrect FILL results
Describe the bug
select id, time, last(lat) lat, last(lon) lon, geo6
from pos
where id = 'YWPCEGICTJSGGBRIJCQVLJ' sample by 15m fill(null) ALIGN to…
4
comments






