Denormalization
Denormalisierung
Denormalization refers to the deliberate merging of data that would otherwise sit in separate tables, in order to simplify or speed up queries — at the cost of some added redundancy and more maintenance effort when data changes.
Source: PostgreSQL — Database design concepts (general reference)