CreateSpace
CreateSpace creates a space with the given name (specified in the spaceName parameter) in a source (specified by the sourceName parameter). As described in “Introduction and Basic Concepts”, space is a source-specific notion. For example, space is mapped onto schema in many relational database sources (eg PostgreSQL). So you can use this operation to create a schema in PostgreSQL.
Last updated on