--
Thanks,
You received this message because you are subscribed to the Google Groups "Better Oracle functions support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to orafce-genera...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/orafce-general/64a9a911-5a93-43f4-ac3d-dbd3363a74ean%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/orafce-general/CAFj8pRDscQpfM_mwbcmLOakRgP-ytdFyYGNEf3F2D2qC8AnN0Q%40mail.gmail.com.
Hi PavelThanks for the quick reply!I took a look at Postgres listen and notify but I couldn’t work out how to set listen to wait indefinitely and then grab the message and take some action the way I can with dbms_pipe
To view this discussion on the web visit https://groups.google.com/d/msgid/orafce-general/CAKBtMmH-6SYX3S5%2ByyNqZPakEMXDamAkB8VgZ6%3D5sMG0LsH1cQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/orafce-general/CAFj8pRBieBhGEqyUTJPwUbNSUkMzz2oK9oCiv0Ah5H-O5uHEUw%40mail.gmail.com.
It would be great if the performance of dbms_pipe could be improved. I've taken a look at whether I could do something but this is outside my comfort zone!
Would there be any chance of finding an orafce contributor who would be willing to take it on?
To view this discussion on the web visit https://groups.google.com/d/msgid/orafce-general/CAKBtMmGzv1NsdQTRJ-rh53SBHvPK04OyWuyX0_jV-jBsFqekJQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/orafce-general/CAFj8pRBctofa%3DSA5LFSKK-i2GQVp7zTVDdGEfSJYi%2BVLpgcyJA%40mail.gmail.com.
Hope you are doing well.Just wondered if you have had a chance to look at this dbms_pipe performance issue?
To view this discussion on the web visit https://groups.google.com/d/msgid/orafce-general/CAKBtMmH8opdg1j7Tqv7XYWTHtYqBz0UiwkkTL%2Bk6q6a9_RxaEQ%40mail.gmail.com.
I am testing an alternative method for Oracle Autonomous Transactions using DBMS_PIPE
Hist 26. 7. 2023 v 10:18 odesílatel Richard Shuttlewood <erintec...@gmail.com> napsal:Hi PavelHope you are doing well.Just wondered if you have had a chance to look at this dbms_pipe performance issue?Unfortunately not, I spent a lot of time on plpgsql_check - my other project. But I think I can do some optimization in August - it is a realistic estimation.
Hist 26. 7. 2023 v 10:32 odesílatel Pavel Stehule <pavel....@gmail.com> napsal:Hist 26. 7. 2023 v 10:18 odesílatel Richard Shuttlewood <erintec...@gmail.com> napsal:Hi PavelHope you are doing well.Just wondered if you have had a chance to look at this dbms_pipe performance issue?Unfortunately not, I spent a lot of time on plpgsql_check - my other project. But I think I can do some optimization in August - it is a realistic estimation.I wrote some optimizations based on different synchronization. It is in the master branch and PostgreSQL 13 and higher is required.Please test it.Some tests look unstable, so maybe there can be some issues, but it should be enough for testing.