From 0c056c74530063add8a790919a0bc838396816cf Mon Sep 17 00:00:00 2001 From: Manfred Moser Date: Tue, 31 Dec 2024 18:38:01 -0800 Subject: [PATCH] Add info about views in memory only for Faker connector --- docs/src/main/sphinx/connector/faker.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/main/sphinx/connector/faker.md b/docs/src/main/sphinx/connector/faker.md index 21260339de2..2a3f01cd9c0 100644 --- a/docs/src/main/sphinx/connector/faker.md +++ b/docs/src/main/sphinx/connector/faker.md @@ -30,9 +30,9 @@ reading from tables returns random, but deterministic data. As a result, repeated invocation of a query returns identical data. See [](faker-usage) for more examples. -Schemas and tables in a catalog are not persisted, and are stored in the memory -of the coordinator only. They need to be recreated every time after restarting -the coordinator. +Schemas, tables, and views in a catalog are not persisted, and are stored in the +memory of the coordinator only. They need to be recreated every time after +restarting the coordinator. The following table details all general configuration properties: