Inceptor和Hive一样有一个metastore服务。Metastore用来存储所有的table schema和其它的元数据(metadata)。
By default, it uses a built-in Derby SQL server, which provides limited, single-access SQL support. Production system must use a full-service relational database, such as MySQL.