In Drupal, due to database normalization rules, each field created within core entities results in the creation of two tables in the database. If you want some of your data to occupy less space in the database, you might prefer to store these data in a custom table on the database side.