Felix Geisendörfer

Results 173 comments of Felix Geisendörfer

@pkit I haven't looked into the RLS implementation. Is it part of the executor? If yes it might be possible to piggy-back on the executors scan nodes for RLS support...

@pkit so you're saying it's going to be difficult to hook into that code, right?

@aalexand we're currently thinking about potential improvements to profile.proto at Datadog. Before submitting any bigger proposals, what do you think about this small one that my colleague @mar-kolya made a...

@aalexand I'll let @mar-kolya confirm, but AFAIK we're totally happy with following your suggestions. Our current workaround for minified JS has been to put both column and line numbers into...

@kless great links - thanks for posting them! Once we've nailed the problem of producing reliable and compatible file uploading software, we'll look into performance and investigate the best options....

It's not entirely out of question, but I don't think it will be a priority for now. However, once we have an initial simple protocol we like, I'd love to...

Thanks for sharing this tool 👍.

I'm having some performance troubles as well. Consider the following code: https://gist.github.com/97db243b2ba3a3f9f458 ``` time node index.js Documented loaded Elements found real 0m15.752s user 0m12.399s sys 0m0.061s ``` Pretty much all...

Thanks for the quick reply. I was thinking of creating a small node app that lists all existing node.js modules by scraping various sources and lets you sorts things by...

@aidansteele thanks for this thoughtful analysis! > There's also the EXPLAIN .. FORMAT JSON duration thing which I assume has equivalents in SQL Server and others, but to be honest...