Chris Cleveland
Chris Cleveland
Never mind. I solved the problem using a completely different approach. I'll leave this open just in case you want a reminder to document the startup sequence.
This problem has reared its head again. Any thoughts on how to solve it? Summary: I need a hook to run a bit of code *after* the extension's startup SQL...
I'd like to store the data in native Postgres page files. I'm creating an new type of Postgres index that would use an fst. Unfortunately, pages have page headers, and...
@dannysmc95 Did you find an answer? Also, this looks like Node/server-side code. Any clue how to do this in a browser?
Thank you. I watched the video, it's quite good. I'll try to do an implementation in our system, and benchmark it against Rocksdb. The one downside to using native libraries...
There's a solution here to the unmap problem: http://stackoverflow.com/questions/2972986/how-to-unmap-a-file-from-memory-mapped-using-filechannel-in-java On Fri, Jul 15, 2016 at 6:39 PM, Chris Cleveland wrote: > > Thank you. I watched the video, it's quite...
I don't know enough to comment. I do know that they were very helpful on the Graal Slack and though this was a cool use of Graal. They seemed to...
Please fix. It makes it really hard to document a struct.
Please provide a specific example of what doesn't work. A reproducible example makes the problem easier to diagnose. On Wed, Nov 15, 2023, 8:08 AM Jaime Acevedo ***@***.***> wrote: >...
Yup, I can see how this can happen. I just added a "synchronized" keyword to the method and pushed it to master. Version bumped to 1.0.6. Can you test it...