I'm trying to get an understanding around the implications of indexing a varchar column. If the column was 150 characters long, how are the indexes stored? For example, I understand how a btree is used when indexing an int column, but a varchar is multiple characters, is the index essentially a compound index composed of char[1], then char[2], etc? I'm trying to get an understanding around the i