Refer to this question: https://segmentfault.com/q/10...
Since the encoding of the actual stored data depends on the encoding of the data table, which part of the encoding does the database encoding refer to? Metadata?
Refer to this question: https://segmentfault.com/q/10...
Since the encoding of the actual stored data depends on the encoding of the data table, which part of the encoding does the database encoding refer to? Metadata?
Database encoding refers to the encoding of actual content, that is, the encoding of tuples in the database.
Can be set by encoding the database, the encoding of the data table, and the encoding of the data table fields.