duckpgq-extension
duckpgq-extension copied to clipboard
Try pushing the limits of path queries into the UDFs
Right now the translated query contains a LIMIT between lower and upper. However this is only enforced after the path-finding UDFs are finished. It would potentially save time if the limits are enforced in the UDF, to ensure the minimum required iterations. However, the added complexity might slow down the UDFs too much. To be investigated
Would require changes to the matchref_bind.cpp
and the path-finding UDFs
Related to https://github.com/cwida/duckpgq-extension/issues/67
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.