I wonder if I sort my Redshift database by alphabet, it would increase the performance of look-up with the sorted column?
Let's say I have column name and I create this table sorted by alphabet. Then would it be faster if I want to look up the name with where clause?
What would be the best way to implement Redshift database for looking up alphabetic values?
And please let me know how to create table setting sort key to sort by alphabets...
Thanks