Open htmlboss opened 2 years ago
Some observations:
latin1
when the default in the wild is utf8
. Latin 1 encodes < 256 characters, whereas utf8 is more robust.KEY
== INDEX
TO DO
EXPLAIN QUERY
should help with figuring out what the DB is doing under the hood IF the DB is the bottleneck.That must come in from sqlalchemy.
On Wed, Apr 13, 2022 at 2:02 PM Nabil @.***> wrote:
Some observations:
- Not sure why our charset is latin1 when the default appears to be utf-8. Latin 1 encodes < 256 characters, whereas utf-8 is more robust.
- There are indeed indexes in the database! (my bad π) KEY == INDEX
[image: image] https://user-images.githubusercontent.com/5572045/163227760-72cab643-8989-40ce-b16c-f0a97ac2ad0c.png
β Reply to this email directly, view it on GitHub https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/issues/1006#issuecomment-1098257379, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKSZ5OOYFX4AK72Y4HDM4BDVE3ZLBANCNFSM5TLFVSTA . You are receiving this because you are subscribed to this thread.Message ID: <DFO-Ocean-Navigator/Ocean-Data-Map-Project/issues/1006/1098257379@ github.com>
Observations are slow to load on the website.