From 4564085075b42f81ee7546065901930f6238baab Mon Sep 17 00:00:00 2001 From: nochill Date: Sat, 23 Sep 2023 15:23:31 +0700 Subject: [PATCH] new note --- TODO | 4 ++++ notes | 10 ++++++++++ 2 files changed, 14 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..bf71682 --- /dev/null +++ b/TODO @@ -0,0 +1,4 @@ +- SETUP REDUX +- AUTHENTICATION + SESSIONS FLOW +- COMMENTS FLOW +- USER PROFILE FLOW \ No newline at end of file diff --git a/notes b/notes index e13c709..5d3d5aa 100644 --- a/notes +++ b/notes @@ -77,4 +77,14 @@ CALCULATE ALL THE RATINGS SHIT, AFTER I FINISHED THE WHOLE THING IMMA TRY TO COMPARE IF EACH LOCATIONS HAVE user_ratings 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 + ########################################################################################## \ No newline at end of file