spenechap444 / FSA

Python & SQL based repo for performing financial statement analysis
0 stars 0 forks source link

App: Deep dive into passing plpgsql udo's from python #55

Open spenechap444 opened 7 months ago

spenechap444 commented 7 months ago

By being able to pass user defined object's in PL/pgSQL from python, this would allow for both a cleaner approach from the DB side, as well as the ability to have a performance optimization for large batch data processing.

If we are able to pass a collection as an input to the procedure from python, it would avoid running individual inserts on each row. In use-cases like pricing this will create bottlenecks in the process

spenechap444 commented 6 months ago

low priority