Documentation
-
Momentum
-
MLOps
-
Impulse EDW
-
- 2.1 Create a Warehouse
- 2.2 Edit Warehouse
- 2.3 Datasources In Warehouse
- 2.4 Ingesting Data Into Tables or Datasources
- 2.4.1 Ingesting From Momentum Data Pipeline
- 2.4.2 Uploading File Using Impulse UI
- 2.4.3 Ingesting From External File/Storage System
- 2.5 Add Data to Existing Tables
- 2.5.1 Update Existing Index
- 2.6 Delete Table Records (Rows)
- 2.7 Delete Tables or Datasources
- 2.8 Monitoring Indexing Tasks
- 2.9 View Datasource Stats
-
Inset BI
- Alerts and Reports
- Connecting to a new database
- Registering a new table
- Creating charts in Explore view
- Manage access to Dashboards
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
APIs
- Articles coming soon
< All Topics
Print
2.3 Datasources In Warehouse
We organize tables or data sources within a data warehouse. To see a list of data sources within a DW:
- On the main navigation menu, click Data Warehouses
- Click the link “Datasources” corresponding to the DW you are interested in
- The next page will show a list of all data sources within the DW.
With each datasources, it shows the following important information about the datasource:
- Partition Count: This shows the number of partitions this data source is split into.
- Partition size: Total size in bytes of all partitions combined. Dividing this number by the number of partitions will give the average partition size in bytes.
- Replication size: For multi-node replicated cluster, this will show the total partition size of all replicated data/partitions. For a single node cluster, the replication size will be the same as the partition size.
- Available %: This is shows the percentage of partitions available for querying. Ideally this should be 100%.
It is important to note that after your upload and index the data, the data will not be available for querying until this available percentage is not 100%.
Table of Contents