miha42-github / company_dns

An open source micro-service focused that provides company data from EDGAR plus Wikipedia, and SIC lookup.
https://miha42-github.github.io/company_dns/
Apache License 2.0
9 stars 2 forks source link

Update SQL and associated method in apputils.py to be more efficient and flexible #3

Closed miha42-github closed 2 years ago

miha42-github commented 3 years ago

The SQL can be more efficient by only selecting the form time which both should minimize the selection output and improve flexibility. The current naive approach uses Python's regex engine to do this which likely is inefficient. Consider the following points when working this issue:

miha42-github commented 2 years ago

Given the change of direction this issue is no longer valid. Closing.