Container framework for user-defined functions
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- GOPIVOTAL
- Publication Date
- 2021-02-26
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
Background technique
[0001] This specification relates to database systems.
[0002] A database organizes data into tables with columns and rows. A unique key identifies every row in every table. A particular row represents an instance of a particular entity, and the columns in that row store the values attributed to that instance. A row in one table can be linked to a row in the other table by including a column in one of the two tables that links the rows with a unique key.
[0003] A database can be divided into segments. Segments are queried by corresponding segment instances, which are computer programs executed by physical or virtual computing nodes called segment nodes. Each segment node has its own storage and processing capabilities. Under the direction of the host, each segment instance can handle a portion of queries from clients. The host can collect the results from each segment instance and return the final results to the client.
[0004] Users can write...