Markus Skyttner

Results 52 comments of Markus Skyttner

For reading and analytical queries, duckdb is fast. And often there is more reading than writing at least in the use cases I mostly work with, such as data analytics....

Running into a similar situation and wondering if this issue could be turned into a feature request for some kind of mechanism to make this a bit more convenient. For...

@Alex-Monahan I'm not suggesting to introduce a dependency on environment variables, but feel that it would be great if there was a function that would simplify using data stored in...

Nice! Being able to pivot data and do crosstabs is at the core of OLAP, in my experience. The most natural way for me (after trying various previously available options...

These might be slightly related: - #3855 - #4021

I didn't know of [that](https://github.com/duckdb/duckdb/blob/master/tools/shell/shell.c#L20202-L20233) and will try it to see if it can be used to expose system variable values from the host to the CLI. One reply in...

I think the .duckdbrc file can be used for certain settings statically known at startup, but I wonder how to for example run a "PRAGMA threads=n;" statement where n i...

A utility function "getenv(envvarname)" that returned a string with the value for the named environment variable would be nice. It could be used in the from clause ie ```sql SELECT...

Another confirmation here, running into this issue. I have also not been able to work around the issue with some of the latest versions using nginx reverse proxy in front...

I too am not able to expose minio console on subpath using latest version and also above mentioned versions (with nginx reverse proxy in front).