Rasmus Hansen

Results 56 comments of Rasmus Hansen

> @zlepper I've got an experimental branch with a change to tail that *should* detect a file in `DeletePending` state and close it. I've tested it on my Windows machine...

@MasslessParticle Of cause I can't reproduce the original locking issue at all right now :/ Just wanted to verify before I tested the branch you provided. I will keep trying...

Having just messed around with the new `record` types, i'm sorely missing this for classes now, especially around DI, where you keep repeating the same things over and over. However...

This just bit me in the butt. I had expected buffer to only emit when there actually was new values (Like normal observables), and not whenever the timer ticked. But...

As part of some POC i did some performance optimizations around this library (Mainly ported the code from the sql server provider): https://gist.github.com/zlepper/7f55ab76547d81eb6eb403ad4feab06b You will probably want someone who knows...

@roji Yes, I'm basically trying to insert a couple of billion rows into the database. So the optimization i did converts (With just a lot more rows per save): ```sql...

> @zlepper When using the former (without your change), have you tried turning on [automatic statement preparation](http://www.npgsql.org/doc/prepare.html#automatic-preparation)? This has the potential of making the inserts run much faster than your...

> > Would this then help even more with the bulk version also? But no, I was not aware that was a thing. > > It might, if you execute...

Is there any plans to support ShadowDom at some point?