This commit is contained in:
nochill 2023-09-23 15:23:31 +07:00
parent bcb242c0aa
commit 4564085075
2 changed files with 14 additions and 0 deletions

4
TODO Normal file
View File

@ -0,0 +1,4 @@
- SETUP REDUX
- AUTHENTICATION + SESSIONS FLOW
- COMMENTS FLOW
- USER PROFILE FLOW

10
notes
View File

@ -78,3 +78,13 @@ AFTER I FINISHED THE WHOLE THING IMMA TRY TO COMPARE IF EACH LOCATIONS HAVE user
user_counts etc etc user_counts etc etc
########################################################################################## ##########################################################################################
##########################################################################################
REWRITE COALESCE QUERY CAUSE IT'S SLOW
- https://stackoverflow.com/questions/6426436/postgresql-coalesce-performance-problem
- https://stackoverflow.com/questions/2287642/which-is-quicker-coalesce-or-isnull
##########################################################################################