Using ext4 journaling filesystem for SSD partions is not good for the SSD health. You should really choose a non-journalling format e.g. ext2 when preparing SSD partitions. I guess the default installation method does not do this, wheras the “something else” method gives you that control. You should also setup TRIM for the SSD, as is not done automatically, see this:
There is more about which Linux filesystem to use on a SSD here:
Note that the main issue with ext4 mentioned in that item is its constant journalling activity. Some say that ext4 with journalling disabled is better option than ext2. See last part of this thread here: