Martin Frausing

Results 12 comments of Martin Frausing

@lwouis I think that could be a good solution. You had good points for my original suggestion and I have to admit I didn't consider them before posting this issue....

Example of an query where the performance between subselect and join matters (https://pastebin.com/raw/gw7DmXuD): `db=[db]# EXPLAIN ANALYZE SELECT f.id, d.id FROM feature f JOIN dna d ON f.dna_id = d.id; ┌─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐...

It seems like it is mostly __perlbrew_set_env that is causing the slow down, at least in zsh

> what motivates this change? I have private keys stored in a database and I need to load those, get the public key from it and also use that to...

Hi, would you consider merging this? It is an implementation of #1558

For my usecase where I just want to load the private key to get the public key, I would have to invent a valid DNSKEY, use that to load the...

I don't think I was able to explain what I wanted to do and to be honest after reading the code further, I also changed my mind about using the...

Thanks for the quick reply. I will revisit the PR and add tests and/or documentation changes

Ok I have now improved the PR with the following: 1. Check that algorithm in the DNSKEY matches what the algorithm being loaded with NewPrivateKey 2. Check that the PublicKey...