So i have a table which has to hold a dynamic size of a string. Is the TEXT Datatype efficient enough or is there somekind of vartext like varchar?
i can imagine that there are some other datatypes like LONGTEXT but im not sure i this takes up more space. Can someone explain these different dataypes and what effect on efficiency they have?