dviator / WeSaidSheSaid

For the development of an application to store, document, and analyze political speeches and the media's interpretation of them.
1 stars 0 forks source link

Database connection could be optimized #15

Closed dviator closed 9 years ago

dviator commented 9 years ago

Database connection is currently created and closed on every item insert. It could be optimized to perform less work.