“垂直分解”常见的英文表达是 "vertical decomposition"。
在计算机科学、数据库设计、数学等领域,该短语常被用来描述将一个复杂系统、结构或问题按照垂直方向(即功能、层次等方面)进行拆分、划分的过程。例如:
In database design, vertical decomposition refers to dividing a large table into smaller tables, each containing a subset of the original table's columns. (在数据库设计中,垂直分解指的是将一个大表拆分成多个小表,每个小表包含原表列的一个子集 。)
We can achieve better performance and maintainability through vertical decomposition of the software architecture.(通过对软件架构进行垂直分解,我们可以实现更好的性能和可维护性 。)