Vlad Ilyushchenko

Results 114 comments of Vlad Ilyushchenko

The recommended (test and supported) method of running QuestDB on Mac is via `homebrew`

debugging docker on mac is a can of worms we would rather not open unless there is a good reason why you cannot use homebrew

it would be interesting to know the usecase, may be there is a way to model this differently?

there are some bizarre linux brew issues, that's why PR isn't merged yet. We will look into this asap

@allcontributors please add @allegraharris for code contribution!

@allcontributors please add @allegraharris for code contribution

hey @bziobrowski in terms of coumns name, all factories should already have immutable copies of string names. May be we can leverage that somehow?

Backup data director. The upgrade is to run new binaries against the existing data directory. This process is always the same. Data directory will be checked and upgraded automatically when...

hey @piotrrzysko thank you for the contribution! This looks like a lot of work! I really appreciate it! Our codebase moved on recently by implementing `count_distinct` using parallel execution. I...

Instead of opening and closing `txn` files we could have a concurrent hash map (global). This map will be keyed on table token (directory) and values will be a) latest...