# Define a list of documents
documents_json_list = [
{
"id": "doc_1_2_P4",
"text": "Db2 handles LOB data differently than other kinds of data. As a result, you sometimes need to take additional actions when you define LOB columns and insert the LOB data.",
"link": "https://www.ibm.com/docs/en/db2-for-zos/12?topic=programs-storing-lob-data-in-tables",
},
{
"id": "doc_11.1.0_P1",
"text": "Db2® column-organized tables add columnar capabilities to Db2 databases, which include data that is stored with column organization and vector processing of column data. Using this table format with star schema data marts provides significant improvements to storage, query performance, and ease of use through simplified design and tuning.",
"link": "https://www.ibm.com/docs/en/db2/11.1.0?topic=organization-column-organized-tables",
},
{
"id": "id_22.3.4.3.1_P2",
"text": "Data structures are elements that are required to use Db2®. You can access and use these elements to organize your data. Examples of data structures include tables, table spaces, indexes, index spaces, keys, views, and databases.",
"link": "https://www.ibm.com/docs/en/zos-basic-skills?topic=concepts-db2-data-structures",
},
{
"id": "id_3.4.3.1_P3",
"text": "Db2® maintains a set of tables that contain information about the data that Db2 controls. These tables are collectively known as the catalog. The catalog tables contain information about Db2 objects such as tables, views, and indexes. When you create, alter, or drop an object, Db2 inserts, updates, or deletes rows of the catalog that describe the object.",
"link": "https://www.ibm.com/docs/en/zos-basic-skills?topic=objects-db2-catalog",
},
]