duckpgq-extension icon indicating copy to clipboard operation
duckpgq-extension copied to clipboard

Try pushing the limits of path queries into the UDFs

Open Dtenwolde opened this issue 1 year ago • 1 comments

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

Dtenwolde avatar Apr 19 '23 09:04 Dtenwolde

Related to https://github.com/cwida/duckpgq-extension/issues/67

Dtenwolde avatar Feb 15 '24 13:02 Dtenwolde

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.

github-actions[bot] avatar Sep 06 '24 00:09 github-actions[bot]