naojsoft / qplan

Other
2 stars 4 forks source link

Using mongodb #23

Closed ejeschke closed 4 years ago

ejeschke commented 5 years ago

This PR switches the queue database from ZoDB to MongoDB.

Queries are much faster, and the database should scale well. MongoDB is well supported and has an excellent python client.

ejeschke commented 4 years ago

MongoDB changes were merged in master.