robins / popi

PostgreSQL Performance on Pi
0 stars 0 forks source link

Create a prioritized queue of commits to be processed #17

Open robins opened 6 years ago

robins commented 6 years ago

Create a prioritized queue of commits to be processed

One way to do this would be to have files that are appended to (when a new commit is found) and from which one row from the top is popped when we need to process a row.

Prioritized queue could be implemented with different files. file1 (priority 1) file2 (priority 2) etc.

This would be a requirement to complete issue #16