Vlad Ilyushchenko

Results 47 issues of Vlad Ilyushchenko

New feature to support ILP (network protocol) over HTTP. ## Motivation We would like to provide QuestDB server compatibility with the existing InfluxDB protocol drivers. User shoud be able to...

New feature

### Is your feature request related to a problem? We need SQL function, to create JSON projections from VARCHAR column type. Lets assume we store JSON in the following tables:...

New feature

**MUST HAVE** - [x] Run ingestion benchmark with varchar - [x] Run Clickbench with varchar instead of String - [x] plan to switch users over to VARCHAR - [x] Documentation:...

HTTP end point should be able to support CORS calls without need for reverse proxy. This feature needs to be added via configuration. Users who wish to allow CORS should...

New feature

examples SQLs that went from serial to parallel execution: ```sql select sym, hour(ts), avg(bid) avgBid from x group by hour(ts), sym order by hour(ts), sym select concat(lpad(cast(x1 as string), 5)),...

SQL
Performance

fixes #4627 fixes https://github.com/questdb/questdb/issues/4628 ### Improve ergonomics of error responses around expression compilation: ```sql query_activity where not 'blah'; ``` demo (the expected type is quite random and is unhelpful on...

## User Feedback >I’m using ILP to write the series and the data, so when writing I don’t read the data, I just stream the data and I like that...

New feature

### To reproduce code such as ```python query = query.bindparams( bindparam("entity_ids", value=list(entity_ids)), ) ``` will assemble SQL such as: ```sql entity_id in ARRAY['c09a635c-240a-4eb0-8678-57cf758f25bb'::uuid, '7ab7c701-6c57-452c-a34b-acbc3849c907':uuid] ``` We can rewrite it as:...

This is essentially a rewrite of PGWire Server. It was motivated by the list below. It is also the list of issues that have been addressed in the current server:...