dwyl / alog

🌲 alog (Append-only Log) is an easy way to start using the Lambda/Kappa architecture in your Elixir/Phoenix Apps while still using PostgreSQL (with Ecto).
GNU General Public License v2.0
15 stars 2 forks source link

Do not retrieve outdated items in get_by #28

Closed Danwhy closed 5 years ago

Danwhy commented 5 years ago

Ref #27, No longer retrieves outdated items in get_by. This solution works, but could be improved in efficiency by reducing the number of queries necessary