This commit is contained in:
2018-09-28 19:18:35 +00:00
parent fcb61e7ad5
commit 2053169005
2 changed files with 13 additions and 8 deletions

View File

@@ -27,10 +27,17 @@ Once that is done then can steam ahead on the biz objects but until I have the c
IMMEDIATE ITEMS:
================
Happy Monday Radiant Maiden!
- Search and search text indexing
- Can it be sped up with huge data test??
- Can it be sped up with the huge dataset test
- Right now a full unconstrained search done *while running all tests at once* is taking 38 seconds!!
- I need to play with the indexes on the Search tables to get faster results, but need to generate a similar huge dataset to know if it's working
- Maybe I can make the indexes in pgAdmin as a test and then see how they fare before I commit it into schema code
- STATISTICS: maybe pgAdmin stats can help with index creation: https://www.pgadmin.org/docs/pgadmin4/dev/pgadmin_tabbed_browser.html
- https://statsbot.co/blog/postgresql-query-optimization/
- Update all the other routes to include search indexing (attachments, tags etc, anything with text in it)