You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After merging #9, the service will persist data to disk. However, the implementation is very naive. Read times will decrease over time, as for each database query, the service will read through the whole file. Second, everytime a whole new record containing each key for each known service will created. This isn`t a problem per sé und maybe we should leave it like that for simplicity. However, the database file size will grow and grow over time. The persistence layer needs to be improved.
After merging #9, the service will persist data to disk. However, the implementation is very naive. Read times will decrease over time, as for each database query, the service will read through the whole file. Second, everytime a whole new record containing each key for each known service will created. This isn`t a problem per sé und maybe we should leave it like that for simplicity. However, the database file size will grow and grow over time. The persistence layer needs to be improved.
We want to:
The text was updated successfully, but these errors were encountered: