I am working on adding io_ring support to PostgreSQL could anybody please help me in setting up the development environment and get started!
#PostgreSQL #kernel #io_uring #netlify #alibabacloud #developers #Help
Conversation
I suggest reviewing the io_uring work that's already underway for Postgres 14 before starting independent work in that direction: github.com/anarazel/postg
Seconded. 's prototype adds new infrastructure to support async and direct I/O, the design of which is kinda the "main problem". He targets io_uring, but it's also possible to target POSIX AIO, background workers with sync I/O & Win32 overlapped (working on it).
5
Replying to
Sir ,Im sorry but I am unable to figure out how should I start the development and I need to change the contents of which file to get the desired results
1


