bjk17 / cinema

Lokaverkefni í áfanganum vefforritun við HÍ haustið 2014.
https://bio.bjk.is/
0 stars 0 forks source link

Research why performance is slow on RPi and possibly optimize #4

Closed bjk17 closed 8 years ago

bjk17 commented 9 years ago

Possible ways to optimize: -Do database alterations with BEGIN; and COMMIT; instead of multiple transactions

Compare performance with other machines runnings exact same code, such as Cubietruck.

bjk17 commented 9 years ago

Switch to PostgreSQL, see issue #16. It will boost performance.

bjk17 commented 8 years ago

This is irrelevant as the site is now hosted on a Intel NUC with modern Intel Hashwell processor (see https://blog.bjk.is/my-hobby-project.html#my-hobby-project). The performance issue on the Raspberry Pi was a mix of a very primitive processor and slow data interface.