This topic describes the data requirements that you need to import to order summary tables in Quick Audience.
Due to the fact that the Data Source type for storing raw data is MaxCompute, and the Analysis Source type used by Quick Audience is ADB 3.0 or Hologres, in order for data to flow smoothly between the computing and analysis sources, Quick Audience does not support the following data types of MaxCompute: BOOLEAN、CHAR、ARRAY、STRUCT、MAP、BINARY. Please refer to the 2.0 Data Type Version for the MaxCompute data type list.
The order summary table records order data aggregated by user granularity for nearly N days. Example of MaxCompute large-width representation:

Field requirements:
Field Type | Field type | Description |
The ID of the user who executes the statement. | Text |
|
Last trading time in last N days | Time | Required field. |
Total amount of transactions in recent N days | Numeric types | |
The number of transactions in the last N days. | Numeric types | |
Other order attributes | Text, numeric, and time | Optional. Set this parameter based on your business requirements. |
You can customize the names of all fields.
user_id is the primary key of the table. Each user_id has only one record.
partition table is not supported.