Lev Kokotov

Results 134 comments of Lev Kokotov

My immediate thought goes to parallel workers. If you temporarily disable them by setting `max_parallel_workers_per_gather` to 0, are you able to run the query without "prewarming" the connection with the...

The presence of `plpython3u` is reminding me of another bug report we had with Pl/Python and extension not mixing well together. We fixed it by using a different linker and...

I suspect the pgcat docker image is out of date since our Github action that publishes it is currently broken. There was a fix for this issue released recently in...

Hi James, What's your arch? AMD64 or ARM64? What else can you tell me about your system, e.g. CPU family, GPU family, etc.

How about the amount of system memory? e.g. `free -h`

For sure: ``` You are now connected to database "pgml" as user "lev". pgml=# select version(); version -------------------------------------------------------------------------------- ------- PostgreSQL 16.2 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 14.1.1 20240507, 64-bit...

The SDK core is written in Rust to provide a uniform implementation across several languages (JavaScript, Rust, Python, Zig, etc.). To achieve this, we're using [neon](https://github.com/neon-bindings/neon) which uses the Node...

_main.rs_ ``` use sailfish::TemplateOnce; #[derive(TemplateOnce)] #[template(path = "example.html")] pub struct Example { title: String, } ``` _templates/example.html_ ``` ``` ``` $ cargo build Compiling example v0.1.0 (/home/lev/code/example) error: Failed to...

Could you show the full log, including the command you ran to hit this error. Also could you share which OS you're using, which version of Docker and which version...

Try our new container, released this morning: https://postgresml.org/docs/guides/setup/quick_start_with_docker