This commit is contained in:
2020-01-24 01:06:24 +00:00
parent cf79c5e90c
commit 9993835482

View File

@@ -5,7 +5,7 @@ eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOiIxNTcxODU5OTU0IiwiZXhwIjoiMTU3MjQ
## IMMEDIATE ITEMS ## IMMEDIATE ITEMS
PERFORMANCE CHANGE PERFORMANCE WORK
Baseline from before doing anything seeding a medium level with full text Baseline from before doing anything seeding a medium level with full text
2020-01-21 16:49:17.4662|INFO|Seeder|75 Users seeded in 2279 ms 2020-01-21 16:49:17.4662|INFO|Seeder|75 Users seeded in 2279 ms
2020-01-21 16:49:39.4481|INFO|Seeder|500 Widgets seeded in 21968 ms 2020-01-21 16:49:39.4481|INFO|Seeder|500 Widgets seeded in 21968 ms
@@ -21,6 +21,8 @@ TODO: Search indexing is painfully slow, it accounts for 16 of 22 seconds when c
- Maybe it's a case for stored procedures or something? - Maybe it's a case for stored procedures or something?
TODO: DataFilter how to distinguish between filtering on specific ID value or on value column TODO: DataFilter how to distinguish between filtering on specific ID value or on value column
- Might need to add a filter on ID type of thing maybe? - Might need to add a filter on ID type of thing maybe?
- Wait and see...YAGNI scenario maybe - Wait and see...YAGNI scenario maybe