<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Kinetica Enterprise Documentation on Kinetica Docs</title><link>/7.2/</link><description>Recent content in Kinetica Enterprise Documentation on Kinetica Docs</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="/7.2/index.xml" rel="self" type="application/rss+xml"/><item><title>Quick Start Guide</title><link>/7.2/aws/guides/quickstart-guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/guides/quickstart-guide/</guid><description>Install Kinetica There are several different options for installing Kinetica Enterprise or Kinetica in AWS.
However, to get started within minutes (and for free) we recommend either of the following two routes:
Kinetica Cloud Free: This is a free managed version with 10 GB of storage, which is hosted in the cloud. Follow the instructions for Kinetica Cloud Free to create an account and launch Kinetica.
Tip
Kinetica Cloud takes only a couple of minutes to set up and is an excellent choice to get started.</description></item><item><title>Quick Start Guide</title><link>/7.2/guides/quickstart-guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/guides/quickstart-guide/</guid><description>Install Kinetica There are several different options for installing Kinetica Enterprise or Kinetica in AWS.
However, to get started within minutes (and for free) we recommend either of the following two routes:
Kinetica Cloud Free: This is a free managed version with 10 GB of storage, which is hosted in the cloud. Follow the instructions for Kinetica Cloud Free to create an account and launch Kinetica.
Tip
Kinetica Cloud takes only a couple of minutes to set up and is an excellent choice to get started.</description></item><item><title>Querying Social Graphs in SQL</title><link>/7.2/aws/guides/query_graph_cinema/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/guides/query_graph_cinema/</guid><description>The following is a complete example, using SQL, of querying a graph of movies &amp;amp; TV shows and the people who star in and direct them. For more information on Graphs &amp;amp; Solvers, see Graphs &amp;amp; Solvers Concepts.
Prerequisites Overview Table Setup Person Table Show Table Production Role Table Graph Construction Creation Alteration Querying Hop-Based Supplemental Functions Supplemental Data Nested Graph Queries Download &amp;amp; Run Prerequisites The prerequisites for running this query graph example are listed below:</description></item><item><title>Querying Social Graphs in SQL</title><link>/7.2/guides/query_graph_cinema/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/guides/query_graph_cinema/</guid><description>The following is a complete example, using SQL, of querying a graph of movies &amp;amp; TV shows and the people who star in and direct them. For more information on Graphs &amp;amp; Solvers, see Graphs &amp;amp; Solvers Concepts.
Prerequisites Overview Table Setup Person Table Show Table Production Role Table Graph Construction Creation Alteration Querying Hop-Based Supplemental Functions Supplemental Data Nested Graph Queries Download &amp;amp; Run Prerequisites The prerequisites for running this query graph example are listed below:</description></item><item><title>Backhaul Routing in Python</title><link>/7.2/aws/guides/solve_graph_seattle_backhaul/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/guides/solve_graph_seattle_backhaul/</guid><description>The following is a complete example, using the Python API, of solving a graph created with Seattle road network data for a backhaul routing problem via the /solve/graph endpoint. For more information on Graphs &amp;amp; Solvers, see Graphs &amp;amp; Solvers Concepts.
Prerequisites Python API Installation Data File Script Detail Constants Graph Creation Backhaul Routing Download &amp;amp; Run Prerequisites The prerequisites for running the backhaul routing solve graph example are listed below:</description></item><item><title>Backhaul Routing in Python</title><link>/7.2/guides/solve_graph_seattle_backhaul/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/guides/solve_graph_seattle_backhaul/</guid><description>The following is a complete example, using the Python API, of solving a graph created with Seattle road network data for a backhaul routing problem via the /solve/graph endpoint. For more information on Graphs &amp;amp; Solvers, see Graphs &amp;amp; Solvers Concepts.
Prerequisites Python API Installation Data File Script Detail Constants Graph Creation Backhaul Routing Download &amp;amp; Run Prerequisites The prerequisites for running the backhaul routing solve graph example are listed below:</description></item><item><title>C++ Developer Guide</title><link>/7.2/aws/guides/cpp_guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/guides/cpp_guide/</guid><description>The following guide provides step-by-step instructions to get started writing C++ applications using Kinetica. This guide demonstrates only a small set of the available API. A detailed description of the complete interface is available under C&amp;#43;&amp;#43; API Reference.
API Download The source code for the C++ API is available for download from the GitHub repository kineticadb/kinetica-api-cpp. Follow the instructions in the included README file to build the API library.</description></item><item><title>C++ Developer Guide</title><link>/7.2/guides/cpp_guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/guides/cpp_guide/</guid><description>The following guide provides step-by-step instructions to get started writing C++ applications using Kinetica. This guide demonstrates only a small set of the available API. A detailed description of the complete interface is available under C&amp;#43;&amp;#43; API Reference.
API Download The source code for the C++ API is available for download from the GitHub repository kineticadb/kinetica-api-cpp. Follow the instructions in the included README file to build the API library.</description></item><item><title>Fitting Road Network Data to a Graph</title><link>/7.2/aws/guides/fitting_data/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/guides/fitting_data/</guid><description>The following guide provides step-by-step instructions to get started with fitting existing road network data to a graph. Since edges in graphs can only be composed of two nodes, the weight (or cost to travel) for complex WKT LINESTRINGs (e.g., more than two points) that typically define road networks must be assigned consistently to the segments composing the LINESTRING, as noted under Weights. There are two methods for calculating and assigning weights to a graph with edges derived from large WKT LINESTRINGs:</description></item><item><title>Fitting Road Network Data to a Graph</title><link>/7.2/guides/fitting_data/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/guides/fitting_data/</guid><description>The following guide provides step-by-step instructions to get started with fitting existing road network data to a graph. Since edges in graphs can only be composed of two nodes, the weight (or cost to travel) for complex WKT LINESTRINGs (e.g., more than two points) that typically define road networks must be assigned consistently to the segments composing the LINESTRING, as noted under Weights. There are two methods for calculating and assigning weights to a graph with edges derived from large WKT LINESTRINGs:</description></item><item><title>Generate Isochrones</title><link>/7.2/aws/guides/isochrones/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/guides/isochrones/</guid><description>The following is a complete example, using the Python API, of generating images containing isochrones via the /visualize/isochrone and /wms endpoints using an existing graph.
Prerequisites Python API Installation Python Virtual Environment PyPI Git Data File Script Detail Connections Constants Graph Creation Visualizing Isochrones Visualizing Isochrones Using WMS Download &amp;amp; Run Prerequisites The prerequisites for running the isochrones example are listed below:
Graph server enabled Python API Isochrones example script DC Shape data CSV file Python API Installation Depending on the target operating system, a Python virtual environment may need to be installed first:</description></item><item><title>Generate Isochrones</title><link>/7.2/guides/isochrones/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/guides/isochrones/</guid><description>The following is a complete example, using the Python API, of generating images containing isochrones via the /visualize/isochrone and /wms endpoints using an existing graph.
Prerequisites Python API Installation Python Virtual Environment PyPI Git Data File Script Detail Connections Constants Graph Creation Visualizing Isochrones Visualizing Isochrones Using WMS Download &amp;amp; Run Prerequisites The prerequisites for running the isochrones example are listed below:
Graph server enabled Python API Isochrones example script DC Shape data CSV file Python API Installation Depending on the target operating system, a Python virtual environment may need to be installed first:</description></item><item><title>Graph Solvers with REST</title><link>/7.2/aws/guides/graph_rest_guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/guides/graph_rest_guide/</guid><description>The following guide provides step-by-step instructions to get started with using the Graphs &amp;amp; Solvers in Kinetica. This guide demonstrates some key graph concepts as well as how to create and solve a graph using the Kinetica REST API.
Prerequisites Data File Using the REST API Key Information and Concepts Data Graph Concepts Tutorial via REST Client Create Graph Solve the Graph (Shortest Path) Solve the Graph (Multiple Routing) Download &amp;amp; Run Prerequisites D.</description></item><item><title>Graph Solvers with REST</title><link>/7.2/guides/graph_rest_guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/guides/graph_rest_guide/</guid><description>The following guide provides step-by-step instructions to get started with using the Graphs &amp;amp; Solvers in Kinetica. This guide demonstrates some key graph concepts as well as how to create and solve a graph using the Kinetica REST API.
Prerequisites Data File Using the REST API Key Information and Concepts Data Graph Concepts Tutorial via REST Client Create Graph Solve the Graph (Shortest Path) Solve the Graph (Multiple Routing) Download &amp;amp; Run Prerequisites D.</description></item><item><title>Graph Solvers with UI</title><link>/7.2/aws/guides/graph_interface_guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/guides/graph_interface_guide/</guid><description>The following guide provides step-by-step instructions to get started with using the Graphs &amp;amp; Solvers in Kinetica. This guide demonstrates some key graph concepts as well as how to create and solve a graph using the Workbench Data Explorer and Workbook.
Prerequisites Data File Key Information and Concepts Data Graph Concepts Tutorial via GUI Create Schema Create Graph Solve the Graph (Shortest Path) Solve the Graph (Multiple Routing) Prerequisites D.</description></item><item><title>Graph Solvers with UI</title><link>/7.2/guides/graph_interface_guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/guides/graph_interface_guide/</guid><description>The following guide provides step-by-step instructions to get started with using the Graphs &amp;amp; Solvers in Kinetica. This guide demonstrates some key graph concepts as well as how to create and solve a graph using the GAdmin graph GUI.
Prerequisites Data File Key Information and Concepts Data Graph Concepts Tutorial via GUI Create Schema Create Graph Solve the Graph (Shortest Path) Solve the Graph (Multiple Routing) Prerequisites D.C. Shape data file Access to GAdmin Data File The tutorial makes use of the dc_shape dataset, which can be ingested from the {{&amp;lt; download &amp;quot;/examples/data/dc_shape.</description></item><item><title>Introduction to Kinetica Graph</title><link>/7.2/aws/guides/graph_video_guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/guides/graph_video_guide/</guid><description>In this video series, Hari Subhash walks through graphs in Kinetica, from high-level concepts to practical examples.</description></item><item><title>Introduction to Kinetica Graph</title><link>/7.2/guides/graph_video_guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/guides/graph_video_guide/</guid><description>In this video series, Hari Subhash walks through graphs in Kinetica, from high-level concepts to practical examples.</description></item><item><title>Java Developer Guide</title><link>/7.2/aws/guides/java_guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/guides/java_guide/</guid><description>The following guide provides step-by-step instructions to get started writing Java applications using Kinetica. This guide demonstrates only a small set of the available API. A detailed description of the complete interface is available under Java API Reference.
Prerequisites Data File API Download Maven Download Manual Download File Hierarchy Connecting to the Database Creating a Schema Creating a Type Creating a Table Inserting Data Key/Value Record In-Line Record CSV Retrieving Data Updating Records Deleting Records Alter Table Indexes Dictionary Encoding Filters Aggregates Joins Projections Union, Intersect, &amp;amp; Except Download &amp;amp; Run Prerequisites Data File The tutorial java file makes reference to a data file in the current directory.</description></item><item><title>Java Developer Guide</title><link>/7.2/guides/java_guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/guides/java_guide/</guid><description>The following guide provides step-by-step instructions to get started writing Java applications using Kinetica. This guide demonstrates only a small set of the available API. A detailed description of the complete interface is available under Java API Reference.
Prerequisites Data File API Download Maven Download Manual Download File Hierarchy Connecting to the Database Creating a Schema Creating a Type Creating a Table Inserting Data Key/Value Record In-Line Record CSV Retrieving Data Updating Records Deleting Records Alter Table Indexes Dictionary Encoding Filters Aggregates Joins Projections Union, Intersect, &amp;amp; Except Download &amp;amp; Run Prerequisites Data File The tutorial java file makes reference to a data file in the current directory.</description></item><item><title>JavaScript Developer Guide</title><link>/7.2/aws/guides/js_guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/guides/js_guide/</guid><description>The following guide provides step-by-step instructions to get started writing JavaScript applications using Kinetica. This guide demonstrates only a small set of the available API. A detailed description of the complete interface is available under JavaScript API Reference.
API Download The source code for the JavaScript API is available for download from the GitHub repository kineticadb/kinetica-api-javascript. Follow the instructions in the included README file to use the API library.</description></item><item><title>JavaScript Developer Guide</title><link>/7.2/guides/js_guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/guides/js_guide/</guid><description>The following guide provides step-by-step instructions to get started writing JavaScript applications using Kinetica. This guide demonstrates only a small set of the available API. A detailed description of the complete interface is available under JavaScript API Reference.
API Download The source code for the JavaScript API is available for download from the GitHub repository kineticadb/kinetica-api-javascript. Follow the instructions in the included README file to use the API library.</description></item><item><title>JupyterLab Tutorial</title><link>/7.2/aws/guides/jupyterlab/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/guides/jupyterlab/</guid><description>Introduction Prerequisites Docker Install Setting Permissions Entering the License Key Pulling the Image Managing the Container Starting Using Stopping Exploring the Environment JupyterLab Contents Mounted Volumes Example Notebooks SVD Recommender and Visualization Example KJIO Utility Library Conclusion References Introduction JupyterLab is an integrated environment that can streamline the development of Python code and Machine Learning (ML) models in Kinetica. Jupyter notebooks integrate code execution, debugging, documentation, and visualization in a single document for consumption by multiple audiences.</description></item><item><title>JupyterLab Tutorial</title><link>/7.2/guides/jupyterlab/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/guides/jupyterlab/</guid><description>Introduction Prerequisites Docker Install Setting Permissions Entering the License Key Pulling the Image Managing the Container Starting Using Stopping Exploring the Environment JupyterLab Contents Mounted Volumes Example Notebooks SVD Recommender and Visualization Example KJIO Utility Library Conclusion References Introduction JupyterLab is an integrated environment that can streamline the development of Python code and Machine Learning (ML) models in Kinetica. Jupyter notebooks integrate code execution, debugging, documentation, and visualization in a single document for consumption by multiple audiences.</description></item><item><title>Map Matching with Python</title><link>/7.2/aws/guides/match_graph_seattle_markov/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/guides/match_graph_seattle_markov/</guid><description>The following is a complete example, using the Python API, of matching GPS sample data to road network data via the /match/graph endpoint. For more information on Graphs &amp;amp; Solvers, see Graphs &amp;amp; Solvers Concepts.
Prerequisites Python API Installation Data Files Script Detail Constants Graph Creation Matching the Graph without Fold-over Filtering Matching the Graph with Fold-over Filtering Download &amp;amp; Run Prerequisites The prerequisites for running the match graph example are listed below:</description></item><item><title>Map Matching with Python</title><link>/7.2/guides/match_graph_seattle_markov/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/guides/match_graph_seattle_markov/</guid><description>The following is a complete example, using the Python API, of matching GPS sample data to road network data via the /match/graph endpoint. For more information on Graphs &amp;amp; Solvers, see Graphs &amp;amp; Solvers Concepts.
Prerequisites Python API Installation Data Files Script Detail Constants Graph Creation Matching the Graph without Fold-over Filtering Matching the Graph with Fold-over Filtering Download &amp;amp; Run Prerequisites The prerequisites for running the match graph example are listed below:</description></item><item><title>Multiple Routing on Seattle Road Network</title><link>/7.2/aws/guides/solve_graph_seattle_multi_route/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/guides/solve_graph_seattle_multi_route/</guid><description>The following is a complete example, using the Python API, of solving a graph created with Seattle road network data for a multiple routing problem via the /solve/graph endpoint. For more information on Graphs &amp;amp; Solvers, see Graphs &amp;amp; Solvers Concepts.
Prerequisites Python API Installation Data File Script Detail Constants Graph Creation Multiple Routing Download &amp;amp; Run Prerequisites The prerequisites for running the multiple routing solve graph example are listed below:</description></item><item><title>Multiple Routing on Seattle Road Network</title><link>/7.2/guides/solve_graph_seattle_multi_route/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/guides/solve_graph_seattle_multi_route/</guid><description>The following is a complete example, using the Python API, of solving a graph created with Seattle road network data for a multiple routing problem via the /solve/graph endpoint. For more information on Graphs &amp;amp; Solvers, see Graphs &amp;amp; Solvers Concepts.
Prerequisites Python API Installation Data File Script Detail Constants Graph Creation Multiple Routing Download &amp;amp; Run Prerequisites The prerequisites for running the multiple routing solve graph example are listed below:</description></item><item><title>Multiple Supply Demand in Python</title><link>/7.2/aws/guides/match_graph_dc_multi_supply_demand/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/guides/match_graph_dc_multi_supply_demand/</guid><description>The following is a complete example, using the Python API, of matching stores (demands) to depots/trucks (suppliers) via the /match/graph endpoint using an underlying graph created from a modified OpenStreetMap (OSM) dataset. For more information on Graphs &amp;amp; Solvers, see Graphs &amp;amp; Solvers Concepts.
Prerequisites Python API Installation Data File Script Detail Constants Table Setup Graph Creation Multiple Supply Demand with Priority Solution Analysis Multiple Supply Demand with Priority and Max Trip Cost Download &amp;amp; Run Prerequisites The prerequisites for running the match graph example are listed below:</description></item><item><title>Multiple Supply Demand in Python</title><link>/7.2/guides/match_graph_dc_multi_supply_demand/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/guides/match_graph_dc_multi_supply_demand/</guid><description>The following is a complete example, using the Python API, of matching stores (demands) to depots/trucks (suppliers) via the /match/graph endpoint using an underlying graph created from a modified OpenStreetMap (OSM) dataset. For more information on Graphs &amp;amp; Solvers, see Graphs &amp;amp; Solvers Concepts.
Prerequisites Python API Installation Data File Script Detail Constants Table Setup Graph Creation Multiple Supply Demand with Priority Solution Analysis Multiple Supply Demand with Priority and Max Trip Cost Download &amp;amp; Run Prerequisites The prerequisites for running the match graph example are listed below:</description></item><item><title>Node.js Developer Guide</title><link>/7.2/aws/guides/nodejs_guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/guides/nodejs_guide/</guid><description>The following guide provides step-by-step instructions to get started writing Node.js applications using the client-side Node.js module for Kinetica. This guide demonstrates only a small set of the available API. A detailed description of the complete interface is available under Node.js API Reference.
API Download The source code for the Node.js API is available for download from the GitHub repository kineticadb/kinetica-api-javascript. Follow the instructions in the included README file to use the API library.</description></item><item><title>Node.js Developer Guide</title><link>/7.2/guides/nodejs_guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/guides/nodejs_guide/</guid><description>The following guide provides step-by-step instructions to get started writing Node.js applications using the client-side Node.js module for Kinetica. This guide demonstrates only a small set of the available API. A detailed description of the complete interface is available under Node.js API Reference.
API Download The source code for the Node.js API is available for download from the GitHub repository kineticadb/kinetica-api-javascript. Follow the instructions in the included README file to use the API library.</description></item><item><title>Page Rank in Python</title><link>/7.2/aws/guides/solve_graph_nyctaxi_page_rank/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/guides/solve_graph_nyctaxi_page_rank/</guid><description>The following is a complete example, using the Python API, of solving a graph created with NYC Taxi data for a page rank problem via the /solve/graph endpoint. For more information on Network Graphs &amp;amp; Solvers, see Graphs &amp;amp; Solvers Concepts.
Prerequisites Python API Installation Data File Script Detail Constants Graph Creation Page Rank Download &amp;amp; Run Prerequisites The prerequisites for running the page rank solve graph example are listed below:</description></item><item><title>Page Rank in Python</title><link>/7.2/guides/solve_graph_nyctaxi_page_rank/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/guides/solve_graph_nyctaxi_page_rank/</guid><description>The following is a complete example, using the Python API, of solving a graph created with NYC Taxi data for a page rank problem via the /solve/graph endpoint. For more information on Network Graphs &amp;amp; Solvers, see Graphs &amp;amp; Solvers Concepts.
Prerequisites Python API Installation Data File Script Detail Constants Graph Creation Page Rank Download &amp;amp; Run Prerequisites The prerequisites for running the page rank solve graph example are listed below:</description></item><item><title>Python Developer Guide</title><link>/7.2/aws/guides/python_guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/guides/python_guide/</guid><description>The following guide provides step-by-step instructions to get started writing Python applications using Kinetica. This guide demonstrates only a small set of the available API. A detailed description of the complete interface is available under Python API Reference.
Prerequisites Python API Installation Python Virtual Environment PyPI Git Data File Connecting to the Database Creating a Schema Creating a Type Creating a Table Inserting Data Key/Value Record In-Line Record CSV Retrieving Data Updating Records Deleting Records Alter Table Indexes Dictionary Encoding Filters Aggregates Joins Projections Union, Intersect, &amp;amp; Except Download &amp;amp; Run Prerequisites The prerequisites for running the match graph example are listed below:</description></item><item><title>Python Developer Guide</title><link>/7.2/guides/python_guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/guides/python_guide/</guid><description>The following guide provides step-by-step instructions to get started writing Python applications using Kinetica. This guide demonstrates only a small set of the available API. A detailed description of the complete interface is available under Python API Reference.
Prerequisites Python API Installation Python Virtual Environment PyPI Git Data File Connecting to the Database Creating a Schema Creating a Type Creating a Table Inserting Data Key/Value Record In-Line Record CSV Retrieving Data Updating Records Deleting Records Alter Table Indexes Dictionary Encoding Filters Aggregates Joins Projections Union, Intersect, &amp;amp; Except Download &amp;amp; Run Prerequisites The prerequisites for running the match graph example are listed below:</description></item><item><title>Python UDF Guide</title><link>/7.2/aws/guides/python-udf-guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/guides/python-udf-guide/</guid><description>The following guide provides step-by-step instructions to get started writing and running UDFs in Python. This example is a simple distributed UDF that copies data from one table to another using a CSV configuration file to determine on which processing node(s) data will be copied.
Standard (non-replicated) tables have their data distributed across all processing nodes, while replicated tables have all of their data on every processing node. In this example, we'll use a standard table and copy only the portions of its data that reside on the nodes named in the CSV file.</description></item><item><title>Python UDF Guide</title><link>/7.2/guides/udf_python_guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/guides/udf_python_guide/</guid><description>The following guide provides step-by-step instructions to get started writing and running UDFs in Python. This example is a simple distributed UDF that copies data from one table to another using a CSV configuration file to determine on which processing node(s) data will be copied.
Standard (non-replicated) tables have their data distributed across all processing nodes, while replicated tables have all of their data on every processing node. In this example, we'll use a standard table and copy only the portions of its data that reside on the nodes named in the CSV file.</description></item><item><title>Querying Social Graphs in Python</title><link>/7.2/aws/guides/query_graph_social/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/guides/query_graph_social/</guid><description>The following is a complete example, using the Python API, of querying social relationship data via the /query/graph endpoint. For more information on Graphs &amp;amp; Solvers, see Graphs &amp;amp; Solvers Concepts.
Prerequisites Python API Installation Script Detail Constants Table Setup Graph Creation Querying the Graph Download &amp;amp; Run Prerequisites The prerequisites for running the query graph example are listed below:
Graph server enabled Python API Query graph script Python API Installation Depending on the target operating system, a Python virtual environment may need to be installed first:</description></item><item><title>Querying Social Graphs in Python</title><link>/7.2/guides/query_graph_social/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/guides/query_graph_social/</guid><description>The following is a complete example, using the Python API, of querying social relationship data via the /query/graph endpoint. For more information on Graphs &amp;amp; Solvers, see Graphs &amp;amp; Solvers Concepts.
Prerequisites Python API Installation Script Detail Constants Table Setup Graph Creation Querying the Graph Download &amp;amp; Run Prerequisites The prerequisites for running the query graph example are listed below:
Graph server enabled Python API Query graph script Python API Installation Depending on the target operating system, a Python virtual environment may need to be installed first:</description></item><item><title>Shortest Path with Python</title><link>/7.2/aws/guides/solve_graph_seattle_shortest_path/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/guides/solve_graph_seattle_shortest_path/</guid><description>The following is a complete example, using the Python API, of solving a graph created with Seattle road network data for a shortest path problem via the /solve/graph endpoint. For more information on Graphs &amp;amp; Solvers, see Graphs &amp;amp; Solvers Concepts.
Prerequisites Python API Installation Python Virtual Environment PyPI Git Data File Script Detail Constants Graph Creation Shortest Path Single Source to Single Destination Single Source to Many Destinations Many Sources to Many Destinations Download &amp;amp; Run Prerequisites The prerequisites for running the shortest path solve graph example are listed below:</description></item><item><title>Shortest Path with Python</title><link>/7.2/guides/solve_graph_seattle_shortest_path/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/guides/solve_graph_seattle_shortest_path/</guid><description>The following is a complete example, using the Python API, of solving a graph created with Seattle road network data for a shortest path problem via the /solve/graph endpoint. For more information on Graphs &amp;amp; Solvers, see Graphs &amp;amp; Solvers Concepts.
Prerequisites Python API Installation Python Virtual Environment PyPI Git Data File Script Detail Constants Graph Creation Shortest Path Single Source to Single Destination Single Source to Many Destinations Many Sources to Many Destinations Download &amp;amp; Run Prerequisites The prerequisites for running the shortest path solve graph example are listed below:</description></item><item><title>Shortest Path with Turn Penalties &amp; Restrictions</title><link>/7.2/aws/guides/solve_graph_dc_shortest_path_turn/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/guides/solve_graph_dc_shortest_path_turn/</guid><description>The following is a complete example, using the Python API, of solving a graph created with a Washington, D.C. HERE dataset for a shortest path problem with turn penalties via the /solve/graph endpoint. For more information on Graphs &amp;amp; Solvers, see Graphs &amp;amp; Solvers Concepts. For more information on turn penalties and restrictions, see Using Turn-based Weights &amp;amp; Restrictions.
Prerequisites Python API Installation Data File Script Detail Constants Table Setup Graph Creation Shortest Path Download &amp;amp; Run Prerequisites The prerequisites for running this solve graph example are listed below:</description></item><item><title>Shortest Path with Turn Penalties &amp; Restrictions</title><link>/7.2/guides/solve_graph_dc_shortest_path_turn/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/guides/solve_graph_dc_shortest_path_turn/</guid><description>The following is a complete example, using the Python API, of solving a graph created with a Washington, D.C. HERE dataset for a shortest path problem with turn penalties via the /solve/graph endpoint. For more information on Graphs &amp;amp; Solvers, see Graphs &amp;amp; Solvers Concepts. For more information on turn penalties and restrictions, see Using Turn-based Weights &amp;amp; Restrictions.
Prerequisites Python API Installation Data File Script Detail Constants Table Setup Graph Creation Shortest Path Download &amp;amp; Run Prerequisites The prerequisites for running this solve graph example are listed below:</description></item><item><title>SQL Developer Guide</title><link>/7.2/aws/guides/sql_guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/guides/sql_guide/</guid><description>The following guide provides step-by-step instructions to get started interacting with Kinetica using SQL. This guide demonstrates some of the most common and useful SQL commands, but a detailed look into the full SQL support is available on the SQL page.
Prerequisites Data File Creating a Type and Table Inserting Data Retrieving Data Updating Records Deleting Records Alter Table Indexes Dictionary Encoding Filters &amp;amp; Aggregates Subqueries Common Table Expression / With Joins Create Table As Union, Intersect, and Except Truncate Complete Sample Prerequisites For a description of how to configure various clients for issuing SQL commands, see Connecting.</description></item><item><title>SQL Developer Guide</title><link>/7.2/guides/sql_guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/guides/sql_guide/</guid><description>The following guide provides step-by-step instructions to get started interacting with Kinetica using SQL. This guide demonstrates some of the most common and useful SQL commands, but a detailed look into the full SQL support is available on the SQL page.
Prerequisites Data File Creating a Type and Table Inserting Data Retrieving Data Updating Records Deleting Records Alter Table Indexes Dictionary Encoding Filters &amp;amp; Aggregates Subqueries Common Table Expression / With Joins Create Table As Union, Intersect, and Except Truncate Complete Sample Prerequisites For a description of how to configure various clients for issuing SQL commands, see Connecting.</description></item><item><title>SQL-Managed Python UDF: Semantic Search</title><link>/7.2/aws/guides/sql-managed-python-udf-semantic-search/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/guides/sql-managed-python-udf-semantic-search/</guid><description>Download &amp;amp; Run UDF Detail SQL Management Script Create Tables Load UDF &amp;amp; Data Files Create a Python UDF Environment Register UDF &amp;amp; UDTF Execute UDF &amp;amp; UDTF Python UDF Script Initialize UDF Perform Semantic Search Write Output Data The following is a SQL-managed UDF written in the Python UDF API that performs a semantic search for a given sentence on a baseline set of sentences, ranking the baseline sentences on their similarity to the given one.</description></item><item><title>SQL-Managed Python UDF: Semantic Search</title><link>/7.2/guides/udf-sql-sentence-transformers/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/guides/udf-sql-sentence-transformers/</guid><description>Download &amp;amp; Run UDF Detail SQL Management Script Create Tables Load UDF &amp;amp; Data Files Create a Python UDF Environment Register UDF &amp;amp; UDTF Execute UDF &amp;amp; UDTF Python UDF Script Initialize UDF Perform Semantic Search Write Output Data The following is a SQL-managed UDF written in the Python UDF API that performs a semantic search for a given sentence on a baseline set of sentences, ranking the baseline sentences on their similarity to the given one.</description></item><item><title>Table Monitor Guide</title><link>/7.2/aws/guides/table_monitor/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/guides/table_monitor/</guid><description>The following is an excerpted tutorial, extracted from a complete example using the Python Table Monitor API, demonstrating the basic use of the three table monitor types:
table insert monitor - watches a table for newly inserted records and can make use of those records elsewhere table update monitor - watches a table for updates and reports the number of records updated in each update request issued table delete monitor - watches a table for deletes and reports the number of records deleted in each delete request issued The table monitors will be managed via instances of the GPUdbTableMonitor.</description></item><item><title>Table Monitor Guide</title><link>/7.2/guides/table_monitor/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/guides/table_monitor/</guid><description>The following is an excerpted tutorial, extracted from a complete example using the Python Table Monitor API, demonstrating the basic use of the three table monitor types:
table insert monitor - watches a table for newly inserted records and can make use of those records elsewhere table update monitor - watches a table for updates and reports the number of records updated in each update request issued table delete monitor - watches a table for deletes and reports the number of records deleted in each delete request issued The table monitors will be managed via instances of the GPUdbTableMonitor.</description></item><item><title>Using WKT Data and Geospatial Functions</title><link>/7.2/aws/guides/wkt_data_geo_functions/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/guides/wkt_data_geo_functions/</guid><description>The following sections demonstrate how to ingest and work with WKT data as well as how to use geospatial functions via SQL and the Kinetica Python API. Details about the geospatial functions can be found under Geospatial/Geometry Functions. All geospatial functions are compatible in both native API and SQL.
Prerequisites Loading Sample Data Examples via SQL Creating a Table and Inserting WKT Data Scalar Functions Aggregation Functions Joins Equality Examples via the Python API Creating a Table and Inserting WKT Data Scalar Functions Aggregation Functions Joins Equality Complete Samples Prerequisites KiSQL (if running the SQL examples) Python API (if running the Python examples) Sample CSV data files, which should be downloaded &amp;amp; copied to the host running the SQL client.</description></item><item><title>Using WKT Data and Geospatial Functions</title><link>/7.2/guides/wkt_data_geo_functions/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/guides/wkt_data_geo_functions/</guid><description>The following sections demonstrate how to ingest and work with WKT data as well as how to use geospatial functions via SQL and the Kinetica Python API. Details about the geospatial functions can be found under Geospatial/Geometry Functions. All geospatial functions are compatible in both native API and SQL.
Prerequisites Loading Sample Data Examples via SQL Creating a Table and Inserting WKT Data Scalar Functions Aggregation Functions Joins Equality Examples via the Python API Creating a Table and Inserting WKT Data Scalar Functions Aggregation Functions Joins Equality Complete Samples Prerequisites KiSQL (if running the SQL examples) Python API (if running the Python examples) Sample CSV data files, which should be downloaded &amp;amp; copied to the host running the SQL client.</description></item><item><title>Exporting Data</title><link>/7.2/aws/snippets/export-data/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/snippets/export-data/</guid><description>EXPORT ... INTO Sources (Table/Query) Data Sinks (File/Table/DML) Delimited Text Options Parquet Files Naming Options Sizing Options EXPORT ... INTO Sources (Table/Query) Table Query Table 1 2 EXPORT TABLE employee INTO FILE PATH &amp;#39;/export/employee.csv&amp;#39; Query 1 2 3 4 5 6 7 EXPORT QUERY ( SELECT id, manager_id, first_name, last_name, salary, hire_date FROM employee WHERE dept_id = 2 ) INTO FILE PATH &amp;#39;/export/employee_dept2.csv&amp;#39; Data Sinks (File/Table/DML) File Table (via JDBC) DML (via JDBC) Init Options (via JDBC) File 1 2 3 EXPORT TABLE employee INTO FILE PATH &amp;#39;/data/employee.</description></item><item><title>Exporting Data</title><link>/7.2/snippets/export-data/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/snippets/export-data/</guid><description>EXPORT ... INTO Sources (Table/Query) Data Sinks (File/Table/DML) Delimited Text Options Parquet Files Naming Options Sizing Options EXPORT ... INTO Sources (Table/Query) Table Query Table 1 2 EXPORT TABLE employee INTO FILE PATH &amp;#39;/export/employee.csv&amp;#39; Query 1 2 3 4 5 6 7 EXPORT QUERY ( SELECT id, manager_id, first_name, last_name, salary, hire_date FROM employee WHERE dept_id = 2 ) INTO FILE PATH &amp;#39;/export/employee_dept2.csv&amp;#39; Data Sinks (File/Table/DML) File Table (via JDBC) DML (via JDBC) Init Options (via JDBC) File 1 2 3 EXPORT TABLE employee INTO FILE PATH &amp;#39;/data/employee.</description></item><item><title>Geohashing</title><link>/7.2/aws/snippets/geohash/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/snippets/geohash/</guid><description>Enrich a Point-Based Table with Geohashes Create an Aggregated View with WKT Geometries Enrich a Point-Based Table with Geohashes Create a geohash for pickup locations in the NYC taxi data set.
Lat/Lon-Based Table WKT-Based Table Lat/Lon-Based Table 1 2 3 4 5 6 7 8 CREATE OR REPLACE TABLE example_geospatial.nyctaxi_geohash AS ( SELECT pickup_latitude, pickup_longitude, STXY_GEOHASH(pickup_longitude, pickup_latitude, 6) AS geohash FROM example_geospatial.nyctaxi_xy ) WKT-Based Table 1 2 3 4 5 6 7 CREATE OR REPLACE TABLE example_geospatial.</description></item><item><title>Geohashing</title><link>/7.2/snippets/geohash/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/snippets/geohash/</guid><description>Enrich a Point-Based Table with Geohashes Create an Aggregated View with WKT Geometries Enrich a Point-Based Table with Geohashes Create a geohash for pickup locations in the NYC taxi data set.
Lat/Lon-Based Table WKT-Based Table Lat/Lon-Based Table 1 2 3 4 5 6 7 8 CREATE OR REPLACE TABLE example_geospatial.nyctaxi_geohash AS ( SELECT pickup_latitude, pickup_longitude, STXY_GEOHASH(pickup_longitude, pickup_latitude, 6) AS geohash FROM example_geospatial.nyctaxi_xy ) WKT-Based Table 1 2 3 4 5 6 7 CREATE OR REPLACE TABLE example_geospatial.</description></item><item><title>H3 Geohashing</title><link>/7.2/aws/snippets/geohash-h3/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/snippets/geohash-h3/</guid><description>Enrich a Point-Based Table with H3 Indexes Create an Aggregated View with WKT Geometries Enrich a Point-Based Table with H3 Indexes Create an H3 index for pickup locations in the NYC taxi data set.
Lat/Lon-Based Table WKT-Based Table Lat/Lon-Based Table 1 2 3 4 5 6 7 8 CREATE OR REPLACE TABLE example_geospatial.nyctaxi_h3 AS ( SELECT pickup_latitude, pickup_longitude, H3_XYTOCELL(pickup_longitude, pickup_latitude, 8) AS h3_index FROM example_geospatial.nyctaxi_xy ) WKT-Based Table 1 2 3 4 5 6 7 CREATE OR REPLACE TABLE example_geospatial.</description></item><item><title>H3 Geohashing</title><link>/7.2/snippets/geohash-h3/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/snippets/geohash-h3/</guid><description>Enrich a Point-Based Table with H3 Indexes Create an Aggregated View with WKT Geometries Enrich a Point-Based Table with H3 Indexes Create an H3 index for pickup locations in the NYC taxi data set.
Lat/Lon-Based Table WKT-Based Table Lat/Lon-Based Table 1 2 3 4 5 6 7 8 CREATE OR REPLACE TABLE example_geospatial.nyctaxi_h3 AS ( SELECT pickup_latitude, pickup_longitude, H3_XYTOCELL(pickup_longitude, pickup_latitude, 8) AS h3_index FROM example_geospatial.nyctaxi_xy ) WKT-Based Table 1 2 3 4 5 6 7 CREATE OR REPLACE TABLE example_geospatial.</description></item><item><title>JSON Egress</title><link>/7.2/aws/snippets/json-egress/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/snippets/json-egress/</guid><description>Simple Egress Egress with Parameters Egress with Aggregation The /get/records/json REST endpoint can be called to retrieve data in JSON form directly from the database.
See Overview for call details and Responses for return values.
Simple Egress cURL Python Java JavaScript Node.js cURL 1 2 3 4 5 6 7 8 9 10 KINETICA_URL=https://abcdefg.cloud.kinetica.com/hijklmn/gpudb-0 USERNAME=auser PASSWORD=apassword TABLE_NAME=product # Quote the URL when passing multiple options, or any &amp;amp; will stop the URL # parsing and run the URL parsed up to that point as a background job curl -sS ${KINETICA_URL}/get/records/json?</description></item><item><title>JSON Egress</title><link>/7.2/snippets/json-egress/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/snippets/json-egress/</guid><description>Simple Egress Egress with Parameters Egress with Aggregation The /get/records/json REST endpoint can be called to retrieve data in JSON form directly from the database.
See Overview for call details and Responses for return values.
Simple Egress cURL Python Java JavaScript Node.js cURL 1 2 3 4 5 6 7 8 9 10 KINETICA_URL=http://localhost:9191 USERNAME=auser PASSWORD=apassword TABLE_NAME=product # Quote the URL when passing multiple options, or any &amp;amp; will stop the URL # parsing and run the URL parsed up to that point as a background job curl -sS ${KINETICA_URL}/get/records/json?</description></item><item><title>JSON Ingest</title><link>/7.2/aws/snippets/json-ingest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/snippets/json-ingest/</guid><description>Basic Ingest from File Ingest from File with Options Ingest from JSON String The /insert/records/json REST endpoint can be called directly, or with a convenient wrapper in the Java API.
See Overview for call details and Responses for return values.
Basic Ingest from File cURL Python Java Java (Distributed Ingest) JavaScript Node.js cURL 1 2 3 4 5 6 7 8 9 10 KINETICA_URL=https://abcdefg.cloud.kinetica.com/hijklmn/gpudb-0 USERNAME=auser PASSWORD=apassword TABLE_NAME=product JSON_FILE_NAME=products.json curl -sS -X POST --header &amp;#34;Content-Type: application/json&amp;#34; \ --user &amp;#34;${USERNAME}:${PASSWORD}&amp;#34; \ -d @${JSON_FILE_NAME} \ ${KINETICA_URL}/insert/records/json?</description></item><item><title>JSON Ingest</title><link>/7.2/snippets/json-ingest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/snippets/json-ingest/</guid><description>Basic Ingest from File Ingest from File with Options Ingest from JSON String The /insert/records/json REST endpoint can be called directly, or with a convenient wrapper in the Java API.
See Overview for call details and Responses for return values.
Basic Ingest from File cURL Python Java Java (Distributed Ingest) JavaScript Node.js cURL 1 2 3 4 5 6 7 8 9 10 KINETICA_URL=http://localhost:9191 USERNAME=auser PASSWORD=apassword TABLE_NAME=product JSON_FILE_NAME=products.json curl -sS -X POST --header &amp;#34;Content-Type: application/json&amp;#34; \ --user &amp;#34;${USERNAME}:${PASSWORD}&amp;#34; \ -d @${JSON_FILE_NAME} \ ${KINETICA_URL}/insert/records/json?</description></item><item><title>Loading Data</title><link>/7.2/aws/snippets/load-data/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/snippets/load-data/</guid><description>LOAD INTO Single &amp;amp; Multiple KiFS Files Data Sources File/Queue-Based Query-Based File Types Delimited Text Files JSON/GeoJSON Files Parquet Files Shapefiles Avro Files Primary/Shard Keys Query Partitioning Options Other Options External Tables LOAD INTO Single &amp;amp; Multiple KiFS Files Single File Multiple Files by List Single File 1 2 LOAD DATA INTO example.product FROM FILE PATHS &amp;#39;kifs://data/products.csv&amp;#39; Multiple Files by List 1 2 LOAD DATA INTO example.product FROM FILE PATHS &amp;#39;kifs://data/products.</description></item><item><title>Loading Data</title><link>/7.2/snippets/load-data/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/snippets/load-data/</guid><description>LOAD INTO Single &amp;amp; Multiple KiFS Files Data Sources File/Queue-Based Query-Based File Types Delimited Text Files JSON/GeoJSON Files Parquet Files Shapefiles Avro Files Primary/Shard Keys Query Partitioning Options Other Options External Tables LOAD INTO Single &amp;amp; Multiple KiFS Files Single File Multiple Files by List Single File 1 2 LOAD DATA INTO example.product FROM FILE PATHS &amp;#39;kifs://data/products.csv&amp;#39; Multiple Files by List 1 2 LOAD DATA INTO example.product FROM FILE PATHS &amp;#39;kifs://data/products.</description></item><item><title>Vector Search</title><link>/7.2/aws/snippets/vector/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/snippets/vector/</guid><description>Creating a Table Vector Column without Normalization Vector Column with Normalization Inserting Vector Data Retrieving Vector Data Indexing Vector Data CAGRA Vector Index HNSW Vector Index Searching Vector Data Vector Search by Operator Vector Search by Function Creating a Table A vector column can optionally be configured to normalize the vector data inserted into it, giving each vector a magnitude (L2 norm) of 1. This can improve the performance of some vector operations with minimal overhead.</description></item><item><title>Vector Search</title><link>/7.2/snippets/vector/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/snippets/vector/</guid><description>Creating a Table Vector Column without Normalization Vector Column with Normalization Inserting Vector Data Retrieving Vector Data Indexing Vector Data CAGRA Vector Index HNSW Vector Index Searching Vector Data Vector Search by Operator Vector Search by Function Creating a Table A vector column can optionally be configured to normalize the vector data inserted into it, giving each vector a magnitude (L2 norm) of 1. This can improve the performance of some vector operations with minimal overhead.</description></item><item><title/><link>/7.2/aws/examples/javascript/create_null_type/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/examples/javascript/create_null_type/</guid><description>&lt;!DOCTYPE html></description></item><item><title/><link>/7.2/aws/examples/javascript/json_egress/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/examples/javascript/json_egress/</guid><description>&lt;!DOCTYPE html> JSON Egress Tests Enter Parameters URL Username Password Schema Run Test</description></item><item><title/><link>/7.2/aws/examples/javascript/json_ingest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/examples/javascript/json_ingest/</guid><description>&lt;!DOCTYPE html> JSON Ingest Tests Enter Parameters URL Username Password Schema Filename Run Test</description></item><item><title/><link>/7.2/aws/examples/javascript/tutorial/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/examples/javascript/tutorial/</guid><description>&lt;!DOCTYPE html> Tutorial Enter Parameters URL Username Password Run Tutorial</description></item><item><title/><link>/7.2/examples/javascript/create_null_type/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/examples/javascript/create_null_type/</guid><description>&lt;!DOCTYPE html></description></item><item><title/><link>/7.2/examples/javascript/json_egress/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/examples/javascript/json_egress/</guid><description>&lt;!DOCTYPE html> JSON Egress Tests Enter Parameters URL Username Password Schema Run Test</description></item><item><title/><link>/7.2/examples/javascript/json_ingest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/examples/javascript/json_ingest/</guid><description>&lt;!DOCTYPE html> JSON Ingest Tests Enter Parameters URL Username Password Schema Filename Run Test</description></item><item><title/><link>/7.2/examples/javascript/tutorial/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/examples/javascript/tutorial/</guid><description>&lt;!DOCTYPE html> Tutorial Enter Parameters URL Username Password Run Tutorial</description></item><item><title>/admin/add/host</title><link>/7.2/api/rest/admin_add_host_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/admin_add_host_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;hm.port&amp;gt;/admin/add/host Adds a host to an existing cluster.
NOTE: This endpoint is serviced by the host manager, not the database cluster itself, so the port specified needs to be the host manager port instead. The default host manager port can be found under Default Ports. For more information on the host manager, see Host Manager.
NOTE: This endpoint should be used for on-premise deployments only.
Input Parameter Description Name Type Description host_address string IP address of the host that will be added to the cluster.</description></item><item><title>/admin/add/host</title><link>/7.2/aws/api/rest/admin_add_host_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_add_host_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-host-manager/admin/add/host Adds a host to an existing cluster.
NOTE: This endpoint is serviced by the host manager, not the database cluster itself, so the port specified needs to be the host manager port instead. The default host manager port can be found under Default Ports. For more information on the host manager, see Host Manager.
NOTE: This endpoint should be used for on-premise deployments only.
Input Parameter Description Name Type Description host_address string IP address of the host that will be added to the cluster.</description></item><item><title>/admin/add/ranks</title><link>/7.2/api/rest/admin_add_ranks_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/admin_add_ranks_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/admin/add/ranks Add one or more ranks to an existing Kinetica cluster. The new ranks will not contain any data initially (other than replicated tables) and will not be assigned any shards. To rebalance data and shards across the cluster, use &lt;a href="/7.2/7.2/api/rest/admin_rebalance_rest/">/admin/rebalance&lt;/a>.
The database must be offline for this operation, see &lt;a href="/7.2/7.2/api/rest/admin_offline_rest/">/admin/offline&lt;/a>
For example, if attempting to add three new ranks (two ranks on host 172.123.45.67 and one rank on host 172.</description></item><item><title>/admin/add/ranks</title><link>/7.2/aws/api/rest/admin_add_ranks_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_add_ranks_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/admin/add/ranks Add one or more ranks to an existing Kinetica cluster. The new ranks will not contain any data initially (other than replicated tables) and will not be assigned any shards. To rebalance data and shards across the cluster, use &lt;a href="/7.2/7.2/aws/api/rest/admin_rebalance_rest/">/admin/rebalance&lt;/a>.
The database must be offline for this operation, see &lt;a href="/7.2/7.2/aws/api/rest/admin_offline_rest/">/admin/offline&lt;/a>
For example, if attempting to add three new ranks (two ranks on host 172.123.45.67 and one rank on host 172.</description></item><item><title>/admin/alter/host</title><link>/7.2/api/rest/admin_alter_host_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/admin_alter_host_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;hm.port&amp;gt;/admin/alter/host Alter properties on an existing host in the cluster. Currently, the only property that can be altered is a hosts ability to accept failover processes.
NOTE: This endpoint is serviced by the host manager, not the database cluster itself, so the port specified needs to be the host manager port instead. The default host manager port can be found under Default Ports. For more information on the host manager, see Host Manager.</description></item><item><title>/admin/alter/host</title><link>/7.2/aws/api/rest/admin_alter_host_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_alter_host_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-host-manager/admin/alter/host Alter properties on an existing host in the cluster. Currently, the only property that can be altered is a hosts ability to accept failover processes.
NOTE: This endpoint is serviced by the host manager, not the database cluster itself, so the port specified needs to be the host manager port instead. The default host manager port can be found under Default Ports. For more information on the host manager, see Host Manager.</description></item><item><title>/admin/alter/jobs</title><link>/7.2/api/rest/admin_alter_jobs_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/admin_alter_jobs_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/admin/alter/jobs Perform the requested action on a list of one or more job(s). Based on the type of job and the current state of execution, the action may not be successfully executed. The final result of the attempted actions for each specified job is returned in the status array of the response. See Job Manager for more information.
Input Parameter Description Name Type Description job_ids array of longs Jobs to be modified.</description></item><item><title>/admin/alter/jobs</title><link>/7.2/aws/api/rest/admin_alter_jobs_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_alter_jobs_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/admin/alter/jobs Perform the requested action on a list of one or more job(s). Based on the type of job and the current state of execution, the action may not be successfully executed. The final result of the attempted actions for each specified job is returned in the status array of the response. See Job Manager for more information.
Input Parameter Description Name Type Description job_ids array of longs Jobs to be modified.</description></item><item><title>/admin/backup/begin</title><link>/7.2/api/rest/admin_backup_begin_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/admin_backup_begin_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/admin/backup/begin Prepares the system for a backup by closing all open file handles after allowing current active jobs to complete. When the database is in backup mode, queries that result in a disk write operation will be blocked until backup mode has been completed by using &lt;a href="/7.2/7.2/api/rest/admin_backup_end_rest/">/admin/backup/end&lt;/a>.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/admin/backup/begin</title><link>/7.2/aws/api/rest/admin_backup_begin_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_backup_begin_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/admin/backup/begin Prepares the system for a backup by closing all open file handles after allowing current active jobs to complete. When the database is in backup mode, queries that result in a disk write operation will be blocked until backup mode has been completed by using &lt;a href="/7.2/7.2/aws/api/rest/admin_backup_end_rest/">/admin/backup/end&lt;/a>.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/admin/backup/end</title><link>/7.2/api/rest/admin_backup_end_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/admin_backup_end_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/admin/backup/end Restores the system to normal operating mode after a backup has completed, allowing any queries that were blocked to complete.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/admin/backup/end</title><link>/7.2/aws/api/rest/admin_backup_end_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_backup_end_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/admin/backup/end Restores the system to normal operating mode after a backup has completed, allowing any queries that were blocked to complete.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/admin/ha/offline</title><link>/7.2/api/rest/admin_ha_offline_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/admin_ha_offline_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/admin/ha/offline Pauses consumption of messages from other HA clusters to support data repair/recovery scenarios. In-flight queries may fail to replicate to other clusters in the ring when going offline.
Input Parameter Description Name Type Description offline boolean Set to true if desired state is offline.
The supported values are:
true false options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/admin/ha/offline</title><link>/7.2/aws/api/rest/admin_ha_offline_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_ha_offline_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/admin/ha/offline Pauses consumption of messages from other HA clusters to support data repair/recovery scenarios. In-flight queries may fail to replicate to other clusters in the ring when going offline.
Input Parameter Description Name Type Description offline boolean Set to true if desired state is offline.
The supported values are:
true false options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/admin/ha/refresh</title><link>/7.2/api/rest/admin_ha_refresh_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/admin_ha_refresh_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/admin/ha/refresh Restarts the HA processing on the given cluster as a mechanism of accepting breaking HA conf changes. Additionally the cluster is put into read-only while HA is restarting.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/admin/ha/refresh</title><link>/7.2/aws/api/rest/admin_ha_refresh_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_ha_refresh_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/admin/ha/refresh Restarts the HA processing on the given cluster as a mechanism of accepting breaking HA conf changes. Additionally the cluster is put into read-only while HA is restarting.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/admin/offline</title><link>/7.2/api/rest/admin_offline_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/admin_offline_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/admin/offline Take the system offline. When the system is offline, no user operations can be performed with the exception of a system shutdown.
Input Parameter Description Name Type Description offline boolean Set to true if desired state is offline.
The supported values are:
true false options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description flush_to_disk Flush to disk when going offline.</description></item><item><title>/admin/offline</title><link>/7.2/aws/api/rest/admin_offline_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_offline_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/admin/offline Take the system offline. When the system is offline, no user operations can be performed with the exception of a system shutdown.
Input Parameter Description Name Type Description offline boolean Set to true if desired state is offline.
The supported values are:
true false options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description flush_to_disk Flush to disk when going offline.</description></item><item><title>/admin/rebalance</title><link>/7.2/api/rest/admin_rebalance_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/admin_rebalance_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/admin/rebalance Rebalance the data in the cluster so that all nodes contain an equal number of records approximately and/or rebalance the shards to be equally distributed (as much as possible) across all the ranks.
The database must be offline for this operation, see &lt;a href="/7.2/7.2/api/rest/admin_offline_rest/">/admin/offline&lt;/a>
If &lt;a href="/7.2/7.2/api/rest/admin_rebalance_rest/">/admin/rebalance&lt;/a> is invoked after a change is made to the cluster, e.g., a host was added or removed, sharded data will be evenly redistributed across the cluster by number of shards per rank while unsharded data will be redistributed across the cluster by data size per rank If &lt;a href="/7.2/7.2/api/rest/admin_rebalance_rest/">/admin/rebalance&lt;/a> is invoked at some point when unsharded data (a.</description></item><item><title>/admin/rebalance</title><link>/7.2/aws/api/rest/admin_rebalance_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_rebalance_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/admin/rebalance Rebalance the data in the cluster so that all nodes contain an equal number of records approximately and/or rebalance the shards to be equally distributed (as much as possible) across all the ranks.
The database must be offline for this operation, see &lt;a href="/7.2/7.2/aws/api/rest/admin_offline_rest/">/admin/offline&lt;/a>
If &lt;a href="/7.2/7.2/aws/api/rest/admin_rebalance_rest/">/admin/rebalance&lt;/a> is invoked after a change is made to the cluster, e.g., a host was added or removed, sharded data will be evenly redistributed across the cluster by number of shards per rank while unsharded data will be redistributed across the cluster by data size per rank If &lt;a href="/7.2/7.2/aws/api/rest/admin_rebalance_rest/">/admin/rebalance&lt;/a> is invoked at some point when unsharded data (a.</description></item><item><title>/admin/remove/host</title><link>/7.2/api/rest/admin_remove_host_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/admin_remove_host_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;hm.port&amp;gt;/admin/remove/host Removes a host from an existing cluster. If the host to be removed has any ranks running on it, the ranks must be removed using &lt;a href="/7.2/7.2/api/rest/admin_remove_ranks_rest/">/admin/remove/ranks&lt;/a> or manually switched over to a new host using &lt;a href="/7.2/7.2/api/rest/admin_switchover_rest/">/admin/switchover&lt;/a> prior to host removal. If the host to be removed has the graph server or SQL planner running on it, these must be manually switched over to a new host using &lt;a href="/7.2/7.2/api/rest/admin_switchover_rest/">/admin/switchover&lt;/a>.</description></item><item><title>/admin/remove/host</title><link>/7.2/aws/api/rest/admin_remove_host_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_remove_host_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-host-manager/admin/remove/host Removes a host from an existing cluster. If the host to be removed has any ranks running on it, the ranks must be removed using &lt;a href="/7.2/7.2/aws/api/rest/admin_remove_ranks_rest/">/admin/remove/ranks&lt;/a> or manually switched over to a new host using &lt;a href="/7.2/7.2/aws/api/rest/admin_switchover_rest/">/admin/switchover&lt;/a> prior to host removal. If the host to be removed has the graph server or SQL planner running on it, these must be manually switched over to a new host using &lt;a href="/7.2/7.2/aws/api/rest/admin_switchover_rest/">/admin/switchover&lt;/a>.</description></item><item><title>/admin/remove/ranks</title><link>/7.2/api/rest/admin_remove_ranks_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/admin_remove_ranks_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/admin/remove/ranks Remove one or more ranks from an existing Kinetica cluster. All data will be rebalanced to other ranks before the rank(s) is removed unless the rebalance_sharded_data or rebalance_unsharded_data parameters are set to false in the input parameter options, in which case the corresponding sharded data and/or unsharded data (a.k.a. randomly-sharded) will be deleted.
The database must be offline for this operation, see &lt;a href="/7.2/7.2/api/rest/admin_offline_rest/">/admin/offline&lt;/a>
This endpoint's processing time depends on the amount of data in the system, thus the API call may time out if run directly.</description></item><item><title>/admin/remove/ranks</title><link>/7.2/aws/api/rest/admin_remove_ranks_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_remove_ranks_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/admin/remove/ranks Remove one or more ranks from an existing Kinetica cluster. All data will be rebalanced to other ranks before the rank(s) is removed unless the rebalance_sharded_data or rebalance_unsharded_data parameters are set to false in the input parameter options, in which case the corresponding sharded data and/or unsharded data (a.k.a. randomly-sharded) will be deleted.
The database must be offline for this operation, see &lt;a href="/7.2/7.2/aws/api/rest/admin_offline_rest/">/admin/offline&lt;/a>
This endpoint's processing time depends on the amount of data in the system, thus the API call may time out if run directly.</description></item><item><title>/admin/repair/table</title><link>/7.2/api/rest/admin_repair_table_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/admin_repair_table_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/admin/repair/table Manually repair a corrupted table. Returns information about affected tables.
Input Parameter Description Name Type Description table_names array of strings List of tables to query. An asterisk returns all tables. table_types map of string to strings ID of the type per table. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description repair_policy Corrective action to take.</description></item><item><title>/admin/repair/table</title><link>/7.2/aws/api/rest/admin_repair_table_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_repair_table_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/admin/repair/table Manually repair a corrupted table. Returns information about affected tables.
Input Parameter Description Name Type Description table_names array of strings List of tables to query. An asterisk returns all tables. table_types map of string to strings ID of the type per table. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description repair_policy Corrective action to take.</description></item><item><title>/admin/send/alert</title><link>/7.2/api/rest/admin_send_alert_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/admin_send_alert_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/admin/send/alert Sends a user generated alert to the monitoring system.
Input Parameter Description Name Type Description message string Alert message body.
The default value is ''.
label string Label to add to alert message.
The default value is ''.
log_level string Alert message logging criteria.
The supported values are:
fatal error warn info debug options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/admin/send/alert</title><link>/7.2/aws/api/rest/admin_send_alert_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_send_alert_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/admin/send/alert Sends a user generated alert to the monitoring system.
Input Parameter Description Name Type Description message string Alert message body.
The default value is ''.
label string Label to add to alert message.
The default value is ''.
log_level string Alert message logging criteria.
The supported values are:
fatal error warn info debug options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/admin/show/alerts</title><link>/7.2/api/rest/admin_show_alerts_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/admin_show_alerts_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;hm.port&amp;gt;/admin/show/alerts Requests a list of the most recent alerts. Returns lists of alert data, including timestamp and type.
NOTE: This endpoint is serviced by the host manager, not the database cluster itself, so the port specified needs to be the host manager port instead. The default host manager port can be found under Default Ports. For more information on the host manager, see Host Manager.
Input Parameter Description Name Type Description num_alerts int Number of most recent alerts to request.</description></item><item><title>/admin/show/alerts</title><link>/7.2/aws/api/rest/admin_show_alerts_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_show_alerts_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-host-manager/admin/show/alerts Requests a list of the most recent alerts. Returns lists of alert data, including timestamp and type.
NOTE: This endpoint is serviced by the host manager, not the database cluster itself, so the port specified needs to be the host manager port instead. The default host manager port can be found under Default Ports. For more information on the host manager, see Host Manager.
Input Parameter Description Name Type Description num_alerts int Number of most recent alerts to request.</description></item><item><title>/admin/show/cluster/operations</title><link>/7.2/api/rest/admin_show_cluster_operations_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/admin_show_cluster_operations_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/admin/show/cluster/operations Requests the detailed status of the current operation (by default) or a prior cluster operation specified by input parameter history_index. Returns details on the requested cluster operation.
The response will also indicate how many cluster operations are stored in the history.
Input Parameter Description Name Type Description history_index int Indicates which cluster operation to retrieve. Use 0 for the most recent.
The default value is 0.
options map of string to strings Optional parameters.</description></item><item><title>/admin/show/cluster/operations</title><link>/7.2/aws/api/rest/admin_show_cluster_operations_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_show_cluster_operations_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/admin/show/cluster/operations Requests the detailed status of the current operation (by default) or a prior cluster operation specified by input parameter history_index. Returns details on the requested cluster operation.
The response will also indicate how many cluster operations are stored in the history.
Input Parameter Description Name Type Description history_index int Indicates which cluster operation to retrieve. Use 0 for the most recent.
The default value is 0.
options map of string to strings Optional parameters.</description></item><item><title>/admin/show/jobs</title><link>/7.2/api/rest/admin_show_jobs_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/admin_show_jobs_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/admin/show/jobs Get a list of the current jobs in GPUdb.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description show_async_jobs If true, then the completed async jobs are also included in the response. By default, once the async jobs are completed they are no longer included in the jobs list.</description></item><item><title>/admin/show/jobs</title><link>/7.2/aws/api/rest/admin_show_jobs_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_show_jobs_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/admin/show/jobs Get a list of the current jobs in GPUdb.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description show_async_jobs If true, then the completed async jobs are also included in the response. By default, once the async jobs are completed they are no longer included in the jobs list.</description></item><item><title>/admin/show/shards</title><link>/7.2/api/rest/admin_show_shards_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/admin_show_shards_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/admin/show/shards Show the mapping of shards to the corresponding rank and tom. The response message contains list of 16384 (total number of shards in the system) Rank and TOM numbers corresponding to each shard.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/admin/show/shards</title><link>/7.2/aws/api/rest/admin_show_shards_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_show_shards_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/admin/show/shards Show the mapping of shards to the corresponding rank and tom. The response message contains list of 16384 (total number of shards in the system) Rank and TOM numbers corresponding to each shard.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/admin/shutdown</title><link>/7.2/api/rest/admin_shutdown_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/admin_shutdown_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/admin/shutdown Exits the database server application.
Input Parameter Description Name Type Description exit_type string Reserved for future use. User can pass an empty string. authorization string No longer used. User can pass an empty string. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/admin/shutdown</title><link>/7.2/aws/api/rest/admin_shutdown_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_shutdown_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/admin/shutdown Exits the database server application.
Input Parameter Description Name Type Description exit_type string Reserved for future use. User can pass an empty string. authorization string No longer used. User can pass an empty string. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/admin/switchover</title><link>/7.2/api/rest/admin_switchover_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/admin_switchover_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;hm.port&amp;gt;/admin/switchover Manually switch over one or more processes to another host. Individual ranks or entire hosts may be moved to another host.
NOTE: This endpoint is serviced by the host manager, not the database cluster itself, so the port specified needs to be the host manager port instead. The default host manager port can be found under Default Ports. For more information on the host manager, see Host Manager.</description></item><item><title>/admin/switchover</title><link>/7.2/aws/api/rest/admin_switchover_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_switchover_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-host-manager/admin/switchover Manually switch over one or more processes to another host. Individual ranks or entire hosts may be moved to another host.
NOTE: This endpoint is serviced by the host manager, not the database cluster itself, so the port specified needs to be the host manager port instead. The default host manager port can be found under Default Ports. For more information on the host manager, see Host Manager.</description></item><item><title>/admin/verifydb</title><link>/7.2/api/rest/admin_verifydb_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/admin_verifydb_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/admin/verifydb Verify database is in a consistent state. When inconsistencies or errors are found, the verified_ok flag in the response is set to false and the list of errors found is provided in the error_list.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description rebuild_on_error [DEPRECATED] Use the Rebuild DB feature of GAdmin instead.</description></item><item><title>/admin/verifydb</title><link>/7.2/aws/api/rest/admin_verifydb_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/admin_verifydb_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/admin/verifydb Verify database is in a consistent state. When inconsistencies or errors are found, the verified_ok flag in the response is set to false and the list of errors found is provided in the error_list.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description rebuild_on_error [DEPRECATED] Use the Rebuild DB feature of GAdmin instead.</description></item><item><title>/aggregate/convexhull</title><link>/7.2/api/rest/aggregate_convexhull_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/aggregate_convexhull_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/aggregate/convexhull Calculates and returns the convex hull for the values in a table specified by input parameter table_name.
Input Parameter Description Name Type Description table_name string Name of table on which the operation will be performed. Must be an existing table, in [schema_name.]table_name format, using standard name resolution rules. x_column_name string Name of the column containing the x coordinates of the points for the operation being performed. y_column_name string Name of the column containing the y coordinates of the points for the operation being performed.</description></item><item><title>/aggregate/convexhull</title><link>/7.2/aws/api/rest/aggregate_convexhull_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/aggregate_convexhull_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/aggregate/convexhull Calculates and returns the convex hull for the values in a table specified by input parameter table_name.
Input Parameter Description Name Type Description table_name string Name of table on which the operation will be performed. Must be an existing table, in [schema_name.]table_name format, using standard name resolution rules. x_column_name string Name of the column containing the x coordinates of the points for the operation being performed. y_column_name string Name of the column containing the y coordinates of the points for the operation being performed.</description></item><item><title>/aggregate/groupby</title><link>/7.2/api/rest/aggregate_groupby_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/aggregate_groupby_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/aggregate/groupby Calculates unique combinations (groups) of values for the given columns in a given table or view and computes aggregates on each unique combination. This is somewhat analogous to an SQL-style SELECT...GROUP BY.
For aggregation details and examples, see Aggregation. For limitations, see Aggregation Limitations.
Any column(s) can be grouped on, and all column types except unrestricted-length strings may be used for computing applicable aggregates.
The results can be paged via the input parameter offset and input parameter limit parameters.</description></item><item><title>/aggregate/groupby</title><link>/7.2/aws/api/rest/aggregate_groupby_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/aggregate_groupby_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/aggregate/groupby Calculates unique combinations (groups) of values for the given columns in a given table or view and computes aggregates on each unique combination. This is somewhat analogous to an SQL-style SELECT...GROUP BY.
For aggregation details and examples, see Aggregation. For limitations, see Aggregation Limitations.
Any column(s) can be grouped on, and all column types except unrestricted-length strings may be used for computing applicable aggregates.
The results can be paged via the input parameter offset and input parameter limit parameters.</description></item><item><title>/aggregate/histogram</title><link>/7.2/api/rest/aggregate_histogram_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/aggregate_histogram_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/aggregate/histogram Performs a histogram calculation given a table, a column, and an interval function. The input parameter interval is used to produce bins of that size and the result, computed over the records falling within each bin, is returned. For each bin, the start value is inclusive, but the end value is exclusive--except for the very last bin for which the end value is also inclusive. The value returned for each bin is the number of records in it, except when a column name is provided as a value_column.</description></item><item><title>/aggregate/histogram</title><link>/7.2/aws/api/rest/aggregate_histogram_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/aggregate_histogram_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/aggregate/histogram Performs a histogram calculation given a table, a column, and an interval function. The input parameter interval is used to produce bins of that size and the result, computed over the records falling within each bin, is returned. For each bin, the start value is inclusive, but the end value is exclusive--except for the very last bin for which the end value is also inclusive. The value returned for each bin is the number of records in it, except when a column name is provided as a value_column.</description></item><item><title>/aggregate/kmeans</title><link>/7.2/api/rest/aggregate_kmeans_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/aggregate_kmeans_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/aggregate/kmeans This endpoint runs the k-means algorithm - a heuristic algorithm that attempts to do k-means clustering. An ideal k-means clustering algorithm selects k points such that the sum of the mean squared distances of each member of the set to the nearest of the k points is minimized. The k-means algorithm however does not necessarily produce such an ideal cluster. It begins with a randomly selected set of k points and then refines the location of the points iteratively and settles to a local minimum.</description></item><item><title>/aggregate/kmeans</title><link>/7.2/aws/api/rest/aggregate_kmeans_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/aggregate_kmeans_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/aggregate/kmeans This endpoint runs the k-means algorithm - a heuristic algorithm that attempts to do k-means clustering. An ideal k-means clustering algorithm selects k points such that the sum of the mean squared distances of each member of the set to the nearest of the k points is minimized. The k-means algorithm however does not necessarily produce such an ideal cluster. It begins with a randomly selected set of k points and then refines the location of the points iteratively and settles to a local minimum.</description></item><item><title>/aggregate/minmax</title><link>/7.2/api/rest/aggregate_minmax_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/aggregate_minmax_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/aggregate/minmax Calculates and returns the minimum and maximum values of a particular column in a table.
Input Parameter Description Name Type Description table_name string Name of the table on which the operation will be performed. Must be an existing table, in [schema_name.]table_name format, using standard name resolution rules. column_name string Name of a column or an expression of one or more column on which the min-max will be calculated.</description></item><item><title>/aggregate/minmax</title><link>/7.2/aws/api/rest/aggregate_minmax_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/aggregate_minmax_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/aggregate/minmax Calculates and returns the minimum and maximum values of a particular column in a table.
Input Parameter Description Name Type Description table_name string Name of the table on which the operation will be performed. Must be an existing table, in [schema_name.]table_name format, using standard name resolution rules. column_name string Name of a column or an expression of one or more column on which the min-max will be calculated.</description></item><item><title>/aggregate/minmax/geometry</title><link>/7.2/api/rest/aggregate_minmax_geometry_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/aggregate_minmax_geometry_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/aggregate/minmax/geometry Calculates and returns the minimum and maximum x- and y-coordinates of a particular geospatial geometry column in a table.
Input Parameter Description Name Type Description table_name string Name of the table on which the operation will be performed. Must be an existing table, in [schema_name.]table_name format, using standard name resolution rules. column_name string Name of a geospatial geometry column on which the min-max will be calculated. options map of string to strings Optional parameters.</description></item><item><title>/aggregate/minmax/geometry</title><link>/7.2/aws/api/rest/aggregate_minmax_geometry_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/aggregate_minmax_geometry_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/aggregate/minmax/geometry Calculates and returns the minimum and maximum x- and y-coordinates of a particular geospatial geometry column in a table.
Input Parameter Description Name Type Description table_name string Name of the table on which the operation will be performed. Must be an existing table, in [schema_name.]table_name format, using standard name resolution rules. column_name string Name of a geospatial geometry column on which the min-max will be calculated. options map of string to strings Optional parameters.</description></item><item><title>/aggregate/statistics</title><link>/7.2/api/rest/aggregate_statistics_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/aggregate_statistics_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/aggregate/statistics Calculates the requested statistics of the given column(s) in a given table.
The available statistics are: count (number of total objects), mean, stdv (standard deviation), variance, skew, kurtosis, sum, min, max, weighted_average, cardinality (unique count), estimated_cardinality, percentile, and percentile_rank.
Estimated cardinality is calculated by using the hyperloglog approximation technique.
Percentiles and percentile ranks are approximate and are calculated using the t-digest algorithm. They must include the desired percentile/percentile_rank.</description></item><item><title>/aggregate/statistics</title><link>/7.2/aws/api/rest/aggregate_statistics_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/aggregate_statistics_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/aggregate/statistics Calculates the requested statistics of the given column(s) in a given table.
The available statistics are: count (number of total objects), mean, stdv (standard deviation), variance, skew, kurtosis, sum, min, max, weighted_average, cardinality (unique count), estimated_cardinality, percentile, and percentile_rank.
Estimated cardinality is calculated by using the hyperloglog approximation technique.
Percentiles and percentile ranks are approximate and are calculated using the t-digest algorithm. They must include the desired percentile/percentile_rank.</description></item><item><title>/aggregate/statistics/byrange</title><link>/7.2/api/rest/aggregate_statistics_byrange_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/aggregate_statistics_byrange_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/aggregate/statistics/byrange Divides the given set into bins and calculates statistics of the values of a value-column in each bin. The bins are based on the values of a given binning-column. The statistics that may be requested are mean, stdv (standard deviation), variance, skew, kurtosis, sum, min, max, first, last and weighted average. In addition to the requested statistics the count of total samples in each bin is returned. This counts vector is just the histogram of the column used to divide the set members into bins.</description></item><item><title>/aggregate/statistics/byrange</title><link>/7.2/aws/api/rest/aggregate_statistics_byrange_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/aggregate_statistics_byrange_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/aggregate/statistics/byrange Divides the given set into bins and calculates statistics of the values of a value-column in each bin. The bins are based on the values of a given binning-column. The statistics that may be requested are mean, stdv (standard deviation), variance, skew, kurtosis, sum, min, max, first, last and weighted average. In addition to the requested statistics the count of total samples in each bin is returned. This counts vector is just the histogram of the column used to divide the set members into bins.</description></item><item><title>/aggregate/unique</title><link>/7.2/api/rest/aggregate_unique_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/aggregate_unique_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/aggregate/unique Returns all the unique values from a particular column (specified by input parameter column_name) of a particular table or view (specified by input parameter table_name). If input parameter column_name is a numeric column, the values will be in output parameter binary_encoded_response. Otherwise if input parameter column_name is a string column, the values will be in output parameter json_encoded_response. The results can be paged via input parameter offset and input parameter limit parameters.</description></item><item><title>/aggregate/unique</title><link>/7.2/aws/api/rest/aggregate_unique_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/aggregate_unique_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/aggregate/unique Returns all the unique values from a particular column (specified by input parameter column_name) of a particular table or view (specified by input parameter table_name). If input parameter column_name is a numeric column, the values will be in output parameter binary_encoded_response. Otherwise if input parameter column_name is a string column, the values will be in output parameter json_encoded_response. The results can be paged via input parameter offset and input parameter limit parameters.</description></item><item><title>/aggregate/unpivot</title><link>/7.2/api/rest/aggregate_unpivot_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/aggregate_unpivot_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/aggregate/unpivot Rotate the column values into rows values.
For unpivot details and examples, see Unpivot. For limitations, see Unpivot Limitations.
Unpivot is used to normalize tables that are built for cross tabular reporting purposes. The unpivot operator rotates the column values for all the pivoted columns. A variable column, value column and all columns from the source table except the unpivot columns are projected into the result table. The variable column and value columns in the result table indicate the pivoted column name and values respectively.</description></item><item><title>/aggregate/unpivot</title><link>/7.2/aws/api/rest/aggregate_unpivot_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/aggregate_unpivot_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/aggregate/unpivot Rotate the column values into rows values.
For unpivot details and examples, see Unpivot. For limitations, see Unpivot Limitations.
Unpivot is used to normalize tables that are built for cross tabular reporting purposes. The unpivot operator rotates the column values for all the pivoted columns. A variable column, value column and all columns from the source table except the unpivot columns are projected into the result table. The variable column and value columns in the result table indicate the pivoted column name and values respectively.</description></item><item><title>/alter/backup</title><link>/7.2/api/rest/alter_backup_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/alter_backup_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/alter/backup Alters an existing database backup, accessible via the data sink specified by input parameter datasink_name.
Input Parameter Description Name Type Description backup_name string Name of the backup to be altered. action string Operation to be applied.
Supported Values Description checksum Calculate checksum for backed-up files. ddl_only Whether or not to only save DDL and not back up table data, when taking future snapshots; set input parameter value to 'true' or 'false' for DDL only or DDL and table data, respectively.</description></item><item><title>/alter/backup</title><link>/7.2/aws/api/rest/alter_backup_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/alter_backup_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/alter/backup Alters an existing database backup, accessible via the data sink specified by input parameter datasink_name.
Input Parameter Description Name Type Description backup_name string Name of the backup to be altered. action string Operation to be applied.
Supported Values Description checksum Calculate checksum for backed-up files. ddl_only Whether or not to only save DDL and not back up table data, when taking future snapshots; set input parameter value to 'true' or 'false' for DDL only or DDL and table data, respectively.</description></item><item><title>/alter/credential</title><link>/7.2/api/rest/alter_credential_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/alter_credential_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/alter/credential Alter the properties of an existing credential.
Input Parameter Description Name Type Description credential_name string Name of the credential to be altered. Must be an existing credential. credential_updates_map map of string to strings Map containing the properties of the credential to be updated. Error if empty.
Supported Parameters (keys) Parameter Description type New type for the credential.
The supported values are:
aws_access_key aws_iam_role azure_ad azure_oauth azure_sas azure_storage_key docker gcs_service_account_id gcs_service_account_keys hdfs kafka identity New user for the credential.</description></item><item><title>/alter/credential</title><link>/7.2/aws/api/rest/alter_credential_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/alter_credential_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/alter/credential Alter the properties of an existing credential.
Input Parameter Description Name Type Description credential_name string Name of the credential to be altered. Must be an existing credential. credential_updates_map map of string to strings Map containing the properties of the credential to be updated. Error if empty.
Supported Parameters (keys) Parameter Description type New type for the credential.
The supported values are:
aws_access_key aws_iam_role azure_ad azure_oauth azure_sas azure_storage_key docker gcs_service_account_id gcs_service_account_keys hdfs kafka identity New user for the credential.</description></item><item><title>/alter/datasink</title><link>/7.2/api/rest/alter_datasink_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/alter_datasink_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/alter/datasink Alters the properties of an existing data sink.
Input Parameter Description Name Type Description name string Name of the data sink to be altered. Must be an existing data sink. datasink_updates_map map of string to strings Map containing the properties of the data sink to be updated. Error if empty.
Supported Parameters (keys) Parameter Description destination Destination for the output data in format 'destination_type://path[:port]'.
Supported destination types are 'azure', 'gcs', 'hdfs', 'http', 'https', 'jdbc', 'kafka', and 's3'.</description></item><item><title>/alter/datasink</title><link>/7.2/aws/api/rest/alter_datasink_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/alter_datasink_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/alter/datasink Alters the properties of an existing data sink.
Input Parameter Description Name Type Description name string Name of the data sink to be altered. Must be an existing data sink. datasink_updates_map map of string to strings Map containing the properties of the data sink to be updated. Error if empty.
Supported Parameters (keys) Parameter Description destination Destination for the output data in format 'destination_type://path[:port]'.
Supported destination types are 'azure', 'gcs', 'hdfs', 'http', 'https', 'jdbc', 'kafka', and 's3'.</description></item><item><title>/alter/datasource</title><link>/7.2/api/rest/alter_datasource_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/alter_datasource_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/alter/datasource Alters the properties of an existing data source.
Input Parameter Description Name Type Description name string Name of the data source to be altered. Must be an existing data source. datasource_updates_map map of string to strings Map containing the properties of the data source to be updated. Error if empty.
Supported Parameters (keys) Parameter Description location Location of the remote storage in 'storage_provider_type://[storage_path[:storage_port]]' format.
Supported storage provider types are 'azure', 'gcs', 'hdfs', 'jdbc', 'kafka', 'confluent', and 's3'.</description></item><item><title>/alter/datasource</title><link>/7.2/aws/api/rest/alter_datasource_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/alter_datasource_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/alter/datasource Alters the properties of an existing data source.
Input Parameter Description Name Type Description name string Name of the data source to be altered. Must be an existing data source. datasource_updates_map map of string to strings Map containing the properties of the data source to be updated. Error if empty.
Supported Parameters (keys) Parameter Description location Location of the remote storage in 'storage_provider_type://[storage_path[:storage_port]]' format.
Supported storage provider types are 'azure', 'gcs', 'hdfs', 'jdbc', 'kafka', 'confluent', and 's3'.</description></item><item><title>/alter/directory</title><link>/7.2/api/rest/alter_directory_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/alter_directory_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/alter/directory Alters an existing directory in KiFS.
Input Parameter Description Name Type Description directory_name string Name of the directory in KiFS to be altered. directory_updates_map map of string to strings Map containing the properties of the directory to be altered. Error if empty.
Supported Parameters (keys) Parameter Description data_limit The maximum capacity, in bytes, to apply to the directory. Set to -1 to indicate no upper limit. options map of string to strings Optional parameters.</description></item><item><title>/alter/directory</title><link>/7.2/aws/api/rest/alter_directory_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/alter_directory_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/alter/directory Alters an existing directory in KiFS.
Input Parameter Description Name Type Description directory_name string Name of the directory in KiFS to be altered. directory_updates_map map of string to strings Map containing the properties of the directory to be altered. Error if empty.
Supported Parameters (keys) Parameter Description data_limit The maximum capacity, in bytes, to apply to the directory. Set to -1 to indicate no upper limit. options map of string to strings Optional parameters.</description></item><item><title>/alter/environment</title><link>/7.2/api/rest/alter_environment_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/alter_environment_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/alter/environment Alters an existing environment which can be referenced by a user-defined function (UDF).
Input Parameter Description Name Type Description environment_name string Name of the environment to be altered. action string Modification operation to be applied.
Supported Values Description install_package Install a python package from PyPI, an external data source or KiFS. install_requirements Install packages from a requirements file. uninstall_package Uninstall a python package. uninstall_requirements Uninstall packages from a requirements file.</description></item><item><title>/alter/environment</title><link>/7.2/aws/api/rest/alter_environment_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/alter_environment_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/alter/environment Alters an existing environment which can be referenced by a user-defined function (UDF).
Input Parameter Description Name Type Description environment_name string Name of the environment to be altered. action string Modification operation to be applied.
Supported Values Description install_package Install a python package from PyPI, an external data source or KiFS. install_requirements Install packages from a requirements file. uninstall_package Uninstall a python package. uninstall_requirements Uninstall packages from a requirements file.</description></item><item><title>/alter/resourcegroup</title><link>/7.2/api/rest/alter_resourcegroup_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/alter_resourcegroup_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/alter/resourcegroup Alters the properties of an existing resource group to facilitate resource management.
Input Parameter Description Name Type Description name string Name of the group to be altered. Must be an existing resource group name or an empty string when used in conjunction with is_default_group. tier_attributes map of string to maps of string to strings Optional map containing tier names and their respective attribute group limits. The only valid attribute limit that can be set is max_memory (in bytes) for the VRAM and RAM tiers.</description></item><item><title>/alter/resourcegroup</title><link>/7.2/aws/api/rest/alter_resourcegroup_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/alter_resourcegroup_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/alter/resourcegroup Alters the properties of an existing resource group to facilitate resource management.
Input Parameter Description Name Type Description name string Name of the group to be altered. Must be an existing resource group name or an empty string when used in conjunction with is_default_group. tier_attributes map of string to maps of string to strings Optional map containing tier names and their respective attribute group limits. The only valid attribute limit that can be set is max_memory (in bytes) for the VRAM and RAM tiers.</description></item><item><title>/alter/role</title><link>/7.2/api/rest/alter_role_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/alter_role_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/alter/role Alters a Role.
Input Parameter Description Name Type Description name string Name of the role to be altered. Must be an existing role. action string Modification operation to be applied to the role.
Supported Values Description set_comment Sets the comment for an internal role. set_resource_group Sets the resource group for an internal role. The resource group must exist, otherwise, an empty string assigns the role to the default resource group.</description></item><item><title>/alter/role</title><link>/7.2/aws/api/rest/alter_role_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/alter_role_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/alter/role Alters a Role.
Input Parameter Description Name Type Description name string Name of the role to be altered. Must be an existing role. action string Modification operation to be applied to the role.
Supported Values Description set_comment Sets the comment for an internal role. set_resource_group Sets the resource group for an internal role. The resource group must exist, otherwise, an empty string assigns the role to the default resource group.</description></item><item><title>/alter/schema</title><link>/7.2/api/rest/alter_schema_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/alter_schema_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/alter/schema Used to change the name of a SQL-style schema, specified in input parameter schema_name.
Input Parameter Description Name Type Description schema_name string Name of the schema to be altered. action string Modification operation to be applied.
Supported Values Description add_comment Adds a comment describing the schema. rename_schema Renames a schema to input parameter value. Has the same naming restrictions as tables. value string The value of the modification, depending on input parameter action.</description></item><item><title>/alter/schema</title><link>/7.2/aws/api/rest/alter_schema_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/alter_schema_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/alter/schema Used to change the name of a SQL-style schema, specified in input parameter schema_name.
Input Parameter Description Name Type Description schema_name string Name of the schema to be altered. action string Modification operation to be applied.
Supported Values Description add_comment Adds a comment describing the schema. rename_schema Renames a schema to input parameter value. Has the same naming restrictions as tables. value string The value of the modification, depending on input parameter action.</description></item><item><title>/alter/system/properties</title><link>/7.2/api/rest/alter_system_properties_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/alter_system_properties_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/alter/system/properties The &lt;a href="/7.2/7.2/api/rest/alter_system_properties_rest/">/alter/system/properties&lt;/a> endpoint is primarily used to simplify the testing of the system and is not expected to be used during normal execution. Commands are given through the input parameter property_updates_map whose keys are commands and values are strings representing integer values (for example '8000') or boolean values ('true' or 'false').
Input Parameter Description Name Type Description property_updates_map map of string to strings Map containing the properties of the system to be updated.</description></item><item><title>/alter/system/properties</title><link>/7.2/aws/api/rest/alter_system_properties_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/alter_system_properties_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/alter/system/properties The &lt;a href="/7.2/7.2/aws/api/rest/alter_system_properties_rest/">/alter/system/properties&lt;/a> endpoint is primarily used to simplify the testing of the system and is not expected to be used during normal execution. Commands are given through the input parameter property_updates_map whose keys are commands and values are strings representing integer values (for example '8000') or boolean values ('true' or 'false').
Input Parameter Description Name Type Description property_updates_map map of string to strings Map containing the properties of the system to be updated.</description></item><item><title>/alter/table</title><link>/7.2/api/rest/alter_table_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/alter_table_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/alter/table Apply various modifications to a table or view. The available modifications include the following:
Manage a table's columns--a column can be added, removed, or have its type and properties modified, including whether it is dictionary encoded or not.
External tables cannot be modified except for their refresh method.
Create or delete a column, low-cardinality index, chunk skip, geospatial, CAGRA, or HNSW index. This can speed up certain operations when using expressions containing equality or relational operators on indexed columns.</description></item><item><title>/alter/table</title><link>/7.2/aws/api/rest/alter_table_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/alter_table_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/alter/table Apply various modifications to a table or view. The available modifications include the following:
Manage a table's columns--a column can be added, removed, or have its type and properties modified, including whether it is dictionary encoded or not.
External tables cannot be modified except for their refresh method.
Create or delete a column, low-cardinality index, chunk skip, geospatial, CAGRA, or HNSW index. This can speed up certain operations when using expressions containing equality or relational operators on indexed columns.</description></item><item><title>/alter/table/columns</title><link>/7.2/api/rest/alter_table_columns_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/alter_table_columns_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/alter/table/columns Apply various modifications to columns in a table, view. The available modifications include the following:
Create or delete an index on a particular column. This can speed up certain operations when using expressions containing equality or relational operators on indexed columns. This only applies to tables.
Manage a table's columns--a column can be added, removed, or have its type and properties modified, including whether it is dictionary encoded or not.</description></item><item><title>/alter/table/columns</title><link>/7.2/aws/api/rest/alter_table_columns_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/alter_table_columns_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/alter/table/columns Apply various modifications to columns in a table, view. The available modifications include the following:
Create or delete an index on a particular column. This can speed up certain operations when using expressions containing equality or relational operators on indexed columns. This only applies to tables.
Manage a table's columns--a column can be added, removed, or have its type and properties modified, including whether it is dictionary encoded or not.</description></item><item><title>/alter/table/metadata</title><link>/7.2/api/rest/alter_table_metadata_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/alter_table_metadata_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/alter/table/metadata Updates (adds or changes) metadata for tables. The metadata key and values must both be strings. This is an easy way to annotate whole tables rather than single records within tables. Some examples of metadata are owner of the table, table creation timestamp etc.
Input Parameter Description Name Type Description table_names array of strings Names of the tables whose metadata will be updated, in [schema_name.]table_name format, using standard name resolution rules.</description></item><item><title>/alter/table/metadata</title><link>/7.2/aws/api/rest/alter_table_metadata_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/alter_table_metadata_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/alter/table/metadata Updates (adds or changes) metadata for tables. The metadata key and values must both be strings. This is an easy way to annotate whole tables rather than single records within tables. Some examples of metadata are owner of the table, table creation timestamp etc.
Input Parameter Description Name Type Description table_names array of strings Names of the tables whose metadata will be updated, in [schema_name.]table_name format, using standard name resolution rules.</description></item><item><title>/alter/tablemonitor</title><link>/7.2/api/rest/alter_tablemonitor_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/alter_tablemonitor_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/alter/tablemonitor Alters a table monitor previously created with &lt;a href="/7.2/7.2/api/rest/create_tablemonitor_rest/">/create/tablemonitor&lt;/a>.
Input Parameter Description Name Type Description topic_id string The topic ID returned by &lt;a href="/7.2/7.2/api/rest/create_tablemonitor_rest/">/create/tablemonitor&lt;/a>. monitor_updates_map map of string to strings Map containing the properties of the table monitor to be updated. Error if empty.
Supported Parameters (keys) Parameter Description schema_name Updates the schema name. If schema_name doesn't exist, an error will be thrown. If schema_name is empty, then the user's default schema will be used.</description></item><item><title>/alter/tablemonitor</title><link>/7.2/aws/api/rest/alter_tablemonitor_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/alter_tablemonitor_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/alter/tablemonitor Alters a table monitor previously created with &lt;a href="/7.2/7.2/aws/api/rest/create_tablemonitor_rest/">/create/tablemonitor&lt;/a>.
Input Parameter Description Name Type Description topic_id string The topic ID returned by &lt;a href="/7.2/7.2/aws/api/rest/create_tablemonitor_rest/">/create/tablemonitor&lt;/a>. monitor_updates_map map of string to strings Map containing the properties of the table monitor to be updated. Error if empty.
Supported Parameters (keys) Parameter Description schema_name Updates the schema name. If schema_name doesn't exist, an error will be thrown. If schema_name is empty, then the user's default schema will be used.</description></item><item><title>/alter/tier</title><link>/7.2/api/rest/alter_tier_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/alter_tier_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/alter/tier Alters properties of an existing tier to facilitate resource management.
To disable watermark-based eviction, set both high_watermark and low_watermark to 100.
Input Parameter Description Name Type Description name string Name of the tier to be altered. Must be an existing tier group name: vram, ram, disk[n], persist, cold[n]. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description capacity Maximum size in bytes this tier may hold at once, per rank.</description></item><item><title>/alter/tier</title><link>/7.2/aws/api/rest/alter_tier_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/alter_tier_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/alter/tier Alters properties of an existing tier to facilitate resource management.
To disable watermark-based eviction, set both high_watermark and low_watermark to 100.
Input Parameter Description Name Type Description name string Name of the tier to be altered. Must be an existing tier group name: vram, ram, disk[n], persist, cold[n]. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description capacity Maximum size in bytes this tier may hold at once, per rank.</description></item><item><title>/alter/user</title><link>/7.2/api/rest/alter_user_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/alter_user_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/alter/user Alters a user.
Input Parameter Description Name Type Description name string Name of the user to be altered. Must be an existing user. action string Modification operation to be applied to the user.
Supported Values Description set_activated Is the user allowed to login. true User may login. false User may not login. set_comment Sets the comment for an internal user. set_default_schema Set the default_schema for an internal user.</description></item><item><title>/alter/user</title><link>/7.2/aws/api/rest/alter_user_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/alter_user_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/alter/user Alters a user.
Input Parameter Description Name Type Description name string Name of the user to be altered. Must be an existing user. action string Modification operation to be applied to the user.
Supported Values Description set_activated Is the user allowed to login. true User may login. false User may not login. set_comment Sets the comment for an internal user. set_default_schema Set the default_schema for an internal user.</description></item><item><title>/alter/video</title><link>/7.2/api/rest/alter_video_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/alter_video_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/alter/video Alters a video.
Input Parameter Description Name Type Description path string Fully-qualified KiFS path to the video to be altered. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description ttl Sets the TTL of the video. Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/alter/video</title><link>/7.2/aws/api/rest/alter_video_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/alter_video_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/alter/video Alters a video.
Input Parameter Description Name Type Description path string Fully-qualified KiFS path to the video to be altered. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description ttl Sets the TTL of the video. Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/alter/wal</title><link>/7.2/api/rest/alter_wal_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/alter_wal_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/alter/wal Alters table write-ahead log (WAL) settings. Returns information about the requested table WAL modifications.
Input Parameter Description Name Type Description table_names array of strings List of tables to modify. An asterisk changes the system settings. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description max_segment_size Maximum size of an individual segment file. segment_count Approximate number of segment files to split the WAL across.</description></item><item><title>/alter/wal</title><link>/7.2/aws/api/rest/alter_wal_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/alter_wal_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/alter/wal Alters table write-ahead log (WAL) settings. Returns information about the requested table WAL modifications.
Input Parameter Description Name Type Description table_names array of strings List of tables to modify. An asterisk changes the system settings. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description max_segment_size Maximum size of an individual segment file. segment_count Approximate number of segment files to split the WAL across.</description></item><item><title>/append/records</title><link>/7.2/api/rest/append_records_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/append_records_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/append/records Append (or insert) all records from a source table (specified by input parameter source_table_name) to a particular target table (specified by input parameter table_name). The field map (specified by input parameter field_map) holds the user specified map of target table column names with their mapped source column names.
Input Parameter Description Name Type Description table_name string The table name for the records to be appended, in [schema_name.]table_name format, using standard name resolution rules.</description></item><item><title>/append/records</title><link>/7.2/aws/api/rest/append_records_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/append_records_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/append/records Append (or insert) all records from a source table (specified by input parameter source_table_name) to a particular target table (specified by input parameter table_name). The field map (specified by input parameter field_map) holds the user specified map of target table column names with their mapped source column names.
Input Parameter Description Name Type Description table_name string The table name for the records to be appended, in [schema_name.]table_name format, using standard name resolution rules.</description></item><item><title>/check/table</title><link>/7.2/api/rest/check_table_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/check_table_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/check/table Scans the requested tables as specified in input parameter table_names for integrity. Any table chunks which fail the check will be marked as corrupt. By default the database will automatically repair corrupt tables (via truncating). Note that since this reads every table column from disk it may be a potentially long-running operation. The option local_only can be used to skip any table files already written to a remote storage.</description></item><item><title>/check/table</title><link>/7.2/aws/api/rest/check_table_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/check_table_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/check/table Scans the requested tables as specified in input parameter table_names for integrity. Any table chunks which fail the check will be marked as corrupt. By default the database will automatically repair corrupt tables (via truncating). Note that since this reads every table column from disk it may be a potentially long-running operation. The option local_only can be used to skip any table files already written to a remote storage.</description></item><item><title>/clear/statistics</title><link>/7.2/api/rest/clear_statistics_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/clear_statistics_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/clear/statistics Clears statistics (cardinality, mean value, etc.) for a column in a specified table.
Input Parameter Description Name Type Description table_name string Name of a table, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table.
The default value is ''.
column_name string Name of the column in input parameter table_name for which to clear statistics. The column must be from an existing table. An empty string clears statistics for all columns in the table.</description></item><item><title>/clear/statistics</title><link>/7.2/aws/api/rest/clear_statistics_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/clear_statistics_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/clear/statistics Clears statistics (cardinality, mean value, etc.) for a column in a specified table.
Input Parameter Description Name Type Description table_name string Name of a table, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table.
The default value is ''.
column_name string Name of the column in input parameter table_name for which to clear statistics. The column must be from an existing table. An empty string clears statistics for all columns in the table.</description></item><item><title>/clear/table</title><link>/7.2/api/rest/clear_table_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/clear_table_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/clear/table Clears (drops) one or all tables in the database cluster. The operation is synchronous meaning that the table will be cleared before the function returns. The response payload returns the status of the operation along with the name of the table that was cleared.
Input Parameter Description Name Type Description table_name string Name of the table to be cleared, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table.</description></item><item><title>/clear/table</title><link>/7.2/aws/api/rest/clear_table_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/clear_table_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/clear/table Clears (drops) one or all tables in the database cluster. The operation is synchronous meaning that the table will be cleared before the function returns. The response payload returns the status of the operation along with the name of the table that was cleared.
Input Parameter Description Name Type Description table_name string Name of the table to be cleared, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table.</description></item><item><title>/clear/tablemonitor</title><link>/7.2/api/rest/clear_tablemonitor_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/clear_tablemonitor_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/clear/tablemonitor Deactivates a table monitor previously created with &lt;a href="/7.2/7.2/api/rest/create_tablemonitor_rest/">/create/tablemonitor&lt;/a>.
Input Parameter Description Name Type Description topic_id string The topic ID returned by &lt;a href="/7.2/7.2/api/rest/create_tablemonitor_rest/">/create/tablemonitor&lt;/a>. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description keep_autogenerated_sink If true, the auto-generated datasink associated with this monitor, if there is one, will be retained for further use. If false, then the auto-generated sink will be dropped if there are no other monitors referencing it.</description></item><item><title>/clear/tablemonitor</title><link>/7.2/aws/api/rest/clear_tablemonitor_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/clear_tablemonitor_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/clear/tablemonitor Deactivates a table monitor previously created with &lt;a href="/7.2/7.2/aws/api/rest/create_tablemonitor_rest/">/create/tablemonitor&lt;/a>.
Input Parameter Description Name Type Description topic_id string The topic ID returned by &lt;a href="/7.2/7.2/aws/api/rest/create_tablemonitor_rest/">/create/tablemonitor&lt;/a>. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description keep_autogenerated_sink If true, the auto-generated datasink associated with this monitor, if there is one, will be retained for further use. If false, then the auto-generated sink will be dropped if there are no other monitors referencing it.</description></item><item><title>/clear/tables</title><link>/7.2/api/rest/clear_tables_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/clear_tables_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/clear/tables Clears (drops) tables in the database cluster. The operation is synchronous meaning that the tables will be cleared before the function returns. The response payload returns the status of the operation for each table requested.
Input Parameter Description Name Type Description table_names array of strings Names of the tables to be cleared, in [schema_name.]table_name format, using standard name resolution rules. Must be existing tables. Empty list clears all available tables, though this behavior is be prevented by default via gpudb.</description></item><item><title>/clear/tables</title><link>/7.2/aws/api/rest/clear_tables_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/clear_tables_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/clear/tables Clears (drops) tables in the database cluster. The operation is synchronous meaning that the tables will be cleared before the function returns. The response payload returns the status of the operation for each table requested.
Input Parameter Description Name Type Description table_names array of strings Names of the tables to be cleared, in [schema_name.]table_name format, using standard name resolution rules. Must be existing tables. Empty list clears all available tables, though this behavior is be prevented by default via gpudb.</description></item><item><title>/clear/trigger</title><link>/7.2/api/rest/clear_trigger_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/clear_trigger_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/clear/trigger Clears or cancels the trigger identified by the specified handle. The output returns the handle of the trigger cleared as well as indicating success or failure of the trigger deactivation.
Input Parameter Description Name Type Description trigger_id string ID for the trigger to be deactivated. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/clear/trigger</title><link>/7.2/aws/api/rest/clear_trigger_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/clear_trigger_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/clear/trigger Clears or cancels the trigger identified by the specified handle. The output returns the handle of the trigger cleared as well as indicating success or failure of the trigger deactivation.
Input Parameter Description Name Type Description trigger_id string ID for the trigger to be deactivated. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/collect/statistics</title><link>/7.2/api/rest/collect_statistics_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/collect_statistics_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/collect/statistics Collect statistics for a column(s) in a specified table.
Input Parameter Description Name Type Description table_name string Name of a table, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table. column_names array of strings List of one or more column names in input parameter table_name for which to collect statistics (cardinality, mean value, etc.). options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/collect/statistics</title><link>/7.2/aws/api/rest/collect_statistics_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/collect_statistics_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/collect/statistics Collect statistics for a column(s) in a specified table.
Input Parameter Description Name Type Description table_name string Name of a table, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table. column_names array of strings List of one or more column names in input parameter table_name for which to collect statistics (cardinality, mean value, etc.). options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/create/backup</title><link>/7.2/api/rest/create_backup_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/create_backup_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/create/backup Creates a database backup, containing a snapshot of existing objects, at the remote file store accessible via the data sink specified by input parameter datasink_name.
Input Parameter Description Name Type Description backup_name string Name for this backup. If the backup already exists, only an incremental or differential backup can be made, unless recreate is set to true. backup_type string Type of snapshot to create.
Supported Values Description differential Snapshot of changes in the database objects and data since the last full snapshot.</description></item><item><title>/create/backup</title><link>/7.2/aws/api/rest/create_backup_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_backup_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/backup Creates a database backup, containing a snapshot of existing objects, at the remote file store accessible via the data sink specified by input parameter datasink_name.
Input Parameter Description Name Type Description backup_name string Name for this backup. If the backup already exists, only an incremental or differential backup can be made, unless recreate is set to true. backup_type string Type of snapshot to create.
Supported Values Description differential Snapshot of changes in the database objects and data since the last full snapshot.</description></item><item><title>/create/catalog</title><link>/7.2/api/rest/create_catalog_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/create_catalog_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/create/catalog Creates a catalog, which contains the location and connection information for a deltalake catalog that is external to the database.
Input Parameter Description Name Type Description name string Name of the catalog to be created. table_format string Table format (iceberg, hudi, deltalake). location string Location of the catalog in 'http[s]://[server[:port]]]' format. type string Type of the catalog (REST (unity, polaris, tabular), nessie, hive, glue). credential string Name of the credential object to be used in catalog.</description></item><item><title>/create/catalog</title><link>/7.2/aws/api/rest/create_catalog_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_catalog_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/catalog Creates a catalog, which contains the location and connection information for a deltalake catalog that is external to the database.
Input Parameter Description Name Type Description name string Name of the catalog to be created. table_format string Table format (iceberg, hudi, deltalake). location string Location of the catalog in 'http[s]://[server[:port]]]' format. type string Type of the catalog (REST (unity, polaris, tabular), nessie, hive, glue). credential string Name of the credential object to be used in catalog.</description></item><item><title>/create/credential</title><link>/7.2/api/rest/create_credential_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/create_credential_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/create/credential Create a new credential.
Input Parameter Description Name Type Description credential_name string Name of the credential to be created. Must contain only letters, digits, and underscores, and cannot begin with a digit. Must not match an existing credential name. type string Type of the credential to be created.
The supported values are:
aws_access_key aws_iam_role azure_ad azure_oauth azure_sas azure_storage_key confluent docker gcs_service_account_id gcs_service_account_keys hdfs jdbc kafka nvidia_api_key openai_api_key rest identity string User of the credential to be created.</description></item><item><title>/create/credential</title><link>/7.2/aws/api/rest/create_credential_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_credential_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/credential Create a new credential.
Input Parameter Description Name Type Description credential_name string Name of the credential to be created. Must contain only letters, digits, and underscores, and cannot begin with a digit. Must not match an existing credential name. type string Type of the credential to be created.
The supported values are:
aws_access_key aws_iam_role azure_ad azure_oauth azure_sas azure_storage_key confluent docker gcs_service_account_id gcs_service_account_keys hdfs jdbc kafka nvidia_api_key openai_api_key rest identity string User of the credential to be created.</description></item><item><title>/create/datasink</title><link>/7.2/api/rest/create_datasink_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/create_datasink_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/create/datasink Creates a data sink, which contains the destination information for a data sink that is external to the database.
Input Parameter Description Name Type Description name string Name of the data sink to be created. destination string Destination for the output data in format 'storage_provider_type://path[:port]'.
Supported storage provider types are 'azure', 'gcs', 'hdfs', 'http', 'https', 'jdbc', 'kafka', and 's3'.
options map of string to strings Optional parameters.</description></item><item><title>/create/datasink</title><link>/7.2/aws/api/rest/create_datasink_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_datasink_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/datasink Creates a data sink, which contains the destination information for a data sink that is external to the database.
Input Parameter Description Name Type Description name string Name of the data sink to be created. destination string Destination for the output data in format 'storage_provider_type://path[:port]'.
Supported storage provider types are 'azure', 'gcs', 'hdfs', 'http', 'https', 'jdbc', 'kafka', and 's3'.
options map of string to strings Optional parameters.</description></item><item><title>/create/datasource</title><link>/7.2/api/rest/create_datasource_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/create_datasource_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/create/datasource Creates a data source, which contains the location and connection information for a data store that is external to the database.
Input Parameter Description Name Type Description name string Name of the data source to be created. location string Location of the remote storage in 'storage_provider_type://[storage_path[:storage_port]]' format.
Supported storage provider types are 'azure', 'gcs', 'hdfs', 'jdbc', 'kafka', 'confluent', and 's3'.
user_name string Name of the remote system user; may be an empty string.</description></item><item><title>/create/datasource</title><link>/7.2/aws/api/rest/create_datasource_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_datasource_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/datasource Creates a data source, which contains the location and connection information for a data store that is external to the database.
Input Parameter Description Name Type Description name string Name of the data source to be created. location string Location of the remote storage in 'storage_provider_type://[storage_path[:storage_port]]' format.
Supported storage provider types are 'azure', 'gcs', 'hdfs', 'jdbc', 'kafka', 'confluent', and 's3'.
user_name string Name of the remote system user; may be an empty string.</description></item><item><title>/create/directory</title><link>/7.2/api/rest/create_directory_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/create_directory_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/create/directory Creates a new directory in KiFS. The new directory serves as a location in which the user can upload files using &lt;a href="/7.2/7.2/api/rest/upload_files_rest/">/upload/files&lt;/a>.
Input Parameter Description Name Type Description directory_name string Name of the directory in KiFS to be created. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description create_home_directory When set, a home directory is created for the user name provided in the value.</description></item><item><title>/create/directory</title><link>/7.2/aws/api/rest/create_directory_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_directory_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/directory Creates a new directory in KiFS. The new directory serves as a location in which the user can upload files using &lt;a href="/7.2/7.2/aws/api/rest/upload_files_rest/">/upload/files&lt;/a>.
Input Parameter Description Name Type Description directory_name string Name of the directory in KiFS to be created. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description create_home_directory When set, a home directory is created for the user name provided in the value.</description></item><item><title>/create/environment</title><link>/7.2/api/rest/create_environment_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/create_environment_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/create/environment Creates a new environment which can be used by user-defined functions (UDF).
Input Parameter Description Name Type Description environment_name string Name of the environment to be created. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/create/environment</title><link>/7.2/aws/api/rest/create_environment_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_environment_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/environment Creates a new environment which can be used by user-defined functions (UDF).
Input Parameter Description Name Type Description environment_name string Name of the environment to be created. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/create/graph</title><link>/7.2/api/rest/create_graph_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/create_graph_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/create/graph Creates a new graph network using given nodes, edges, weights, and restrictions.
IMPORTANT: It's highly recommended that you review the Graphs and Solvers concepts documentation, the Graph REST Tutorial, and/or some graph examples before using this endpoint.
Input Parameter Description Name Type Description graph_name string Name of the graph resource to generate. directed_graph boolean If set to true, the graph will be directed. If set to false, the graph will not be directed.</description></item><item><title>/create/graph</title><link>/7.2/aws/api/rest/create_graph_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_graph_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/graph Creates a new graph network using given nodes, edges, weights, and restrictions.
IMPORTANT: It's highly recommended that you review the Graphs and Solvers concepts documentation, the Graph REST Tutorial, and/or some graph examples before using this endpoint.
Input Parameter Description Name Type Description graph_name string Name of the graph resource to generate. directed_graph boolean If set to true, the graph will be directed. If set to false, the graph will not be directed.</description></item><item><title>/create/job</title><link>/7.2/api/rest/create_job_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/create_job_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/create/job Create a job which will run asynchronously. The response returns a job ID, which can be used to query the status and result of the job. The status and the result of the job upon completion can be requested by &lt;a href="/7.2/7.2/api/rest/get_job_rest/">/get/job&lt;/a>.
Input Parameter Description Name Type Description endpoint string Indicates which endpoint to execute, e.g. '/alter/table'. request_encoding string The encoding of the request payload for the job.</description></item><item><title>/create/job</title><link>/7.2/aws/api/rest/create_job_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_job_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/job Create a job which will run asynchronously. The response returns a job ID, which can be used to query the status and result of the job. The status and the result of the job upon completion can be requested by &lt;a href="/7.2/7.2/aws/api/rest/get_job_rest/">/get/job&lt;/a>.
Input Parameter Description Name Type Description endpoint string Indicates which endpoint to execute, e.g. '/alter/table'. request_encoding string The encoding of the request payload for the job.</description></item><item><title>/create/jointable</title><link>/7.2/api/rest/create_jointable_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/create_jointable_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/create/jointable Creates a table that is the result of a SQL JOIN.
For join details and examples see: Joins. For limitations, see Join Limitations and Cautions.
Input Parameter Description Name Type Description join_table_name string Name of the join table to be created, in [schema_name.]table_name format, using standard name resolution rules and meeting table naming criteria. table_names array of strings The list of table names composing the join, each in [schema_name.</description></item><item><title>/create/jointable</title><link>/7.2/aws/api/rest/create_jointable_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_jointable_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/jointable Creates a table that is the result of a SQL JOIN.
For join details and examples see: Joins. For limitations, see Join Limitations and Cautions.
Input Parameter Description Name Type Description join_table_name string Name of the join table to be created, in [schema_name.]table_name format, using standard name resolution rules and meeting table naming criteria. table_names array of strings The list of table names composing the join, each in [schema_name.</description></item><item><title>/create/materializedview</title><link>/7.2/api/rest/create_materializedview_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/create_materializedview_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/create/materializedview Initiates the process of creating a materialized view, reserving the view's name to prevent other views or tables from being created with that name.
For materialized view details and examples, see Materialized Views.
The response contains output parameter view_id, which is used to tag each subsequent operation (projection, union, aggregation, filter, or join) that will compose the view.
Input Parameter Description Name Type Description table_name string Name of the table to be created that is the top-level table of the materialized view, in [schema_name.</description></item><item><title>/create/materializedview</title><link>/7.2/aws/api/rest/create_materializedview_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_materializedview_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/materializedview Initiates the process of creating a materialized view, reserving the view's name to prevent other views or tables from being created with that name.
For materialized view details and examples, see Materialized Views.
The response contains output parameter view_id, which is used to tag each subsequent operation (projection, union, aggregation, filter, or join) that will compose the view.
Input Parameter Description Name Type Description table_name string Name of the table to be created that is the top-level table of the materialized view, in [schema_name.</description></item><item><title>/create/proc</title><link>/7.2/api/rest/create_proc_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/create_proc_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/create/proc Creates an instance (proc) of the user-defined functions (UDF) specified by the given command, options, and files, and makes it available for execution.
Input Parameter Description Name Type Description proc_name string Name of the proc to be created. Must not be the name of a currently existing proc. execution_mode string The execution mode of the proc.
The default value is distributed.
Supported Values Description distributed Input table data will be divided into data segments that are distributed across all nodes in the cluster, and the proc command will be invoked once per data segment in parallel.</description></item><item><title>/create/proc</title><link>/7.2/aws/api/rest/create_proc_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_proc_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/proc Creates an instance (proc) of the user-defined functions (UDF) specified by the given command, options, and files, and makes it available for execution.
Input Parameter Description Name Type Description proc_name string Name of the proc to be created. Must not be the name of a currently existing proc. execution_mode string The execution mode of the proc.
The default value is distributed.
Supported Values Description distributed Input table data will be divided into data segments that are distributed across all nodes in the cluster, and the proc command will be invoked once per data segment in parallel.</description></item><item><title>/create/projection</title><link>/7.2/api/rest/create_projection_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/create_projection_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/create/projection Creates a new projection of an existing table. A projection represents a subset of the columns (potentially including derived columns) of a table.
For projection details and examples, see Projections. For limitations, see Projection Limitations and Cautions.
Window functions, which can perform operations like moving averages, are available through this endpoint as well as &lt;a href="/7.2/7.2/api/rest/get_records_bycolumn_rest/">/get/records/bycolumn&lt;/a>.
A projection can be created with a different shard key than the source table.</description></item><item><title>/create/projection</title><link>/7.2/aws/api/rest/create_projection_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_projection_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/projection Creates a new projection of an existing table. A projection represents a subset of the columns (potentially including derived columns) of a table.
For projection details and examples, see Projections. For limitations, see Projection Limitations and Cautions.
Window functions, which can perform operations like moving averages, are available through this endpoint as well as &lt;a href="/7.2/7.2/aws/api/rest/get_records_bycolumn_rest/">/get/records/bycolumn&lt;/a>.
A projection can be created with a different shard key than the source table.</description></item><item><title>/create/resourcegroup</title><link>/7.2/api/rest/create_resourcegroup_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/create_resourcegroup_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/create/resourcegroup Creates a new resource group to facilitate resource management.
Input Parameter Description Name Type Description name string Name of the group to be created. Must contain only letters, digits, and underscores, and cannot begin with a digit. Must not match existing resource group name. tier_attributes map of string to maps of string to strings Optional map containing tier names and their respective attribute group limits. The only valid attribute limit that can be set is max_memory (in bytes) for the VRAM and RAM tiers.</description></item><item><title>/create/resourcegroup</title><link>/7.2/aws/api/rest/create_resourcegroup_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_resourcegroup_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/resourcegroup Creates a new resource group to facilitate resource management.
Input Parameter Description Name Type Description name string Name of the group to be created. Must contain only letters, digits, and underscores, and cannot begin with a digit. Must not match existing resource group name. tier_attributes map of string to maps of string to strings Optional map containing tier names and their respective attribute group limits. The only valid attribute limit that can be set is max_memory (in bytes) for the VRAM and RAM tiers.</description></item><item><title>/create/role</title><link>/7.2/api/rest/create_role_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/create_role_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/create/role Creates a new role.
NOTE: This endpoint should be used for on-premise deployments only.
Input Parameter Description Name Type Description name string Name of the role to be created. Must contain only lowercase letters, digits, and underscores, and cannot begin with a digit. Must not be the same name as an existing user or role. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/create/role</title><link>/7.2/aws/api/rest/create_role_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_role_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/role Creates a new role.
NOTE: This endpoint should be used for on-premise deployments only.
Input Parameter Description Name Type Description name string Name of the role to be created. Must contain only lowercase letters, digits, and underscores, and cannot begin with a digit. Must not be the same name as an existing user or role. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/create/schema</title><link>/7.2/api/rest/create_schema_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/create_schema_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/create/schema Creates a SQL-style schema. Schemas are containers for tables and views. Multiple tables and views can be defined with the same name in different schemas.
Input Parameter Description Name Type Description schema_name string Name of the schema to be created. Has the same naming restrictions as tables. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description no_error_if_exists If true, prevents an error from occurring if the schema already exists.</description></item><item><title>/create/schema</title><link>/7.2/aws/api/rest/create_schema_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_schema_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/schema Creates a SQL-style schema. Schemas are containers for tables and views. Multiple tables and views can be defined with the same name in different schemas.
Input Parameter Description Name Type Description schema_name string Name of the schema to be created. Has the same naming restrictions as tables. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description no_error_if_exists If true, prevents an error from occurring if the schema already exists.</description></item><item><title>/create/table</title><link>/7.2/api/rest/create_table_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/create_table_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/create/table Creates a new table with the given type (definition of columns). The type is specified in input parameter type_id as either a numerical type ID (as returned by &lt;a href="/7.2/7.2/api/rest/create_type_rest/">/create/type&lt;/a>) or as a list of columns, each specified as a list of the column name, data type, and any column attributes.
Example of a type definition with some parameters:
[ [&amp;quot;id&amp;quot;, &amp;quot;int8&amp;quot;, &amp;quot;primary_key&amp;quot;], [&amp;quot;dept_id&amp;quot;, &amp;quot;int8&amp;quot;, &amp;quot;primary_key&amp;quot;, &amp;quot;shard_key&amp;quot;], [&amp;quot;manager_id&amp;quot;, &amp;quot;int8&amp;quot;, &amp;quot;nullable&amp;quot;], [&amp;quot;first_name&amp;quot;, &amp;quot;char32&amp;quot;], [&amp;quot;last_name&amp;quot;, &amp;quot;char64&amp;quot;], [&amp;quot;salary&amp;quot;, &amp;quot;decimal&amp;quot;], [&amp;quot;hire_date&amp;quot;, &amp;quot;date&amp;quot;] ] Each column definition consists of the column name (which should meet the standard column naming criteria), the column's specific type (int, long, float, double, string, bytes, or any of the properties map values from &lt;a href="/7.2/7.2/api/rest/create_type_rest/">/create/type&lt;/a>), and any data handling, data key, or data replacement properties.</description></item><item><title>/create/table</title><link>/7.2/aws/api/rest/create_table_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_table_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/table Creates a new table with the given type (definition of columns). The type is specified in input parameter type_id as either a numerical type ID (as returned by &lt;a href="/7.2/7.2/aws/api/rest/create_type_rest/">/create/type&lt;/a>) or as a list of columns, each specified as a list of the column name, data type, and any column attributes.
Example of a type definition with some parameters:
[ [&amp;quot;id&amp;quot;, &amp;quot;int8&amp;quot;, &amp;quot;primary_key&amp;quot;], [&amp;quot;dept_id&amp;quot;, &amp;quot;int8&amp;quot;, &amp;quot;primary_key&amp;quot;, &amp;quot;shard_key&amp;quot;], [&amp;quot;manager_id&amp;quot;, &amp;quot;int8&amp;quot;, &amp;quot;nullable&amp;quot;], [&amp;quot;first_name&amp;quot;, &amp;quot;char32&amp;quot;], [&amp;quot;last_name&amp;quot;, &amp;quot;char64&amp;quot;], [&amp;quot;salary&amp;quot;, &amp;quot;decimal&amp;quot;], [&amp;quot;hire_date&amp;quot;, &amp;quot;date&amp;quot;] ] Each column definition consists of the column name (which should meet the standard column naming criteria), the column's specific type (int, long, float, double, string, bytes, or any of the properties map values from &lt;a href="/7.2/7.2/aws/api/rest/create_type_rest/">/create/type&lt;/a>), and any data handling, data key, or data replacement properties.</description></item><item><title>/create/table/external</title><link>/7.2/api/rest/create_table_external_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/create_table_external_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/create/table/external Creates a new external table, which is a local database object whose source data is located externally to the database. The source data can be located either in KiFS; on the cluster, accessible to the database; or remotely, accessible via a pre-defined external data source.
The external table can have its structure defined explicitly, via input parameter create_table_options, which contains many of the options from &lt;a href="/7.2/7.2/api/rest/create_table_rest/">/create/table&lt;/a>; or defined implicitly, inferred from the source data.</description></item><item><title>/create/table/external</title><link>/7.2/aws/api/rest/create_table_external_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_table_external_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/table/external Creates a new external table, which is a local database object whose source data is located externally to the database. The source data can be located either in KiFS; on the cluster, accessible to the database; or remotely, accessible via a pre-defined external data source.
The external table can have its structure defined explicitly, via input parameter create_table_options, which contains many of the options from &lt;a href="/7.2/7.2/aws/api/rest/create_table_rest/">/create/table&lt;/a>; or defined implicitly, inferred from the source data.</description></item><item><title>/create/tablemonitor</title><link>/7.2/api/rest/create_tablemonitor_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/create_tablemonitor_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/create/tablemonitor Creates a monitor that watches for a single table modification event type (insert, update, or delete) on a particular table (identified by input parameter table_name) and forwards event notifications to subscribers via ZMQ. After this call completes, subscribe to the returned output parameter topic_id on the ZMQ table monitor port (default 9002). Each time an operation of the given type on the table completes, a multipart message is published for that topic; the first part contains only the topic ID, and each subsequent part contains one binary-encoded Avro object that corresponds to the event and can be decoded using output parameter type_schema.</description></item><item><title>/create/tablemonitor</title><link>/7.2/aws/api/rest/create_tablemonitor_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_tablemonitor_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/tablemonitor Creates a monitor that watches for a single table modification event type (insert, update, or delete) on a particular table (identified by input parameter table_name) and forwards event notifications to subscribers via ZMQ. After this call completes, subscribe to the returned output parameter topic_id on the ZMQ table monitor port (default 9002). Each time an operation of the given type on the table completes, a multipart message is published for that topic; the first part contains only the topic ID, and each subsequent part contains one binary-encoded Avro object that corresponds to the event and can be decoded using output parameter type_schema.</description></item><item><title>/create/trigger/byarea</title><link>/7.2/api/rest/create_trigger_byarea_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/create_trigger_byarea_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/create/trigger/byarea Sets up an area trigger mechanism for two column_names for one or more tables. (This function is essentially the two-dimensional version of &lt;a href="/7.2/7.2/api/rest/create_trigger_byrange_rest/">/create/trigger/byrange&lt;/a>.) Once the trigger has been activated, any record added to the listed tables(s) via &lt;a href="/7.2/7.2/api/rest/insert_records_rest/">/insert/records&lt;/a> with the chosen columns' values falling within the specified region will trip the trigger. All such records will be queued at the trigger port (by default '9001' but able to be retrieved via &lt;a href="/7.2/7.2/api/rest/show_system_status_rest/">/show/system/status&lt;/a>) for any listening client to collect.</description></item><item><title>/create/trigger/byarea</title><link>/7.2/aws/api/rest/create_trigger_byarea_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_trigger_byarea_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/trigger/byarea Sets up an area trigger mechanism for two column_names for one or more tables. (This function is essentially the two-dimensional version of &lt;a href="/7.2/7.2/aws/api/rest/create_trigger_byrange_rest/">/create/trigger/byrange&lt;/a>.) Once the trigger has been activated, any record added to the listed tables(s) via &lt;a href="/7.2/7.2/aws/api/rest/insert_records_rest/">/insert/records&lt;/a> with the chosen columns' values falling within the specified region will trip the trigger. All such records will be queued at the trigger port (by default '9001' but able to be retrieved via &lt;a href="/7.2/7.2/aws/api/rest/show_system_status_rest/">/show/system/status&lt;/a>) for any listening client to collect.</description></item><item><title>/create/trigger/byrange</title><link>/7.2/api/rest/create_trigger_byrange_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/create_trigger_byrange_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/create/trigger/byrange Sets up a simple range trigger for a column_name for one or more tables. Once the trigger has been activated, any record added to the listed tables(s) via &lt;a href="/7.2/7.2/api/rest/insert_records_rest/">/insert/records&lt;/a> with the chosen column_name's value falling within the specified range will trip the trigger. All such records will be queued at the trigger port (by default '9001' but able to be retrieved via &lt;a href="/7.2/7.2/api/rest/show_system_status_rest/">/show/system/status&lt;/a>) for any listening client to collect.</description></item><item><title>/create/trigger/byrange</title><link>/7.2/aws/api/rest/create_trigger_byrange_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_trigger_byrange_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/trigger/byrange Sets up a simple range trigger for a column_name for one or more tables. Once the trigger has been activated, any record added to the listed tables(s) via &lt;a href="/7.2/7.2/aws/api/rest/insert_records_rest/">/insert/records&lt;/a> with the chosen column_name's value falling within the specified range will trip the trigger. All such records will be queued at the trigger port (by default '9001' but able to be retrieved via &lt;a href="/7.2/7.2/aws/api/rest/show_system_status_rest/">/show/system/status&lt;/a>) for any listening client to collect.</description></item><item><title>/create/type</title><link>/7.2/api/rest/create_type_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/create_type_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/create/type Creates a new type describing the columns of a table. The type definition is specified as a list of columns, each specified as a list of the column name, data type, and any column attributes.
Example of a type definition with some parameters:
[ [&amp;quot;id&amp;quot;, &amp;quot;int8&amp;quot;, &amp;quot;primary_key&amp;quot;], [&amp;quot;dept_id&amp;quot;, &amp;quot;int8&amp;quot;, &amp;quot;primary_key&amp;quot;, &amp;quot;shard_key&amp;quot;], [&amp;quot;manager_id&amp;quot;, &amp;quot;int8&amp;quot;, &amp;quot;nullable&amp;quot;], [&amp;quot;first_name&amp;quot;, &amp;quot;char32&amp;quot;], [&amp;quot;last_name&amp;quot;, &amp;quot;char64&amp;quot;], [&amp;quot;salary&amp;quot;, &amp;quot;decimal&amp;quot;], [&amp;quot;hire_date&amp;quot;, &amp;quot;date&amp;quot;] ] Each column definition consists of the column name (which should meet the standard column naming criteria), the column's specific type (int, long, float, double, string, bytes, or any of the possible values for input parameter properties), and any data handling, data key, or data replacement properties.</description></item><item><title>/create/type</title><link>/7.2/aws/api/rest/create_type_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_type_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/type Creates a new type describing the columns of a table. The type definition is specified as a list of columns, each specified as a list of the column name, data type, and any column attributes.
Example of a type definition with some parameters:
[ [&amp;quot;id&amp;quot;, &amp;quot;int8&amp;quot;, &amp;quot;primary_key&amp;quot;], [&amp;quot;dept_id&amp;quot;, &amp;quot;int8&amp;quot;, &amp;quot;primary_key&amp;quot;, &amp;quot;shard_key&amp;quot;], [&amp;quot;manager_id&amp;quot;, &amp;quot;int8&amp;quot;, &amp;quot;nullable&amp;quot;], [&amp;quot;first_name&amp;quot;, &amp;quot;char32&amp;quot;], [&amp;quot;last_name&amp;quot;, &amp;quot;char64&amp;quot;], [&amp;quot;salary&amp;quot;, &amp;quot;decimal&amp;quot;], [&amp;quot;hire_date&amp;quot;, &amp;quot;date&amp;quot;] ] Each column definition consists of the column name (which should meet the standard column naming criteria), the column's specific type (int, long, float, double, string, bytes, or any of the possible values for input parameter properties), and any data handling, data key, or data replacement properties.</description></item><item><title>/create/union</title><link>/7.2/api/rest/create_union_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/create_union_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/create/union Merges data from one or more tables with comparable data types into a new table.
The following merges are supported:
UNION (DISTINCT/ALL) - For data set union details and examples, see Union. For limitations, see Union Limitations and Cautions.
INTERSECT (DISTINCT/ALL) - For data set intersection details and examples, see Intersect. For limitations, see Intersect Limitations.
EXCEPT (DISTINCT/ALL) - For data set subtraction details and examples, see Except.</description></item><item><title>/create/union</title><link>/7.2/aws/api/rest/create_union_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_union_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/union Merges data from one or more tables with comparable data types into a new table.
The following merges are supported:
UNION (DISTINCT/ALL) - For data set union details and examples, see Union. For limitations, see Union Limitations and Cautions.
INTERSECT (DISTINCT/ALL) - For data set intersection details and examples, see Intersect. For limitations, see Intersect Limitations.
EXCEPT (DISTINCT/ALL) - For data set subtraction details and examples, see Except.</description></item><item><title>/create/user/external</title><link>/7.2/api/rest/create_user_external_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/create_user_external_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/create/user/external Creates a new external user (a user whose credentials are managed by an external LDAP).
NOTE: This endpoint should be used for on-premise deployments only.
Input Parameter Description Name Type Description name string Name of the user to be created. Must exactly match the user's name in the external LDAP, prefixed with a &amp;#64;. Must not be the same name as an existing user. options map of string to strings Optional parameters.</description></item><item><title>/create/user/external</title><link>/7.2/aws/api/rest/create_user_external_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_user_external_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/user/external Creates a new external user (a user whose credentials are managed by an external LDAP).
NOTE: This endpoint should be used for on-premise deployments only.
Input Parameter Description Name Type Description name string Name of the user to be created. Must exactly match the user's name in the external LDAP, prefixed with a &amp;#64;. Must not be the same name as an existing user. options map of string to strings Optional parameters.</description></item><item><title>/create/user/internal</title><link>/7.2/api/rest/create_user_internal_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/create_user_internal_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/create/user/internal Creates a new internal user (a user whose credentials are managed by the database system).
Input Parameter Description Name Type Description name string Name of the user to be created. Must contain only lowercase letters, digits, and underscores, and cannot begin with a digit. Must not be the same name as an existing user or role. password string Initial password of the user to be created. May be an empty string for no password.</description></item><item><title>/create/user/internal</title><link>/7.2/aws/api/rest/create_user_internal_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_user_internal_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/user/internal Creates a new internal user (a user whose credentials are managed by the database system).
Input Parameter Description Name Type Description name string Name of the user to be created. Must contain only lowercase letters, digits, and underscores, and cannot begin with a digit. Must not be the same name as an existing user or role. password string Initial password of the user to be created. May be an empty string for no password.</description></item><item><title>/create/video</title><link>/7.2/api/rest/create_video_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/create_video_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/create/video Creates a job to generate a sequence of raster images that visualize data over a specified time.
Input Parameter Description Name Type Description attribute string The animated attribute to map to the video's frames. Must be present in the LAYERS specified for the visualization. This is often a time-related field but may be any numeric type. begin string The start point for the video. Accepts an expression evaluable over the input parameter attribute.</description></item><item><title>/create/video</title><link>/7.2/aws/api/rest/create_video_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/create_video_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/create/video Creates a job to generate a sequence of raster images that visualize data over a specified time.
Input Parameter Description Name Type Description attribute string The animated attribute to map to the video's frames. Must be present in the LAYERS specified for the visualization. This is often a time-related field but may be any numeric type. begin string The start point for the video. Accepts an expression evaluable over the input parameter attribute.</description></item><item><title>/delete/directory</title><link>/7.2/api/rest/delete_directory_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/delete_directory_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/delete/directory Deletes a directory from KiFS.
Input Parameter Description Name Type Description directory_name string Name of the directory in KiFS to be deleted. The directory must contain no files, unless recursive is true. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description recursive If true, will delete directory and all files residing in it. If false, directory must be empty for deletion.</description></item><item><title>/delete/directory</title><link>/7.2/aws/api/rest/delete_directory_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/delete_directory_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/delete/directory Deletes a directory from KiFS.
Input Parameter Description Name Type Description directory_name string Name of the directory in KiFS to be deleted. The directory must contain no files, unless recursive is true. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description recursive If true, will delete directory and all files residing in it. If false, directory must be empty for deletion.</description></item><item><title>/delete/files</title><link>/7.2/api/rest/delete_files_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/delete_files_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/delete/files Deletes one or more files from KiFS.
Input Parameter Description Name Type Description file_names array of strings An array of names of files to be deleted. File paths may contain wildcard characters after the KiFS directory delimiter.
Accepted wildcard characters are asterisk (*) to represent any string of zero or more characters, and question mark (?) to indicate a single character.
options map of string to strings Optional parameters.</description></item><item><title>/delete/files</title><link>/7.2/aws/api/rest/delete_files_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/delete_files_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/delete/files Deletes one or more files from KiFS.
Input Parameter Description Name Type Description file_names array of strings An array of names of files to be deleted. File paths may contain wildcard characters after the KiFS directory delimiter.
Accepted wildcard characters are asterisk (*) to represent any string of zero or more characters, and question mark (?) to indicate a single character.
options map of string to strings Optional parameters.</description></item><item><title>/delete/graph</title><link>/7.2/api/rest/delete_graph_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/delete_graph_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/delete/graph Deletes an existing graph from the graph server and/or persist.
Input Parameter Description Name Type Description graph_name string Name of the graph to be deleted. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description delete_persist If set to true, the graph is removed from the server and persist. If set to false, the graph is removed from the server but is left in persist.</description></item><item><title>/delete/graph</title><link>/7.2/aws/api/rest/delete_graph_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/delete_graph_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/delete/graph Deletes an existing graph from the graph server and/or persist.
Input Parameter Description Name Type Description graph_name string Name of the graph to be deleted. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description delete_persist If set to true, the graph is removed from the server and persist. If set to false, the graph is removed from the server but is left in persist.</description></item><item><title>/delete/proc</title><link>/7.2/api/rest/delete_proc_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/delete_proc_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/delete/proc Deletes a proc. Any currently running instances of the proc will be killed.
Input Parameter Description Name Type Description proc_name string Name of the proc to be deleted. Must be the name of a currently existing proc. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/delete/proc</title><link>/7.2/aws/api/rest/delete_proc_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/delete_proc_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/delete/proc Deletes a proc. Any currently running instances of the proc will be killed.
Input Parameter Description Name Type Description proc_name string Name of the proc to be deleted. Must be the name of a currently existing proc. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/delete/records</title><link>/7.2/api/rest/delete_records_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/delete_records_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/delete/records Deletes record(s) matching the provided criteria from the given table. The record selection criteria can either be one or more input parameter expressions (matching multiple records), a single record identified by record_id options, or all records when using delete_all_records. Note that the three selection criteria are mutually exclusive. This operation cannot be run on a view. The operation is synchronous meaning that a response will not be available until the request is completely processed and all the matching records are deleted.</description></item><item><title>/delete/records</title><link>/7.2/aws/api/rest/delete_records_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/delete_records_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/delete/records Deletes record(s) matching the provided criteria from the given table. The record selection criteria can either be one or more input parameter expressions (matching multiple records), a single record identified by record_id options, or all records when using delete_all_records. Note that the three selection criteria are mutually exclusive. This operation cannot be run on a view. The operation is synchronous meaning that a response will not be available until the request is completely processed and all the matching records are deleted.</description></item><item><title>/delete/resourcegroup</title><link>/7.2/api/rest/delete_resourcegroup_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/delete_resourcegroup_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/delete/resourcegroup Deletes a resource group.
Input Parameter Description Name Type Description name string Name of the resource group to be deleted. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description cascade_delete If true, delete any existing entities owned by this group. Otherwise this request will return an error of any such entities exist.
The default value is false.</description></item><item><title>/delete/resourcegroup</title><link>/7.2/aws/api/rest/delete_resourcegroup_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/delete_resourcegroup_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/delete/resourcegroup Deletes a resource group.
Input Parameter Description Name Type Description name string Name of the resource group to be deleted. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description cascade_delete If true, delete any existing entities owned by this group. Otherwise this request will return an error of any such entities exist.
The default value is false.</description></item><item><title>/delete/role</title><link>/7.2/api/rest/delete_role_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/delete_role_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/delete/role Deletes an existing role.
NOTE: This endpoint should be used for on-premise deployments only.
Input Parameter Description Name Type Description name string Name of the role to be deleted. Must be an existing role. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/delete/role</title><link>/7.2/aws/api/rest/delete_role_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/delete_role_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/delete/role Deletes an existing role.
NOTE: This endpoint should be used for on-premise deployments only.
Input Parameter Description Name Type Description name string Name of the role to be deleted. Must be an existing role. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/delete/user</title><link>/7.2/api/rest/delete_user_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/delete_user_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/delete/user Deletes an existing user.
NOTE: This endpoint should be used for on-premise deployments only.
Input Parameter Description Name Type Description name string Name of the user to be deleted. Must be an existing user. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/delete/user</title><link>/7.2/aws/api/rest/delete_user_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/delete_user_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/delete/user Deletes an existing user.
NOTE: This endpoint should be used for on-premise deployments only.
Input Parameter Description Name Type Description name string Name of the user to be deleted. Must be an existing user. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/download/files</title><link>/7.2/api/rest/download_files_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/download_files_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/download/files Downloads one or more files from KiFS.
Input Parameter Description Name Type Description file_names array of strings An array of the file names to download from KiFS. File paths may contain wildcard characters after the KiFS directory delimiter.
Accepted wildcard characters are asterisk (*) to represent any string of zero or more characters, and question mark (?) to indicate a single character.
read_offsets array of longs An array of starting byte offsets from which to read each respective file in input parameter file_names.</description></item><item><title>/download/files</title><link>/7.2/aws/api/rest/download_files_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/download_files_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/download/files Downloads one or more files from KiFS.
Input Parameter Description Name Type Description file_names array of strings An array of the file names to download from KiFS. File paths may contain wildcard characters after the KiFS directory delimiter.
Accepted wildcard characters are asterisk (*) to represent any string of zero or more characters, and question mark (?) to indicate a single character.
read_offsets array of longs An array of starting byte offsets from which to read each respective file in input parameter file_names.</description></item><item><title>/drop/backup</title><link>/7.2/api/rest/drop_backup_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/drop_backup_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/drop/backup Deletes one or more existing database backups and contained snapshots, accessible via the data sink specified by input parameter datasink_name.
Input Parameter Description Name Type Description backup_name string Name of the backup to be deleted. An empty string or '*' will delete all existing backups. Any text followed by a '*' will delete backups whose name starts with that text. When deleting multiple backups, delete_all_backups must be set to true.</description></item><item><title>/drop/backup</title><link>/7.2/aws/api/rest/drop_backup_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/drop_backup_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/drop/backup Deletes one or more existing database backups and contained snapshots, accessible via the data sink specified by input parameter datasink_name.
Input Parameter Description Name Type Description backup_name string Name of the backup to be deleted. An empty string or '*' will delete all existing backups. Any text followed by a '*' will delete backups whose name starts with that text. When deleting multiple backups, delete_all_backups must be set to true.</description></item><item><title>/drop/catalog</title><link>/7.2/api/rest/drop_catalog_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/drop_catalog_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/drop/catalog Drops an existing catalog. Any external tables that depend on the catalog must be dropped before it can be dropped.
Input Parameter Description Name Type Description name string Name of the catalog to be dropped. Must be an existing catalog. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/drop/catalog</title><link>/7.2/aws/api/rest/drop_catalog_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/drop_catalog_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/drop/catalog Drops an existing catalog. Any external tables that depend on the catalog must be dropped before it can be dropped.
Input Parameter Description Name Type Description name string Name of the catalog to be dropped. Must be an existing catalog. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/drop/credential</title><link>/7.2/api/rest/drop_credential_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/drop_credential_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/drop/credential Drop an existing credential.
Input Parameter Description Name Type Description credential_name string Name of the credential to be dropped. Must be an existing credential. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/drop/credential</title><link>/7.2/aws/api/rest/drop_credential_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/drop_credential_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/drop/credential Drop an existing credential.
Input Parameter Description Name Type Description credential_name string Name of the credential to be dropped. Must be an existing credential. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/drop/datasink</title><link>/7.2/api/rest/drop_datasink_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/drop_datasink_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/drop/datasink Drops an existing data sink.
By default, if any table monitors use this sink as a destination, the request will be blocked unless option clear_table_monitors is true.
Input Parameter Description Name Type Description name string Name of the data sink to be dropped. Must be an existing data sink. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/drop/datasink</title><link>/7.2/aws/api/rest/drop_datasink_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/drop_datasink_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/drop/datasink Drops an existing data sink.
By default, if any table monitors use this sink as a destination, the request will be blocked unless option clear_table_monitors is true.
Input Parameter Description Name Type Description name string Name of the data sink to be dropped. Must be an existing data sink. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/drop/datasource</title><link>/7.2/api/rest/drop_datasource_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/drop_datasource_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/drop/datasource Drops an existing data source. Any external tables that depend on the data source must be dropped before it can be dropped.
Input Parameter Description Name Type Description name string Name of the data source to be dropped. Must be an existing data source. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/drop/datasource</title><link>/7.2/aws/api/rest/drop_datasource_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/drop_datasource_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/drop/datasource Drops an existing data source. Any external tables that depend on the data source must be dropped before it can be dropped.
Input Parameter Description Name Type Description name string Name of the data source to be dropped. Must be an existing data source. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/drop/environment</title><link>/7.2/api/rest/drop_environment_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/drop_environment_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/drop/environment Drop an existing user-defined function (UDF) environment.
Input Parameter Description Name Type Description environment_name string Name of the environment to be dropped. Must be an existing environment. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description no_error_if_not_exists If true and if the environment specified in input parameter environment_name does not exist, no error is returned.</description></item><item><title>/drop/environment</title><link>/7.2/aws/api/rest/drop_environment_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/drop_environment_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/drop/environment Drop an existing user-defined function (UDF) environment.
Input Parameter Description Name Type Description environment_name string Name of the environment to be dropped. Must be an existing environment. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description no_error_if_not_exists If true and if the environment specified in input parameter environment_name does not exist, no error is returned.</description></item><item><title>/drop/schema</title><link>/7.2/api/rest/drop_schema_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/drop_schema_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/drop/schema Drops an existing SQL-style schema, specified in input parameter schema_name.
Input Parameter Description Name Type Description schema_name string Name of the schema to be dropped. Must be an existing schema. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description no_error_if_not_exists If true and if the schema specified in input parameter schema_name does not exist, no error is returned.</description></item><item><title>/drop/schema</title><link>/7.2/aws/api/rest/drop_schema_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/drop_schema_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/drop/schema Drops an existing SQL-style schema, specified in input parameter schema_name.
Input Parameter Description Name Type Description schema_name string Name of the schema to be dropped. Must be an existing schema. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description no_error_if_not_exists If true and if the schema specified in input parameter schema_name does not exist, no error is returned.</description></item><item><title>/execute/proc</title><link>/7.2/api/rest/execute_proc_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/execute_proc_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/execute/proc Executes a proc. This endpoint is asynchronous and does not wait for the proc to complete before returning.
If the proc being executed is distributed, input parameter input_table_names and input parameter input_column_names may be passed to the proc to use for reading data, and input parameter output_table_names may be passed to the proc to use for writing data.
If the proc being executed is non-distributed, these table parameters will be ignored.</description></item><item><title>/execute/proc</title><link>/7.2/aws/api/rest/execute_proc_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/execute_proc_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/execute/proc Executes a proc. This endpoint is asynchronous and does not wait for the proc to complete before returning.
If the proc being executed is distributed, input parameter input_table_names and input parameter input_column_names may be passed to the proc to use for reading data, and input parameter output_table_names may be passed to the proc to use for writing data.
If the proc being executed is non-distributed, these table parameters will be ignored.</description></item><item><title>/execute/sql</title><link>/7.2/api/rest/execute_sql_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/execute_sql_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/execute/sql Execute a SQL statement (query, DML, or DDL).
See SQL Support for the complete set of supported SQL commands.
When a caller wants all the results from a large query (e.g., more than max_get_records_size records), they can make multiple calls to this endpoint using the input parameter offset and input parameter limit parameters to page through the results. Normally, this will execute the input parameter statement query each time.</description></item><item><title>/execute/sql</title><link>/7.2/aws/api/rest/execute_sql_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/execute_sql_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/execute/sql Execute a SQL statement (query, DML, or DDL).
See SQL Support for the complete set of supported SQL commands.
When a caller wants all the results from a large query (e.g., more than max_get_records_size records), they can make multiple calls to this endpoint using the input parameter offset and input parameter limit parameters to page through the results. Normally, this will execute the input parameter statement query each time.</description></item><item><title>/export/query/metrics</title><link>/7.2/api/rest/export_query_metrics_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/export_query_metrics_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/export/query/metrics Export query metrics to a given destination. Returns query metrics.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description expression Filter for multi query export. filepath Path to export target specified as a filename or existing directory. format Specifies which format to export the metrics.
The default value is json.</description></item><item><title>/export/query/metrics</title><link>/7.2/aws/api/rest/export_query_metrics_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/export_query_metrics_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/export/query/metrics Export query metrics to a given destination. Returns query metrics.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description expression Filter for multi query export. filepath Path to export target specified as a filename or existing directory. format Specifies which format to export the metrics.
The default value is json.</description></item><item><title>/export/records/tofiles</title><link>/7.2/api/rest/export_records_tofiles_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/export_records_tofiles_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/export/records/tofiles Export records from a table to files. All tables can be exported, in full or partial (see columns_to_export and columns_to_skip). Additional filtering can be applied when using export table with expression through SQL. Default destination is KIFS, though other storage types (Azure, S3, GCS, and HDFS) are supported through datasink_name; see &lt;a href="/7.2/7.2/api/rest/create_datasink_rest/">/create/datasink&lt;/a>.
Server's local file system is not supported. Default file format is delimited text. See options for different file types and different options for each file type.</description></item><item><title>/export/records/tofiles</title><link>/7.2/aws/api/rest/export_records_tofiles_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/export_records_tofiles_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/export/records/tofiles Export records from a table to files. All tables can be exported, in full or partial (see columns_to_export and columns_to_skip). Additional filtering can be applied when using export table with expression through SQL. Default destination is KIFS, though other storage types (Azure, S3, GCS, and HDFS) are supported through datasink_name; see &lt;a href="/7.2/7.2/aws/api/rest/create_datasink_rest/">/create/datasink&lt;/a>.
Server's local file system is not supported. Default file format is delimited text. See options for different file types and different options for each file type.</description></item><item><title>/export/records/totable</title><link>/7.2/api/rest/export_records_totable_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/export_records_totable_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/export/records/totable Exports records from source table to the specified target table in an external database.
Input Parameter Description Name Type Description table_name string Name of the table from which the data will be exported to remote database, in [schema_name.]table_name format, using standard name resolution rules. remote_query string Parameterized insert query to export gpudb table data into remote database.
The default value is ''.
options map of string to strings Optional parameters.</description></item><item><title>/export/records/totable</title><link>/7.2/aws/api/rest/export_records_totable_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/export_records_totable_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/export/records/totable Exports records from source table to the specified target table in an external database.
Input Parameter Description Name Type Description table_name string Name of the table from which the data will be exported to remote database, in [schema_name.]table_name format, using standard name resolution rules. remote_query string Parameterized insert query to export gpudb table data into remote database.
The default value is ''.
options map of string to strings Optional parameters.</description></item><item><title>/filter</title><link>/7.2/api/rest/filter_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/filter_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/filter Filters data based on the specified expression. The results are stored in a result set with the given input parameter view_name.
For details see Expressions.
The response message contains the number of points for which the expression evaluated to be true, which is equivalent to the size of the result view.
Input Parameter Description Name Type Description table_name string Name of the table to filter, in [schema_name.]table_name format, using standard name resolution rules.</description></item><item><title>/filter</title><link>/7.2/aws/api/rest/filter_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/filter_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/filter Filters data based on the specified expression. The results are stored in a result set with the given input parameter view_name.
For details see Expressions.
The response message contains the number of points for which the expression evaluated to be true, which is equivalent to the size of the result view.
Input Parameter Description Name Type Description table_name string Name of the table to filter, in [schema_name.]table_name format, using standard name resolution rules.</description></item><item><title>/filter/byarea</title><link>/7.2/api/rest/filter_byarea_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/filter_byarea_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/filter/byarea Calculates which objects from a table are within a named area of interest (NAI/polygon). The operation is synchronous, meaning that a response will not be returned until all the matching objects are fully available. The response payload provides the count of the resulting set. A new resultant set (view) which satisfies the input NAI restriction specification is created with the name input parameter view_name passed in as part of the input.</description></item><item><title>/filter/byarea</title><link>/7.2/aws/api/rest/filter_byarea_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/filter_byarea_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/filter/byarea Calculates which objects from a table are within a named area of interest (NAI/polygon). The operation is synchronous, meaning that a response will not be returned until all the matching objects are fully available. The response payload provides the count of the resulting set. A new resultant set (view) which satisfies the input NAI restriction specification is created with the name input parameter view_name passed in as part of the input.</description></item><item><title>/filter/byarea/geometry</title><link>/7.2/api/rest/filter_byarea_geometry_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/filter_byarea_geometry_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/filter/byarea/geometry Calculates which geospatial geometry objects from a table intersect a named area of interest (NAI/polygon). The operation is synchronous, meaning that a response will not be returned until all the matching objects are fully available. The response payload provides the count of the resulting set. A new resultant set (view) which satisfies the input NAI restriction specification is created with the name input parameter view_name passed in as part of the input.</description></item><item><title>/filter/byarea/geometry</title><link>/7.2/aws/api/rest/filter_byarea_geometry_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/filter_byarea_geometry_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/filter/byarea/geometry Calculates which geospatial geometry objects from a table intersect a named area of interest (NAI/polygon). The operation is synchronous, meaning that a response will not be returned until all the matching objects are fully available. The response payload provides the count of the resulting set. A new resultant set (view) which satisfies the input NAI restriction specification is created with the name input parameter view_name passed in as part of the input.</description></item><item><title>/filter/bybox</title><link>/7.2/api/rest/filter_bybox_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/filter_bybox_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/filter/bybox Calculates how many objects within the given table lie in a rectangular box. The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set. A new resultant set which satisfies the input NAI restriction specification is also created when a input parameter view_name is passed in as part of the input payload.</description></item><item><title>/filter/bybox</title><link>/7.2/aws/api/rest/filter_bybox_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/filter_bybox_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/filter/bybox Calculates how many objects within the given table lie in a rectangular box. The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set. A new resultant set which satisfies the input NAI restriction specification is also created when a input parameter view_name is passed in as part of the input payload.</description></item><item><title>/filter/bybox/geometry</title><link>/7.2/api/rest/filter_bybox_geometry_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/filter_bybox_geometry_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/filter/bybox/geometry Calculates which geospatial geometry objects from a table intersect a rectangular box. The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set. A new resultant set which satisfies the input NAI restriction specification is also created when a input parameter view_name is passed in as part of the input payload.</description></item><item><title>/filter/bybox/geometry</title><link>/7.2/aws/api/rest/filter_bybox_geometry_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/filter_bybox_geometry_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/filter/bybox/geometry Calculates which geospatial geometry objects from a table intersect a rectangular box. The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set. A new resultant set which satisfies the input NAI restriction specification is also created when a input parameter view_name is passed in as part of the input payload.</description></item><item><title>/filter/bygeometry</title><link>/7.2/api/rest/filter_bygeometry_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/filter_bygeometry_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/filter/bygeometry Applies a geometry filter against a geospatial geometry column in a given table or view. The filtering geometry is provided by input parameter input_wkt.
Input Parameter Description Name Type Description table_name string Name of the table on which the filter by geometry will be performed, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table or view containing a geospatial geometry column. view_name string If provided, then this will be the name of the view containing the results, in [schema_name.</description></item><item><title>/filter/bygeometry</title><link>/7.2/aws/api/rest/filter_bygeometry_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/filter_bygeometry_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/filter/bygeometry Applies a geometry filter against a geospatial geometry column in a given table or view. The filtering geometry is provided by input parameter input_wkt.
Input Parameter Description Name Type Description table_name string Name of the table on which the filter by geometry will be performed, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table or view containing a geospatial geometry column. view_name string If provided, then this will be the name of the view containing the results, in [schema_name.</description></item><item><title>/filter/bylist</title><link>/7.2/api/rest/filter_bylist_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/filter_bylist_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/filter/bylist Calculates which records from a table have values in the given list for the corresponding column. The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set. A new resultant set (view) which satisfies the input filter specification is also created if a input parameter view_name is passed in as part of the request.</description></item><item><title>/filter/bylist</title><link>/7.2/aws/api/rest/filter_bylist_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/filter_bylist_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/filter/bylist Calculates which records from a table have values in the given list for the corresponding column. The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set. A new resultant set (view) which satisfies the input filter specification is also created if a input parameter view_name is passed in as part of the request.</description></item><item><title>/filter/byradius</title><link>/7.2/api/rest/filter_byradius_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/filter_byradius_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/filter/byradius Calculates which objects from a table lie within a circle with the given radius and center point (i.e. circular NAI). The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set. A new resultant set (view) which satisfies the input circular NAI restriction specification is also created if a input parameter view_name is passed in as part of the request.</description></item><item><title>/filter/byradius</title><link>/7.2/aws/api/rest/filter_byradius_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/filter_byradius_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/filter/byradius Calculates which objects from a table lie within a circle with the given radius and center point (i.e. circular NAI). The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set. A new resultant set (view) which satisfies the input circular NAI restriction specification is also created if a input parameter view_name is passed in as part of the request.</description></item><item><title>/filter/byradius/geometry</title><link>/7.2/api/rest/filter_byradius_geometry_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/filter_byradius_geometry_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/filter/byradius/geometry Calculates which geospatial geometry objects from a table intersect a circle with the given radius and center point (i.e. circular NAI). The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set. A new resultant set (view) which satisfies the input circular NAI restriction specification is also created if a input parameter view_name is passed in as part of the request.</description></item><item><title>/filter/byradius/geometry</title><link>/7.2/aws/api/rest/filter_byradius_geometry_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/filter_byradius_geometry_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/filter/byradius/geometry Calculates which geospatial geometry objects from a table intersect a circle with the given radius and center point (i.e. circular NAI). The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set. A new resultant set (view) which satisfies the input circular NAI restriction specification is also created if a input parameter view_name is passed in as part of the request.</description></item><item><title>/filter/byrange</title><link>/7.2/api/rest/filter_byrange_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/filter_byrange_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/filter/byrange Calculates which objects from a table have a column that is within the given bounds. An object from the table identified by input parameter table_name is added to the view input parameter view_name if its column is within [input parameter lower_bound, input parameter upper_bound] (inclusive). The operation is synchronous. The response provides a count of the number of objects which passed the bound filter. Although this functionality can also be accomplished with the standard filter function, it is more efficient.</description></item><item><title>/filter/byrange</title><link>/7.2/aws/api/rest/filter_byrange_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/filter_byrange_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/filter/byrange Calculates which objects from a table have a column that is within the given bounds. An object from the table identified by input parameter table_name is added to the view input parameter view_name if its column is within [input parameter lower_bound, input parameter upper_bound] (inclusive). The operation is synchronous. The response provides a count of the number of objects which passed the bound filter. Although this functionality can also be accomplished with the standard filter function, it is more efficient.</description></item><item><title>/filter/byseries</title><link>/7.2/api/rest/filter_byseries_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/filter_byseries_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/filter/byseries Filters objects matching all points of the given track (works only on track type data). It allows users to specify a particular track to find all other points in the table that fall within specified ranges (spatial and temporal) of all points of the given track. Additionally, the user can specify another track to see if the two intersect (or go close to each other within the specified ranges).</description></item><item><title>/filter/byseries</title><link>/7.2/aws/api/rest/filter_byseries_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/filter_byseries_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/filter/byseries Filters objects matching all points of the given track (works only on track type data). It allows users to specify a particular track to find all other points in the table that fall within specified ranges (spatial and temporal) of all points of the given track. Additionally, the user can specify another track to see if the two intersect (or go close to each other within the specified ranges).</description></item><item><title>/filter/bystring</title><link>/7.2/api/rest/filter_bystring_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/filter_bystring_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/filter/bystring Calculates which objects from a table or view match a string expression for the given string columns. Setting case_sensitive can modify case sensitivity in matching for all modes except search. For search mode details and limitations, see Full Text Search.
Input Parameter Description Name Type Description table_name string Name of the table on which the filter operation will be performed, in [schema_name.]table_name format, using standard name resolution rules.</description></item><item><title>/filter/bystring</title><link>/7.2/aws/api/rest/filter_bystring_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/filter_bystring_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/filter/bystring Calculates which objects from a table or view match a string expression for the given string columns. Setting case_sensitive can modify case sensitivity in matching for all modes except search. For search mode details and limitations, see Full Text Search.
Input Parameter Description Name Type Description table_name string Name of the table on which the filter operation will be performed, in [schema_name.]table_name format, using standard name resolution rules.</description></item><item><title>/filter/bytable</title><link>/7.2/api/rest/filter_bytable_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/filter_bytable_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/filter/bytable Filters objects in one table based on objects in another table. The user must specify matching column types from the two tables (i.e. the target table from which objects will be filtered and the source table based on which the filter will be created); the column names need not be the same. If a input parameter view_name is specified, then the filtered objects will then be put in a newly created view.</description></item><item><title>/filter/bytable</title><link>/7.2/aws/api/rest/filter_bytable_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/filter_bytable_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/filter/bytable Filters objects in one table based on objects in another table. The user must specify matching column types from the two tables (i.e. the target table from which objects will be filtered and the source table based on which the filter will be created); the column names need not be the same. If a input parameter view_name is specified, then the filtered objects will then be put in a newly created view.</description></item><item><title>/filter/byvalue</title><link>/7.2/api/rest/filter_byvalue_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/filter_byvalue_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/filter/byvalue Calculates which objects from a table has a particular value for a particular column. The input parameters provide a way to specify either a String or a Double valued column and a desired value for the column on which the filter is performed. The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set.</description></item><item><title>/filter/byvalue</title><link>/7.2/aws/api/rest/filter_byvalue_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/filter_byvalue_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/filter/byvalue Calculates which objects from a table has a particular value for a particular column. The input parameters provide a way to specify either a String or a Double valued column and a desired value for the column on which the filter is performed. The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set.</description></item><item><title>/get/graph/entities</title><link>/7.2/api/rest/get_graph_entities_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/get_graph_entities_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/get/graph/entities Retrieves node or edge entities from an existing graph, with pagination support via offset and limit. Use &lt;a href="/7.2/7.2/api/rest/show_graph_rest/">/show/graph&lt;/a> to obtain the total number of nodes and edges.
Input Parameter Description Name Type Description graph_name string Name of the graph from which to retrieve entities. offset long Starting index of the entities to retrieve (0-based).
The default value is 0.
limit long Number of entities to retrieve starting from input parameter offset.</description></item><item><title>/get/graph/entities</title><link>/7.2/aws/api/rest/get_graph_entities_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/get_graph_entities_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/get/graph/entities Retrieves node or edge entities from an existing graph, with pagination support via offset and limit. Use &lt;a href="/7.2/7.2/aws/api/rest/show_graph_rest/">/show/graph&lt;/a> to obtain the total number of nodes and edges.
Input Parameter Description Name Type Description graph_name string Name of the graph from which to retrieve entities. offset long Starting index of the entities to retrieve (0-based).
The default value is 0.
limit long Number of entities to retrieve starting from input parameter offset.</description></item><item><title>/get/job</title><link>/7.2/api/rest/get_job_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/get_job_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/get/job Get the status and result of asynchronously running job. See the &lt;a href="/7.2/7.2/api/rest/create_job_rest/">/create/job&lt;/a> for starting an asynchronous job. Some fields of the response are filled only after the submitted job has finished execution.
Input Parameter Description Name Type Description job_id long A unique identifier for the job whose status and result is to be fetched. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/get/job</title><link>/7.2/aws/api/rest/get_job_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/get_job_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/get/job Get the status and result of asynchronously running job. See the &lt;a href="/7.2/7.2/aws/api/rest/create_job_rest/">/create/job&lt;/a> for starting an asynchronous job. Some fields of the response are filled only after the submitted job has finished execution.
Input Parameter Description Name Type Description job_id long A unique identifier for the job whose status and result is to be fetched. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/get/records</title><link>/7.2/api/rest/get_records_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/get_records_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/get/records Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column. This operation can be performed on tables and views. Records can be returned encoded as binary, json, or geojson.
This operation supports paging through the data via the input parameter offset and input parameter limit parameters. Note that when paging through a table, if the table (or the underlying table in case of a view) is updated (records are inserted, deleted or modified) the records retrieved may differ between calls based on the updates applied.</description></item><item><title>/get/records</title><link>/7.2/aws/api/rest/get_records_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/get_records_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/get/records Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column. This operation can be performed on tables and views. Records can be returned encoded as binary, json, or geojson.
This operation supports paging through the data via the input parameter offset and input parameter limit parameters. Note that when paging through a table, if the table (or the underlying table in case of a view) is updated (records are inserted, deleted or modified) the records retrieved may differ between calls based on the updates applied.</description></item><item><title>/get/records/bycolumn</title><link>/7.2/api/rest/get_records_bycolumn_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/get_records_bycolumn_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/get/records/bycolumn For a given table, retrieves the values from the requested column(s). Maps of column name to the array of values as well as the column data type are returned. This endpoint supports pagination with the input parameter offset and input parameter limit parameters.
Window functions, which can perform operations like moving averages, are available through this endpoint as well as &lt;a href="/7.2/7.2/api/rest/create_projection_rest/">/create/projection&lt;/a>.
When using pagination, if the table (or the underlying table in the case of a view) is modified (records are inserted, updated, or deleted) during a call to the endpoint, the records or values retrieved may differ between calls based on the type of the update, e.</description></item><item><title>/get/records/bycolumn</title><link>/7.2/aws/api/rest/get_records_bycolumn_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/get_records_bycolumn_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/get/records/bycolumn For a given table, retrieves the values from the requested column(s). Maps of column name to the array of values as well as the column data type are returned. This endpoint supports pagination with the input parameter offset and input parameter limit parameters.
Window functions, which can perform operations like moving averages, are available through this endpoint as well as &lt;a href="/7.2/7.2/aws/api/rest/create_projection_rest/">/create/projection&lt;/a>.
When using pagination, if the table (or the underlying table in the case of a view) is modified (records are inserted, updated, or deleted) during a call to the endpoint, the records or values retrieved may differ between calls based on the type of the update, e.</description></item><item><title>/get/records/byseries</title><link>/7.2/api/rest/get_records_byseries_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/get_records_byseries_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/get/records/byseries Retrieves the complete series/track records from the given input parameter world_table_name based on the partial track information contained in the input parameter table_name.
This operation supports paging through the data via the input parameter offset and input parameter limit parameters.
In contrast to &lt;a href="/7.2/7.2/api/rest/get_records_rest/">/get/records&lt;/a> this returns records grouped by series/track. So if input parameter offset is 0 and input parameter limit is 5 this operation would return the first 5 series/tracks in input parameter table_name.</description></item><item><title>/get/records/byseries</title><link>/7.2/aws/api/rest/get_records_byseries_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/get_records_byseries_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/get/records/byseries Retrieves the complete series/track records from the given input parameter world_table_name based on the partial track information contained in the input parameter table_name.
This operation supports paging through the data via the input parameter offset and input parameter limit parameters.
In contrast to &lt;a href="/7.2/7.2/aws/api/rest/get_records_rest/">/get/records&lt;/a> this returns records grouped by series/track. So if input parameter offset is 0 and input parameter limit is 5 this operation would return the first 5 series/tracks in input parameter table_name.</description></item><item><title>/get/records/fromcollection</title><link>/7.2/api/rest/get_records_fromcollection_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/get_records_fromcollection_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/get/records/fromcollection Retrieves records from a collection. The operation can optionally return the record IDs which can be used in certain queries such as &lt;a href="/7.2/7.2/api/rest/delete_records_rest/">/delete/records&lt;/a>.
This operation supports paging through the data via the input parameter offset and input parameter limit parameters.
Note that when using the Java API, it is not possible to retrieve records from join views using this operation. (DEPRECATED)
Input Parameter Description Name Type Description table_name string Name of the collection or table from which records are to be retrieved, in [schema_name.</description></item><item><title>/get/records/fromcollection</title><link>/7.2/aws/api/rest/get_records_fromcollection_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/get_records_fromcollection_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/get/records/fromcollection Retrieves records from a collection. The operation can optionally return the record IDs which can be used in certain queries such as &lt;a href="/7.2/7.2/aws/api/rest/delete_records_rest/">/delete/records&lt;/a>.
This operation supports paging through the data via the input parameter offset and input parameter limit parameters.
Note that when using the Java API, it is not possible to retrieve records from join views using this operation. (DEPRECATED)
Input Parameter Description Name Type Description table_name string Name of the collection or table from which records are to be retrieved, in [schema_name.</description></item><item><title>/get/records/json</title><link>/7.2/api/rest/get_records_json_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/get_records_json_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/get/records/json Overview Usage Parameters Examples Responses Overview Kinetica provides a direct JSON egress service to allow records to be retrieved as raw JSON from the database.
Several options can be used to identify &amp;amp; filter the data being requested. There is also limited support for aggregation.
JSON objects will be returned as an array:
Single or Multiple Records 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 [ { &amp;#34;id&amp;#34;: 1, &amp;#34;category&amp;#34;: &amp;#34;Furniture&amp;#34;, &amp;#34;name&amp;#34;: &amp;#34;Clamp-on Lamps&amp;#34;, &amp;#34;description&amp;#34;: &amp;#34;Strong, steadfast fasteners; localized lighting for laboring&amp;#34;, &amp;#34;stock&amp;#34;: 10 }, { &amp;#34;id&amp;#34;: 14, &amp;#34;category&amp;#34;: &amp;#34;Technology&amp;#34;, &amp;#34;name&amp;#34;: &amp;#34;Dot Matrix Printers&amp;#34;, &amp;#34;description&amp;#34;: &amp;#34;Impactful industrial implements for impressing ink iteratively&amp;#34;, &amp;#34;stock&amp;#34;: 27 } ] For examples, see Examples or JSON Egress Snippets.</description></item><item><title>/get/records/json</title><link>/7.2/aws/api/rest/get_records_json_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/get_records_json_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/get/records/json Overview Usage Parameters Examples Responses Overview Kinetica provides a direct JSON egress service to allow records to be retrieved as raw JSON from the database.
Several options can be used to identify &amp;amp; filter the data being requested. There is also limited support for aggregation.
JSON objects will be returned as an array:
Single or Multiple Records 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 [ { &amp;#34;id&amp;#34;: 1, &amp;#34;category&amp;#34;: &amp;#34;Furniture&amp;#34;, &amp;#34;name&amp;#34;: &amp;#34;Clamp-on Lamps&amp;#34;, &amp;#34;description&amp;#34;: &amp;#34;Strong, steadfast fasteners; localized lighting for laboring&amp;#34;, &amp;#34;stock&amp;#34;: 10 }, { &amp;#34;id&amp;#34;: 14, &amp;#34;category&amp;#34;: &amp;#34;Technology&amp;#34;, &amp;#34;name&amp;#34;: &amp;#34;Dot Matrix Printers&amp;#34;, &amp;#34;description&amp;#34;: &amp;#34;Impactful industrial implements for impressing ink iteratively&amp;#34;, &amp;#34;stock&amp;#34;: 27 } ] For examples, see Examples or JSON Egress Snippets.</description></item><item><title>/grant/permission</title><link>/7.2/api/rest/grant_permission_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/grant_permission_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/grant/permission Grant user or role the specified permission on the specified object.
Input Parameter Description Name Type Description principal string Name of the user or role for which the permission is being granted. Must be an existing user or role.
The default value is ''.
object string Name of object permission is being granted to. It is recommended to use a fully-qualified name when possible. object_type string The type of object being granted to.</description></item><item><title>/grant/permission</title><link>/7.2/aws/api/rest/grant_permission_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/grant_permission_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/grant/permission Grant user or role the specified permission on the specified object.
Input Parameter Description Name Type Description principal string Name of the user or role for which the permission is being granted. Must be an existing user or role.
The default value is ''.
object string Name of object permission is being granted to. It is recommended to use a fully-qualified name when possible. object_type string The type of object being granted to.</description></item><item><title>/grant/permission/credential</title><link>/7.2/api/rest/grant_permission_credential_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/grant_permission_credential_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/grant/permission/credential Grants a credential-level permission to a user or role.
Input Parameter Description Name Type Description name string Name of the user or role to which the permission will be granted. Must be an existing user or role. permission string Permission to grant to the user or role.
Supported Values Description credential_admin Full read/write and administrative access on the credential. credential_read Ability to read and use the credential. credential_name string Name of the credential on which the permission will be granted.</description></item><item><title>/grant/permission/credential</title><link>/7.2/aws/api/rest/grant_permission_credential_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/grant_permission_credential_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/grant/permission/credential Grants a credential-level permission to a user or role.
Input Parameter Description Name Type Description name string Name of the user or role to which the permission will be granted. Must be an existing user or role. permission string Permission to grant to the user or role.
Supported Values Description credential_admin Full read/write and administrative access on the credential. credential_read Ability to read and use the credential. credential_name string Name of the credential on which the permission will be granted.</description></item><item><title>/grant/permission/datasource</title><link>/7.2/api/rest/grant_permission_datasource_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/grant_permission_datasource_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/grant/permission/datasource Grants a data source permission to a user or role.
Input Parameter Description Name Type Description name string Name of the user or role to which the permission will be granted. Must be an existing user or role. permission string Permission to grant to the user or role.
Supported Values Description admin Admin access on the given data source. connect Connect access on the given data source. datasource_name string Name of the data source on which the permission will be granted.</description></item><item><title>/grant/permission/datasource</title><link>/7.2/aws/api/rest/grant_permission_datasource_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/grant_permission_datasource_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/grant/permission/datasource Grants a data source permission to a user or role.
Input Parameter Description Name Type Description name string Name of the user or role to which the permission will be granted. Must be an existing user or role. permission string Permission to grant to the user or role.
Supported Values Description admin Admin access on the given data source. connect Connect access on the given data source. datasource_name string Name of the data source on which the permission will be granted.</description></item><item><title>/grant/permission/directory</title><link>/7.2/api/rest/grant_permission_directory_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/grant_permission_directory_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/grant/permission/directory Grants a KiFS directory-level permission to a user or role.
Input Parameter Description Name Type Description name string Name of the user or role to which the permission will be granted. Must be an existing user or role. permission string Permission to grant to the user or role.
Supported Values Description directory_read For files in the directory, access to list files, download files, or use files in server side functions.</description></item><item><title>/grant/permission/directory</title><link>/7.2/aws/api/rest/grant_permission_directory_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/grant_permission_directory_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/grant/permission/directory Grants a KiFS directory-level permission to a user or role.
Input Parameter Description Name Type Description name string Name of the user or role to which the permission will be granted. Must be an existing user or role. permission string Permission to grant to the user or role.
Supported Values Description directory_read For files in the directory, access to list files, download files, or use files in server side functions.</description></item><item><title>/grant/permission/proc</title><link>/7.2/api/rest/grant_permission_proc_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/grant_permission_proc_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/grant/permission/proc Grants a proc-level permission to a user or role.
Input Parameter Description Name Type Description name string Name of the user or role to which the permission will be granted. Must be an existing user or role. permission string Permission to grant to the user or role.
Supported Values Description proc_admin Admin access to the proc. proc_execute Execute access to the proc. proc_name string Name of the proc to which the permission grants access.</description></item><item><title>/grant/permission/proc</title><link>/7.2/aws/api/rest/grant_permission_proc_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/grant_permission_proc_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/grant/permission/proc Grants a proc-level permission to a user or role.
Input Parameter Description Name Type Description name string Name of the user or role to which the permission will be granted. Must be an existing user or role. permission string Permission to grant to the user or role.
Supported Values Description proc_admin Admin access to the proc. proc_execute Execute access to the proc. proc_name string Name of the proc to which the permission grants access.</description></item><item><title>/grant/permission/system</title><link>/7.2/api/rest/grant_permission_system_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/grant_permission_system_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/grant/permission/system Grants a system-level permission to a user or role.
Input Parameter Description Name Type Description name string Name of the user or role to which the permission will be granted. Must be an existing user or role. permission string Permission to grant to the user or role.
Supported Values Description system_admin Full access to all data and system functions. system_user_admin Access to administer users and roles that do not have system_admin permission.</description></item><item><title>/grant/permission/system</title><link>/7.2/aws/api/rest/grant_permission_system_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/grant_permission_system_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/grant/permission/system Grants a system-level permission to a user or role.
Input Parameter Description Name Type Description name string Name of the user or role to which the permission will be granted. Must be an existing user or role. permission string Permission to grant to the user or role.
Supported Values Description system_admin Full access to all data and system functions. system_user_admin Access to administer users and roles that do not have system_admin permission.</description></item><item><title>/grant/permission/table</title><link>/7.2/api/rest/grant_permission_table_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/grant_permission_table_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/grant/permission/table Grants a table-level permission to a user or role.
Input Parameter Description Name Type Description name string Name of the user or role to which the permission will be granted. Must be an existing user or role. permission string Permission to grant to the user or role.
Supported Values Description table_admin Full read/write and administrative access to the table. table_insert Insert access to the table. table_update Update access to the table.</description></item><item><title>/grant/permission/table</title><link>/7.2/aws/api/rest/grant_permission_table_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/grant_permission_table_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/grant/permission/table Grants a table-level permission to a user or role.
Input Parameter Description Name Type Description name string Name of the user or role to which the permission will be granted. Must be an existing user or role. permission string Permission to grant to the user or role.
Supported Values Description table_admin Full read/write and administrative access to the table. table_insert Insert access to the table. table_update Update access to the table.</description></item><item><title>/grant/role</title><link>/7.2/api/rest/grant_role_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/grant_role_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/grant/role Grants membership in a role to a user or role.
Input Parameter Description Name Type Description role string Name of the role in which membership will be granted. Must be an existing role. member string Name of the user or role that will be granted membership in input parameter role. Must be an existing user or role. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/grant/role</title><link>/7.2/aws/api/rest/grant_role_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/grant_role_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/grant/role Grants membership in a role to a user or role.
Input Parameter Description Name Type Description role string Name of the role in which membership will be granted. Must be an existing role. member string Name of the user or role that will be granted membership in input parameter role. Must be an existing user or role. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/has/permission</title><link>/7.2/api/rest/has_permission_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/has_permission_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/has/permission Checks if the specified user has the specified permission on the specified object.
Input Parameter Description Name Type Description principal string Name of the user for which the permission is being checked. Must be an existing user. If blank, will use the current user.
The default value is ''.
object string Name of object to check for the requested permission. It is recommended to use a fully-qualified name when possible.</description></item><item><title>/has/permission</title><link>/7.2/aws/api/rest/has_permission_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/has_permission_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/has/permission Checks if the specified user has the specified permission on the specified object.
Input Parameter Description Name Type Description principal string Name of the user for which the permission is being checked. Must be an existing user. If blank, will use the current user.
The default value is ''.
object string Name of object to check for the requested permission. It is recommended to use a fully-qualified name when possible.</description></item><item><title>/has/proc</title><link>/7.2/api/rest/has_proc_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/has_proc_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/has/proc Checks the existence of a proc with the given name.
Input Parameter Description Name Type Description proc_name string Name of the proc to check for existence. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/has/proc</title><link>/7.2/aws/api/rest/has_proc_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/has_proc_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/has/proc Checks the existence of a proc with the given name.
Input Parameter Description Name Type Description proc_name string Name of the proc to check for existence. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/has/role</title><link>/7.2/api/rest/has_role_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/has_role_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/has/role Checks if the specified user has the specified role.
Input Parameter Description Name Type Description principal string Name of the user for which role membership is being checked. Must be an existing user. If blank, will use the current user.
The default value is ''.
role string Name of role to check for membership. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/has/role</title><link>/7.2/aws/api/rest/has_role_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/has_role_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/has/role Checks if the specified user has the specified role.
Input Parameter Description Name Type Description principal string Name of the user for which role membership is being checked. Must be an existing user. If blank, will use the current user.
The default value is ''.
role string Name of role to check for membership. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/has/schema</title><link>/7.2/api/rest/has_schema_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/has_schema_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/has/schema Checks for the existence of a schema with the given name.
Input Parameter Description Name Type Description schema_name string Name of the schema to check for existence, in root, using standard name resolution rules. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/has/schema</title><link>/7.2/aws/api/rest/has_schema_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/has_schema_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/has/schema Checks for the existence of a schema with the given name.
Input Parameter Description Name Type Description schema_name string Name of the schema to check for existence, in root, using standard name resolution rules. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/has/table</title><link>/7.2/api/rest/has_table_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/has_table_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/has/table Checks for the existence of a table with the given name.
Input Parameter Description Name Type Description table_name string Name of the table to check for existence, in [schema_name.]table_name format, using standard name resolution rules. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/has/table</title><link>/7.2/aws/api/rest/has_table_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/has_table_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/has/table Checks for the existence of a table with the given name.
Input Parameter Description Name Type Description table_name string Name of the table to check for existence, in [schema_name.]table_name format, using standard name resolution rules. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/has/type</title><link>/7.2/api/rest/has_type_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/has_type_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/has/type Check for the existence of a type.
Input Parameter Description Name Type Description type_id string Id of the type returned in response to &lt;a href="/7.2/7.2/api/rest/create_type_rest/">/create/type&lt;/a> request. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/has/type</title><link>/7.2/aws/api/rest/has_type_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/has_type_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/has/type Check for the existence of a type.
Input Parameter Description Name Type Description type_id string Id of the type returned in response to &lt;a href="/7.2/7.2/aws/api/rest/create_type_rest/">/create/type&lt;/a> request. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/insert/records</title><link>/7.2/api/rest/insert_records_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/insert_records_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/insert/records Adds multiple records to the specified table. The operation is synchronous, meaning that a response will not be returned until all the records are fully inserted and available. The response payload provides the counts of the number of records actually inserted and/or updated, and can provide the unique identifier of each added record.
The input parameter options parameter can be used to customize this function's behavior.
The update_on_existing_pk option specifies the record collision policy for inserting into a table with a primary key, but is ignored if no primary key exists.</description></item><item><title>/insert/records</title><link>/7.2/aws/api/rest/insert_records_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/insert_records_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/insert/records Adds multiple records to the specified table. The operation is synchronous, meaning that a response will not be returned until all the records are fully inserted and available. The response payload provides the counts of the number of records actually inserted and/or updated, and can provide the unique identifier of each added record.
The input parameter options parameter can be used to customize this function's behavior.
The update_on_existing_pk option specifies the record collision policy for inserting into a table with a primary key, but is ignored if no primary key exists.</description></item><item><title>/insert/records/fromfiles</title><link>/7.2/api/rest/insert_records_fromfiles_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/insert_records_fromfiles_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/insert/records/fromfiles Reads from one or more files and inserts the data into a new or existing table. The source data can be located either in KiFS; on the cluster, accessible to the database; or remotely, accessible via a pre-defined external data source.
For delimited text files, there are two loading schemes: positional and name-based. The name-based loading scheme is enabled when the file has a header present and text_has_header is set to true.</description></item><item><title>/insert/records/fromfiles</title><link>/7.2/aws/api/rest/insert_records_fromfiles_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/insert_records_fromfiles_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/insert/records/fromfiles Reads from one or more files and inserts the data into a new or existing table. The source data can be located either in KiFS; on the cluster, accessible to the database; or remotely, accessible via a pre-defined external data source.
For delimited text files, there are two loading schemes: positional and name-based. The name-based loading scheme is enabled when the file has a header present and text_has_header is set to true.</description></item><item><title>/insert/records/frompayload</title><link>/7.2/api/rest/insert_records_frompayload_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/insert_records_frompayload_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/insert/records/frompayload Reads from the given text-based or binary payload and inserts the data into a new or existing table. The table will be created if it doesn't already exist.
Returns once all records are processed.
Input Parameter Description Name Type Description table_name string Name of the table into which the data will be inserted, in [schema_name.]table_name format, using standard name resolution rules. If the table does not exist, the table will be created using either an existing type_id or the type inferred from the payload, and the new table name will have to meet standard table naming criteria.</description></item><item><title>/insert/records/frompayload</title><link>/7.2/aws/api/rest/insert_records_frompayload_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/insert_records_frompayload_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/insert/records/frompayload Reads from the given text-based or binary payload and inserts the data into a new or existing table. The table will be created if it doesn't already exist.
Returns once all records are processed.
Input Parameter Description Name Type Description table_name string Name of the table into which the data will be inserted, in [schema_name.]table_name format, using standard name resolution rules. If the table does not exist, the table will be created using either an existing type_id or the type inferred from the payload, and the new table name will have to meet standard table naming criteria.</description></item><item><title>/insert/records/fromquery</title><link>/7.2/api/rest/insert_records_fromquery_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/insert_records_fromquery_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/insert/records/fromquery Computes remote query result and inserts the result data into a new or existing table.
Input Parameter Description Name Type Description table_name string Name of the table into which the data will be inserted, in [schema_name.]table_name format, using standard name resolution rules. If the table does not exist, the table will be created using either an existing type_id or the type inferred from the remote query, and the new table name will have to meet standard table naming criteria.</description></item><item><title>/insert/records/fromquery</title><link>/7.2/aws/api/rest/insert_records_fromquery_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/insert_records_fromquery_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/insert/records/fromquery Computes remote query result and inserts the result data into a new or existing table.
Input Parameter Description Name Type Description table_name string Name of the table into which the data will be inserted, in [schema_name.]table_name format, using standard name resolution rules. If the table does not exist, the table will be created using either an existing type_id or the type inferred from the remote query, and the new table name will have to meet standard table naming criteria.</description></item><item><title>/insert/records/json</title><link>/7.2/api/rest/insert_records_json_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/insert_records_json_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/insert/records/json Overview Usage Examples Responses Overview Kinetica provides a direct JSON ingest service to allow raw JSON to be translated into records and inserted into the database.
If the target table exists, inserted records will be appended to it.
If the target table does not exist, it will be created automatically, with type inferencing used to determine column types &amp;amp; sizes, before inserting data.
Tip
To ensure a particular column ordering with a created target table, use the columns_to_load parameter, specifying all columns in the desired order.</description></item><item><title>/insert/records/json</title><link>/7.2/aws/api/rest/insert_records_json_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/insert_records_json_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/insert/records/json Overview Usage Examples Responses Overview Kinetica provides a direct JSON ingest service to allow raw JSON to be translated into records and inserted into the database.
If the target table exists, inserted records will be appended to it.
If the target table does not exist, it will be created automatically, with type inferencing used to determine column types &amp;amp; sizes, before inserting data.
Tip
To ensure a particular column ordering with a created target table, use the columns_to_load parameter, specifying all columns in the desired order.</description></item><item><title>/insert/records/random</title><link>/7.2/api/rest/insert_records_random_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/insert_records_random_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/insert/records/random Generates a specified number of random records and adds them to the given table. There is an optional parameter that allows the user to customize the ranges of the column values. It also allows the user to specify linear profiles for some or all columns in which case linear values are generated rather than random ones. Only individual tables are supported for this operation.
This operation is synchronous, meaning that a response will not be returned until all random records are fully available.</description></item><item><title>/insert/records/random</title><link>/7.2/aws/api/rest/insert_records_random_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/insert_records_random_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/insert/records/random Generates a specified number of random records and adds them to the given table. There is an optional parameter that allows the user to customize the ranges of the column values. It also allows the user to specify linear profiles for some or all columns in which case linear values are generated rather than random ones. Only individual tables are supported for this operation.
This operation is synchronous, meaning that a response will not be returned until all random records are fully available.</description></item><item><title>/insert/symbol</title><link>/7.2/api/rest/insert_symbol_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/insert_symbol_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/insert/symbol Adds a symbol or icon (i.e. an image) to represent data points when data is rendered visually. Users must provide the symbol identifier (string), a format (currently supported: 'svg' and 'svg_path'), the data for the symbol, and any additional optional parameter (e.g. color). To have a symbol used for rendering create a table with a string column named 'SYMBOLCODE' (along with 'x' or 'y' for example). Then when the table is rendered (via WMS) if the 'dosymbology' parameter is 'true' then the value of the 'SYMBOLCODE' column is used to pick the symbol displayed for each point.</description></item><item><title>/insert/symbol</title><link>/7.2/aws/api/rest/insert_symbol_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/insert_symbol_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/insert/symbol Adds a symbol or icon (i.e. an image) to represent data points when data is rendered visually. Users must provide the symbol identifier (string), a format (currently supported: 'svg' and 'svg_path'), the data for the symbol, and any additional optional parameter (e.g. color). To have a symbol used for rendering create a table with a string column named 'SYMBOLCODE' (along with 'x' or 'y' for example). Then when the table is rendered (via WMS) if the 'dosymbology' parameter is 'true' then the value of the 'SYMBOLCODE' column is used to pick the symbol displayed for each point.</description></item><item><title>/kill/proc</title><link>/7.2/api/rest/kill_proc_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/kill_proc_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/kill/proc Kills a running proc instance.
Input Parameter Description Name Type Description run_id string The run ID of a running proc instance. If a proc with a matching run ID is not found or the proc instance has already completed, no procs will be killed. If not specified, all running proc instances will be killed.
The default value is ''.
options map of string to strings Optional parameters.</description></item><item><title>/kill/proc</title><link>/7.2/aws/api/rest/kill_proc_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/kill_proc_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/kill/proc Kills a running proc instance.
Input Parameter Description Name Type Description run_id string The run ID of a running proc instance. If a proc with a matching run ID is not found or the proc instance has already completed, no procs will be killed. If not specified, all running proc instances will be killed.
The default value is ''.
options map of string to strings Optional parameters.</description></item><item><title>/lock/table</title><link>/7.2/api/rest/lock_table_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/lock_table_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/lock/table Manages global access to a table's data. By default a table has a input parameter lock_type of read_write, indicating all operations are permitted. A user may request a read_only or a write_only lock, after which only read or write operations, respectively, are permitted on the table until the lock is removed. When input parameter lock_type is no_access then no operations are permitted on the table. The lock status can be queried by setting input parameter lock_type to status.</description></item><item><title>/lock/table</title><link>/7.2/aws/api/rest/lock_table_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/lock_table_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/lock/table Manages global access to a table's data. By default a table has a input parameter lock_type of read_write, indicating all operations are permitted. A user may request a read_only or a write_only lock, after which only read or write operations, respectively, are permitted on the table until the lock is removed. When input parameter lock_type is no_access then no operations are permitted on the table. The lock status can be queried by setting input parameter lock_type to status.</description></item><item><title>/match/graph</title><link>/7.2/api/rest/match_graph_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/match_graph_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/match/graph Matches a directed route implied by a given set of latitude/longitude points to an existing underlying road network graph using a given solution type.
IMPORTANT: It's highly recommended that you review the Graphs and Solvers concepts documentation, the Graph REST Tutorial, and/or some /match/graph examples before using this endpoint.
Input Parameter Description Name Type Description graph_name string Name of the underlying geospatial graph resource to match to using input parameter sample_points.</description></item><item><title>/match/graph</title><link>/7.2/aws/api/rest/match_graph_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/match_graph_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/match/graph Matches a directed route implied by a given set of latitude/longitude points to an existing underlying road network graph using a given solution type.
IMPORTANT: It's highly recommended that you review the Graphs and Solvers concepts documentation, the Graph REST Tutorial, and/or some /match/graph examples before using this endpoint.
Input Parameter Description Name Type Description graph_name string Name of the underlying geospatial graph resource to match to using input parameter sample_points.</description></item><item><title>/modify/graph</title><link>/7.2/api/rest/modify_graph_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/modify_graph_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/modify/graph Update an existing graph network using given nodes, edges, weights, restrictions, and options.
IMPORTANT: It's highly recommended that you review the Graphs and Solvers concepts documentation, and Graph REST Tutorial before using this endpoint.
Input Parameter Description Name Type Description graph_name string Name of the graph resource to modify. nodes array of strings Nodes with which to update existing input parameter nodes in graph specified by input parameter graph_name.</description></item><item><title>/modify/graph</title><link>/7.2/aws/api/rest/modify_graph_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/modify_graph_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/modify/graph Update an existing graph network using given nodes, edges, weights, restrictions, and options.
IMPORTANT: It's highly recommended that you review the Graphs and Solvers concepts documentation, and Graph REST Tutorial before using this endpoint.
Input Parameter Description Name Type Description graph_name string Name of the graph resource to modify. nodes array of strings Nodes with which to update existing input parameter nodes in graph specified by input parameter graph_name.</description></item><item><title>/query/graph</title><link>/7.2/api/rest/query_graph_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/query_graph_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/query/graph Employs a topological query on a graph generated a-priori by &lt;a href="/7.2/7.2/api/rest/create_graph_rest/">/create/graph&lt;/a> and returns a list of adjacent edge(s) or node(s), also known as an adjacency list, depending on what's been provided to the endpoint; providing edges will return nodes and providing nodes will return edges.
To determine the node(s) or edge(s) adjacent to a value from a given column, provide a list of values to input parameter queries.</description></item><item><title>/query/graph</title><link>/7.2/aws/api/rest/query_graph_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/query_graph_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/query/graph Employs a topological query on a graph generated a-priori by &lt;a href="/7.2/7.2/aws/api/rest/create_graph_rest/">/create/graph&lt;/a> and returns a list of adjacent edge(s) or node(s), also known as an adjacency list, depending on what's been provided to the endpoint; providing edges will return nodes and providing nodes will return edges.
To determine the node(s) or edge(s) adjacent to a value from a given column, provide a list of values to input parameter queries.</description></item><item><title>/repartition/graph</title><link>/7.2/api/rest/repartition_graph_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/repartition_graph_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/repartition/graph Rebalances an existing partitioned graph.
IMPORTANT: It's highly recommended that you review the Graphs and Solvers concepts documentation, the Graph REST Tutorial, and/or some graph examples before using this endpoint.
Input Parameter Description Name Type Description graph_name string Name of the graph resource to rebalance. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description new_graph_name If a non-empty value is specified, the original graph will be kept (non-default behavior) and a new balanced graph will be created under this given name.</description></item><item><title>/repartition/graph</title><link>/7.2/aws/api/rest/repartition_graph_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/repartition_graph_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/repartition/graph Rebalances an existing partitioned graph.
IMPORTANT: It's highly recommended that you review the Graphs and Solvers concepts documentation, the Graph REST Tutorial, and/or some graph examples before using this endpoint.
Input Parameter Description Name Type Description graph_name string Name of the graph resource to rebalance. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description new_graph_name If a non-empty value is specified, the original graph will be kept (non-default behavior) and a new balanced graph will be created under this given name.</description></item><item><title>/restore/backup</title><link>/7.2/api/rest/restore_backup_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/restore_backup_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/restore/backup Restores database objects from a backup accessible via the data source specified by input parameter datasource_name.
Input Parameter Description Name Type Description backup_name string Name of the backup to restore from, which must refer to an existing backup.
The default value is ''.
restore_objects_map map of string to strings Map of database objects to be restored from the backup.
Supported Parameters (keys) Parameter Description all All object types and data contained in the given schema(s).</description></item><item><title>/restore/backup</title><link>/7.2/aws/api/rest/restore_backup_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/restore_backup_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/restore/backup Restores database objects from a backup accessible via the data source specified by input parameter datasource_name.
Input Parameter Description Name Type Description backup_name string Name of the backup to restore from, which must refer to an existing backup.
The default value is ''.
restore_objects_map map of string to strings Map of database objects to be restored from the backup.
Supported Parameters (keys) Parameter Description all All object types and data contained in the given schema(s).</description></item><item><title>/revoke/permission</title><link>/7.2/api/rest/revoke_permission_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/revoke_permission_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/revoke/permission Revoke user or role the specified permission on the specified object.
Input Parameter Description Name Type Description principal string Name of the user or role for which the permission is being revoked. Must be an existing user or role.
The default value is ''.
object string Name of object permission is being revoked from. It is recommended to use a fully-qualified name when possible. object_type string The type of object being revoked.</description></item><item><title>/revoke/permission</title><link>/7.2/aws/api/rest/revoke_permission_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/revoke_permission_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/revoke/permission Revoke user or role the specified permission on the specified object.
Input Parameter Description Name Type Description principal string Name of the user or role for which the permission is being revoked. Must be an existing user or role.
The default value is ''.
object string Name of object permission is being revoked from. It is recommended to use a fully-qualified name when possible. object_type string The type of object being revoked.</description></item><item><title>/revoke/permission/credential</title><link>/7.2/api/rest/revoke_permission_credential_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/revoke_permission_credential_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/revoke/permission/credential Revokes a credential-level permission from a user or role.
Input Parameter Description Name Type Description name string Name of the user or role from which the permission will be revoked. Must be an existing user or role. permission string Permission to revoke from the user or role.
Supported Values Description credential_admin Full read/write and administrative access on the credential. credential_read Ability to read and use the credential. credential_name string Name of the credential on which the permission will be revoked.</description></item><item><title>/revoke/permission/credential</title><link>/7.2/aws/api/rest/revoke_permission_credential_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/revoke_permission_credential_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/revoke/permission/credential Revokes a credential-level permission from a user or role.
Input Parameter Description Name Type Description name string Name of the user or role from which the permission will be revoked. Must be an existing user or role. permission string Permission to revoke from the user or role.
Supported Values Description credential_admin Full read/write and administrative access on the credential. credential_read Ability to read and use the credential. credential_name string Name of the credential on which the permission will be revoked.</description></item><item><title>/revoke/permission/datasource</title><link>/7.2/api/rest/revoke_permission_datasource_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/revoke_permission_datasource_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/revoke/permission/datasource Revokes a data source permission from a user or role.
Input Parameter Description Name Type Description name string Name of the user or role from which the permission will be revoked. Must be an existing user or role. permission string Permission to revoke from the user or role.
Supported Values Description admin Admin access on the given data source. connect Connect access on the given data source. datasource_name string Name of the data source on which the permission will be revoked.</description></item><item><title>/revoke/permission/datasource</title><link>/7.2/aws/api/rest/revoke_permission_datasource_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/revoke_permission_datasource_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/revoke/permission/datasource Revokes a data source permission from a user or role.
Input Parameter Description Name Type Description name string Name of the user or role from which the permission will be revoked. Must be an existing user or role. permission string Permission to revoke from the user or role.
Supported Values Description admin Admin access on the given data source. connect Connect access on the given data source. datasource_name string Name of the data source on which the permission will be revoked.</description></item><item><title>/revoke/permission/directory</title><link>/7.2/api/rest/revoke_permission_directory_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/revoke_permission_directory_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/revoke/permission/directory Revokes a KiFS directory-level permission from a user or role.
Input Parameter Description Name Type Description name string Name of the user or role from which the permission will be revoked. Must be an existing user or role. permission string Permission to revoke from the user or role.
Supported Values Description directory_read For files in the directory, access to list files, download files, or use files in server side functions.</description></item><item><title>/revoke/permission/directory</title><link>/7.2/aws/api/rest/revoke_permission_directory_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/revoke_permission_directory_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/revoke/permission/directory Revokes a KiFS directory-level permission from a user or role.
Input Parameter Description Name Type Description name string Name of the user or role from which the permission will be revoked. Must be an existing user or role. permission string Permission to revoke from the user or role.
Supported Values Description directory_read For files in the directory, access to list files, download files, or use files in server side functions.</description></item><item><title>/revoke/permission/proc</title><link>/7.2/api/rest/revoke_permission_proc_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/revoke_permission_proc_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/revoke/permission/proc Revokes a proc-level permission from a user or role.
Input Parameter Description Name Type Description name string Name of the user or role from which the permission will be revoked. Must be an existing user or role. permission string Permission to revoke from the user or role.
Supported Values Description proc_admin Admin access to the proc. proc_execute Execute access to the proc. proc_name string Name of the proc to which the permission grants access.</description></item><item><title>/revoke/permission/proc</title><link>/7.2/aws/api/rest/revoke_permission_proc_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/revoke_permission_proc_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/revoke/permission/proc Revokes a proc-level permission from a user or role.
Input Parameter Description Name Type Description name string Name of the user or role from which the permission will be revoked. Must be an existing user or role. permission string Permission to revoke from the user or role.
Supported Values Description proc_admin Admin access to the proc. proc_execute Execute access to the proc. proc_name string Name of the proc to which the permission grants access.</description></item><item><title>/revoke/permission/system</title><link>/7.2/api/rest/revoke_permission_system_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/revoke_permission_system_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/revoke/permission/system Revokes a system-level permission from a user or role.
Input Parameter Description Name Type Description name string Name of the user or role from which the permission will be revoked. Must be an existing user or role. permission string Permission to revoke from the user or role.
Supported Values Description system_admin Full access to all data and system functions. system_user_admin Access to administer users and roles that do not have system_admin permission.</description></item><item><title>/revoke/permission/system</title><link>/7.2/aws/api/rest/revoke_permission_system_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/revoke_permission_system_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/revoke/permission/system Revokes a system-level permission from a user or role.
Input Parameter Description Name Type Description name string Name of the user or role from which the permission will be revoked. Must be an existing user or role. permission string Permission to revoke from the user or role.
Supported Values Description system_admin Full access to all data and system functions. system_user_admin Access to administer users and roles that do not have system_admin permission.</description></item><item><title>/revoke/permission/table</title><link>/7.2/api/rest/revoke_permission_table_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/revoke_permission_table_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/revoke/permission/table Revokes a table-level permission from a user or role.
Input Parameter Description Name Type Description name string Name of the user or role from which the permission will be revoked. Must be an existing user or role. permission string Permission to revoke from the user or role.
Supported Values Description table_admin Full read/write and administrative access to the table. table_insert Insert access to the table. table_update Update access to the table.</description></item><item><title>/revoke/permission/table</title><link>/7.2/aws/api/rest/revoke_permission_table_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/revoke_permission_table_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/revoke/permission/table Revokes a table-level permission from a user or role.
Input Parameter Description Name Type Description name string Name of the user or role from which the permission will be revoked. Must be an existing user or role. permission string Permission to revoke from the user or role.
Supported Values Description table_admin Full read/write and administrative access to the table. table_insert Insert access to the table. table_update Update access to the table.</description></item><item><title>/revoke/role</title><link>/7.2/api/rest/revoke_role_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/revoke_role_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/revoke/role Revokes membership in a role from a user or role.
Input Parameter Description Name Type Description role string Name of the role in which membership will be revoked. Must be an existing role. member string Name of the user or role that will be revoked membership in input parameter role. Must be an existing user or role. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/revoke/role</title><link>/7.2/aws/api/rest/revoke_role_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/revoke_role_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/revoke/role Revokes membership in a role from a user or role.
Input Parameter Description Name Type Description role string Name of the role in which membership will be revoked. Must be an existing role. member string Name of the user or role that will be revoked membership in input parameter role. Must be an existing user or role. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/show/backup</title><link>/7.2/api/rest/show_backup_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/show_backup_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/show/backup Shows information about one or more backups accessible via the data source specified by input parameter datasource_name.
Input Parameter Description Name Type Description backup_name string Name of the backup. An empty string or '*' will show all existing backups. Any text followed by a '*' will show backups whose name starts with that text.
The default value is ''.
datasource_name string Data source through which the backup is accessible.</description></item><item><title>/show/backup</title><link>/7.2/aws/api/rest/show_backup_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_backup_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/backup Shows information about one or more backups accessible via the data source specified by input parameter datasource_name.
Input Parameter Description Name Type Description backup_name string Name of the backup. An empty string or '*' will show all existing backups. Any text followed by a '*' will show backups whose name starts with that text.
The default value is ''.
datasource_name string Data source through which the backup is accessible.</description></item><item><title>/show/credential</title><link>/7.2/api/rest/show_credential_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/show_credential_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/show/credential Shows information about a specified credential or all credentials.
Input Parameter Description Name Type Description credential_name string Name of the credential on which to retrieve information. The name must refer to a currently existing credential. If '*' is specified, information about all credentials will be returned. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/show/credential</title><link>/7.2/aws/api/rest/show_credential_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_credential_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/credential Shows information about a specified credential or all credentials.
Input Parameter Description Name Type Description credential_name string Name of the credential on which to retrieve information. The name must refer to a currently existing credential. If '*' is specified, information about all credentials will be returned. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/show/datasink</title><link>/7.2/api/rest/show_datasink_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/show_datasink_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/show/datasink Shows information about a specified data sink or all data sinks.
Input Parameter Description Name Type Description name string Name of the data sink for which to retrieve information. The name must refer to a currently existing data sink. If '*' is specified, information about all data sinks will be returned. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/show/datasink</title><link>/7.2/aws/api/rest/show_datasink_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_datasink_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/datasink Shows information about a specified data sink or all data sinks.
Input Parameter Description Name Type Description name string Name of the data sink for which to retrieve information. The name must refer to a currently existing data sink. If '*' is specified, information about all data sinks will be returned. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/show/datasource</title><link>/7.2/api/rest/show_datasource_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/show_datasource_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/show/datasource Shows information about a specified data source or all data sources.
Input Parameter Description Name Type Description name string Name of the data source for which to retrieve information. The name must refer to a currently existing data source. If '*' is specified, information about all data sources will be returned. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/show/datasource</title><link>/7.2/aws/api/rest/show_datasource_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_datasource_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/datasource Shows information about a specified data source or all data sources.
Input Parameter Description Name Type Description name string Name of the data source for which to retrieve information. The name must refer to a currently existing data source. If '*' is specified, information about all data sources will be returned. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/show/directories</title><link>/7.2/api/rest/show_directories_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/show_directories_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/show/directories Shows information about directories in KiFS. Can be used to show a single directory, or all directories.
Input Parameter Description Name Type Description directory_name string The KiFS directory name to show. If empty, shows all directories.
The default value is ''.
options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/show/directories</title><link>/7.2/aws/api/rest/show_directories_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_directories_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/directories Shows information about directories in KiFS. Can be used to show a single directory, or all directories.
Input Parameter Description Name Type Description directory_name string The KiFS directory name to show. If empty, shows all directories.
The default value is ''.
options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/show/environment</title><link>/7.2/api/rest/show_environment_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/show_environment_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/show/environment Shows information about a specified user-defined function (UDF) environment or all environments. Returns detailed information about existing environments.
Input Parameter Description Name Type Description environment_name string Name of the environment on which to retrieve information. The name must refer to a currently existing environment. If '*' or an empty value is specified, information about all environments will be returned.
The default value is ''.
options map of string to strings Optional parameters.</description></item><item><title>/show/environment</title><link>/7.2/aws/api/rest/show_environment_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_environment_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/environment Shows information about a specified user-defined function (UDF) environment or all environments. Returns detailed information about existing environments.
Input Parameter Description Name Type Description environment_name string Name of the environment on which to retrieve information. The name must refer to a currently existing environment. If '*' or an empty value is specified, information about all environments will be returned.
The default value is ''.
options map of string to strings Optional parameters.</description></item><item><title>/show/files</title><link>/7.2/api/rest/show_files_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/show_files_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/show/files Shows information about files in KiFS. Can be used for individual files, or to show all files in a given directory.
Input Parameter Description Name Type Description paths array of strings File paths to show. Each path can be a KiFS directory name, or a full path to a KiFS file. File paths may contain wildcard characters after the KiFS directory delimiter.
Accepted wildcard characters are asterisk (*) to represent any string of zero or more characters, and question mark (?</description></item><item><title>/show/files</title><link>/7.2/aws/api/rest/show_files_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_files_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/files Shows information about files in KiFS. Can be used for individual files, or to show all files in a given directory.
Input Parameter Description Name Type Description paths array of strings File paths to show. Each path can be a KiFS directory name, or a full path to a KiFS file. File paths may contain wildcard characters after the KiFS directory delimiter.
Accepted wildcard characters are asterisk (*) to represent any string of zero or more characters, and question mark (?</description></item><item><title>/show/graph</title><link>/7.2/api/rest/show_graph_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/show_graph_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/show/graph Shows information and characteristics of graphs that exist on the graph server.
Input Parameter Description Name Type Description graph_name string Name of the graph on which to retrieve information. If left as the default value, information about all graphs is returned.
The default value is ''.
options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description show_original_request If set to true, the request that was originally used to create the graph is also returned as JSON.</description></item><item><title>/show/graph</title><link>/7.2/aws/api/rest/show_graph_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_graph_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/graph Shows information and characteristics of graphs that exist on the graph server.
Input Parameter Description Name Type Description graph_name string Name of the graph on which to retrieve information. If left as the default value, information about all graphs is returned.
The default value is ''.
options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description show_original_request If set to true, the request that was originally used to create the graph is also returned as JSON.</description></item><item><title>/show/proc</title><link>/7.2/api/rest/show_proc_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/show_proc_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/show/proc Shows information about a proc.
Input Parameter Description Name Type Description proc_name string Name of the proc to show information about. If specified, must be the name of a currently existing proc. If not specified, information about all procs will be returned.
The default value is ''.
options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description include_files If set to true, the files that make up the proc will be returned.</description></item><item><title>/show/proc</title><link>/7.2/aws/api/rest/show_proc_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_proc_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/proc Shows information about a proc.
Input Parameter Description Name Type Description proc_name string Name of the proc to show information about. If specified, must be the name of a currently existing proc. If not specified, information about all procs will be returned.
The default value is ''.
options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description include_files If set to true, the files that make up the proc will be returned.</description></item><item><title>/show/proc/status</title><link>/7.2/api/rest/show_proc_status_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/show_proc_status_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/show/proc/status Shows the statuses of running or completed proc instances. Results are grouped by run ID (as returned from &lt;a href="/7.2/7.2/api/rest/execute_proc_rest/">/execute/proc&lt;/a>) and data segment ID (each invocation of the proc command on a data segment is assigned a data segment ID).
Input Parameter Description Name Type Description run_id string The run ID of a specific proc instance for which the status will be returned. If a proc with a matching run ID is not found, the response will be empty.</description></item><item><title>/show/proc/status</title><link>/7.2/aws/api/rest/show_proc_status_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_proc_status_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/proc/status Shows the statuses of running or completed proc instances. Results are grouped by run ID (as returned from &lt;a href="/7.2/7.2/aws/api/rest/execute_proc_rest/">/execute/proc&lt;/a>) and data segment ID (each invocation of the proc command on a data segment is assigned a data segment ID).
Input Parameter Description Name Type Description run_id string The run ID of a specific proc instance for which the status will be returned. If a proc with a matching run ID is not found, the response will be empty.</description></item><item><title>/show/resource/objects</title><link>/7.2/api/rest/show_resource_objects_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/show_resource_objects_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/show/resource/objects Returns information about the internal sub-components (tiered objects) which use resources of the system. The request can either return results from actively used objects (default) or it can be used to query the status of the objects of a given list of tables. Returns detailed information about the requested resource objects.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/show/resource/objects</title><link>/7.2/aws/api/rest/show_resource_objects_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_resource_objects_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/resource/objects Returns information about the internal sub-components (tiered objects) which use resources of the system. The request can either return results from actively used objects (default) or it can be used to query the status of the objects of a given list of tables. Returns detailed information about the requested resource objects.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/show/resource/statistics</title><link>/7.2/api/rest/show_resource_statistics_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/show_resource_statistics_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/show/resource/statistics Requests various statistics for storage/memory tiers and resource groups. Returns statistics on a per-rank basis.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query. Here is a description of the various fields of the wrapper:</description></item><item><title>/show/resource/statistics</title><link>/7.2/aws/api/rest/show_resource_statistics_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_resource_statistics_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/resource/statistics Requests various statistics for storage/memory tiers and resource groups. Returns statistics on a per-rank basis.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query. Here is a description of the various fields of the wrapper:</description></item><item><title>/show/resourcegroups</title><link>/7.2/api/rest/show_resourcegroups_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/show_resourcegroups_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/show/resourcegroups Requests resource group properties. Returns detailed information about the requested resource groups.
Input Parameter Description Name Type Description names array of strings List of names of groups to be shown. A single entry with an empty string returns all groups. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description show_default_values If true include values of fields that are based on the default resource group.</description></item><item><title>/show/resourcegroups</title><link>/7.2/aws/api/rest/show_resourcegroups_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_resourcegroups_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/resourcegroups Requests resource group properties. Returns detailed information about the requested resource groups.
Input Parameter Description Name Type Description names array of strings List of names of groups to be shown. A single entry with an empty string returns all groups. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description show_default_values If true include values of fields that are based on the default resource group.</description></item><item><title>/show/schema</title><link>/7.2/api/rest/show_schema_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/show_schema_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/show/schema Retrieves information about a schema (or all schemas), as specified in input parameter schema_name.
Input Parameter Description Name Type Description schema_name string Name of the schema for which to retrieve the information. If blank, then info for all schemas is returned. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description no_error_if_not_exists If false will return an error if the provided input parameter schema_name does not exist.</description></item><item><title>/show/schema</title><link>/7.2/aws/api/rest/show_schema_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_schema_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/schema Retrieves information about a schema (or all schemas), as specified in input parameter schema_name.
Input Parameter Description Name Type Description schema_name string Name of the schema for which to retrieve the information. If blank, then info for all schemas is returned. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description no_error_if_not_exists If false will return an error if the provided input parameter schema_name does not exist.</description></item><item><title>/show/security</title><link>/7.2/api/rest/show_security_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/show_security_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/show/security Shows security information relating to users and/or roles. If the caller is not a system administrator, only information relating to the caller and their roles is returned.
Input Parameter Description Name Type Description names array of strings A list of names of users and/or roles about which security information is requested. If none are provided, information about all users and roles will be returned. options map of string to strings Optional parameters.</description></item><item><title>/show/security</title><link>/7.2/aws/api/rest/show_security_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_security_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/security Shows security information relating to users and/or roles. If the caller is not a system administrator, only information relating to the caller and their roles is returned.
Input Parameter Description Name Type Description names array of strings A list of names of users and/or roles about which security information is requested. If none are provided, information about all users and roles will be returned. options map of string to strings Optional parameters.</description></item><item><title>/show/sql/proc</title><link>/7.2/api/rest/show_sql_proc_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/show_sql_proc_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/show/sql/proc Shows information about SQL procedures, including the full definition of each requested procedure.
Input Parameter Description Name Type Description procedure_name string Name of the procedure for which to retrieve the information. If blank, then information about all procedures is returned.
The default value is ''.
options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description no_error_if_not_exists If true, no error will be returned if the requested procedure does not exist.</description></item><item><title>/show/sql/proc</title><link>/7.2/aws/api/rest/show_sql_proc_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_sql_proc_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/sql/proc Shows information about SQL procedures, including the full definition of each requested procedure.
Input Parameter Description Name Type Description procedure_name string Name of the procedure for which to retrieve the information. If blank, then information about all procedures is returned.
The default value is ''.
options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description no_error_if_not_exists If true, no error will be returned if the requested procedure does not exist.</description></item><item><title>/show/statistics</title><link>/7.2/api/rest/show_statistics_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/show_statistics_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/show/statistics Retrieves the collected column statistics for the specified table(s).
Input Parameter Description Name Type Description table_names array of strings Names of tables whose metadata will be fetched, each in [schema_name.]table_name format, using standard name resolution rules. All provided tables must exist, or an error is returned. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description no_error_if_not_exists If true and if the table names specified in input parameter table_names does not exist, no error is returned.</description></item><item><title>/show/statistics</title><link>/7.2/aws/api/rest/show_statistics_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_statistics_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/statistics Retrieves the collected column statistics for the specified table(s).
Input Parameter Description Name Type Description table_names array of strings Names of tables whose metadata will be fetched, each in [schema_name.]table_name format, using standard name resolution rules. All provided tables must exist, or an error is returned. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description no_error_if_not_exists If true and if the table names specified in input parameter table_names does not exist, no error is returned.</description></item><item><title>/show/system/properties</title><link>/7.2/api/rest/show_system_properties_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/show_system_properties_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/show/system/properties Returns server configuration and version related information to the caller. The admin tool uses it to present server related information to the user.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description properties A list of comma separated names of properties requested. If not specified, all properties will be returned.</description></item><item><title>/show/system/properties</title><link>/7.2/aws/api/rest/show_system_properties_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_system_properties_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/system/properties Returns server configuration and version related information to the caller. The admin tool uses it to present server related information to the user.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description properties A list of comma separated names of properties requested. If not specified, all properties will be returned.</description></item><item><title>/show/system/status</title><link>/7.2/api/rest/show_system_status_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/show_system_status_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/show/system/status Provides server configuration and health related status to the caller. The admin tool uses it to present server related information to the user.
Input Parameter Description Name Type Description options map of string to strings Optional parameters, currently unused.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/show/system/status</title><link>/7.2/aws/api/rest/show_system_status_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_system_status_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/system/status Provides server configuration and health related status to the caller. The admin tool uses it to present server related information to the user.
Input Parameter Description Name Type Description options map of string to strings Optional parameters, currently unused.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/show/system/timing</title><link>/7.2/api/rest/show_system_timing_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/show_system_timing_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/show/system/timing Returns the last 100 database requests along with the request timing and internal job ID. The admin tool uses it to present request timing information to the user.
Input Parameter Description Name Type Description options map of string to strings Optional parameters, currently unused.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/show/system/timing</title><link>/7.2/aws/api/rest/show_system_timing_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_system_timing_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/system/timing Returns the last 100 database requests along with the request timing and internal job ID. The admin tool uses it to present request timing information to the user.
Input Parameter Description Name Type Description options map of string to strings Optional parameters, currently unused.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/show/table</title><link>/7.2/api/rest/show_table_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/show_table_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/show/table Retrieves detailed information about a table, view, or schema, specified in input parameter table_name. If the supplied input parameter table_name is a schema the call can return information about either the schema itself or the tables and views it contains. If input parameter table_name is empty, information about all schemas will be returned.
If the option get_sizes is set to true, then the number of records in each table is returned (in output parameter sizes and output parameter full_sizes), along with the total number of objects across all requested tables (in output parameter total_size and output parameter total_full_size).</description></item><item><title>/show/table</title><link>/7.2/aws/api/rest/show_table_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_table_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/table Retrieves detailed information about a table, view, or schema, specified in input parameter table_name. If the supplied input parameter table_name is a schema the call can return information about either the schema itself or the tables and views it contains. If input parameter table_name is empty, information about all schemas will be returned.
If the option get_sizes is set to true, then the number of records in each table is returned (in output parameter sizes and output parameter full_sizes), along with the total number of objects across all requested tables (in output parameter total_size and output parameter total_full_size).</description></item><item><title>/show/table/metadata</title><link>/7.2/api/rest/show_table_metadata_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/show_table_metadata_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/show/table/metadata Retrieves the user provided metadata for the specified tables.
Input Parameter Description Name Type Description table_names array of strings Names of tables whose metadata will be fetched, in [schema_name.]table_name format, using standard name resolution rules. All provided tables must exist, or an error is returned. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/show/table/metadata</title><link>/7.2/aws/api/rest/show_table_metadata_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_table_metadata_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/table/metadata Retrieves the user provided metadata for the specified tables.
Input Parameter Description Name Type Description table_names array of strings Names of tables whose metadata will be fetched, in [schema_name.]table_name format, using standard name resolution rules. All provided tables must exist, or an error is returned. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/show/tablemonitors</title><link>/7.2/api/rest/show_tablemonitors_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/show_tablemonitors_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/show/tablemonitors Show table monitors and their properties. Table monitors are created using &lt;a href="/7.2/7.2/api/rest/create_tablemonitor_rest/">/create/tablemonitor&lt;/a>. Returns detailed information about existing table monitors.
Input Parameter Description Name Type Description monitor_ids array of strings List of monitors to be shown. An empty list or a single entry with an empty string returns all table monitors. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/show/tablemonitors</title><link>/7.2/aws/api/rest/show_tablemonitors_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_tablemonitors_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/tablemonitors Show table monitors and their properties. Table monitors are created using &lt;a href="/7.2/7.2/aws/api/rest/create_tablemonitor_rest/">/create/tablemonitor&lt;/a>. Returns detailed information about existing table monitors.
Input Parameter Description Name Type Description monitor_ids array of strings List of monitors to be shown. An empty list or a single entry with an empty string returns all table monitors. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>/show/tables/bytype</title><link>/7.2/api/rest/show_tables_bytype_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/show_tables_bytype_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/show/tables/bytype Gets names of the tables whose type matches the given criteria. Each table has a particular type. This type comprises the schema and properties of the table and sometimes a type label. This function allows a look up of the existing tables based on full or partial type information. The operation is synchronous.
Input Parameter Description Name Type Description type_id string Type id returned by a call to &lt;a href="/7.2/7.2/api/rest/create_type_rest/">/create/type&lt;/a>.</description></item><item><title>/show/tables/bytype</title><link>/7.2/aws/api/rest/show_tables_bytype_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_tables_bytype_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/tables/bytype Gets names of the tables whose type matches the given criteria. Each table has a particular type. This type comprises the schema and properties of the table and sometimes a type label. This function allows a look up of the existing tables based on full or partial type information. The operation is synchronous.
Input Parameter Description Name Type Description type_id string Type id returned by a call to &lt;a href="/7.2/7.2/aws/api/rest/create_type_rest/">/create/type&lt;/a>.</description></item><item><title>/show/triggers</title><link>/7.2/api/rest/show_triggers_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/show_triggers_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/show/triggers Retrieves information regarding the specified triggers or all existing triggers currently active.
Input Parameter Description Name Type Description trigger_ids array of strings List of IDs of the triggers whose information is to be retrieved. An empty list means information will be retrieved on all active triggers. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/show/triggers</title><link>/7.2/aws/api/rest/show_triggers_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_triggers_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/triggers Retrieves information regarding the specified triggers or all existing triggers currently active.
Input Parameter Description Name Type Description trigger_ids array of strings List of IDs of the triggers whose information is to be retrieved. An empty list means information will be retrieved on all active triggers. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/show/types</title><link>/7.2/api/rest/show_types_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/show_types_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/show/types Retrieves information for the specified data type ID or type label. For all data types that match the input criteria, the database returns the type ID, the type schema, the label (if available), and the type's column properties.
Input Parameter Description Name Type Description type_id string Type Id returned in response to a call to &lt;a href="/7.2/7.2/api/rest/create_type_rest/">/create/type&lt;/a>. label string Option string that was supplied by user in a call to &lt;a href="/7.2/7.2/api/rest/create_type_rest/">/create/type&lt;/a>.</description></item><item><title>/show/types</title><link>/7.2/aws/api/rest/show_types_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_types_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/types Retrieves information for the specified data type ID or type label. For all data types that match the input criteria, the database returns the type ID, the type schema, the label (if available), and the type's column properties.
Input Parameter Description Name Type Description type_id string Type Id returned in response to a call to &lt;a href="/7.2/7.2/aws/api/rest/create_type_rest/">/create/type&lt;/a>. label string Option string that was supplied by user in a call to &lt;a href="/7.2/7.2/aws/api/rest/create_type_rest/">/create/type&lt;/a>.</description></item><item><title>/show/video</title><link>/7.2/api/rest/show_video_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/show_video_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/show/video Retrieves information about rendered videos.
Input Parameter Description Name Type Description paths array of strings The fully-qualified KiFS paths for the videos to show. If empty, shows all videos. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/show/video</title><link>/7.2/aws/api/rest/show_video_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_video_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/video Retrieves information about rendered videos.
Input Parameter Description Name Type Description paths array of strings The fully-qualified KiFS paths for the videos to show. If empty, shows all videos. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query.</description></item><item><title>/show/wal</title><link>/7.2/api/rest/show_wal_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/show_wal_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/show/wal Requests table write-ahead log (WAL) properties. Returns information about the requested table WAL entries.
Input Parameter Description Name Type Description table_names array of strings List of tables to query. An asterisk returns all tables. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description show_settings If true include a map of the WAL settings for the requested tables.</description></item><item><title>/show/wal</title><link>/7.2/aws/api/rest/show_wal_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/show_wal_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/show/wal Requests table write-ahead log (WAL) properties. Returns information about the requested table WAL entries.
Input Parameter Description Name Type Description table_names array of strings List of tables to query. An asterisk returns all tables. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description show_settings If true include a map of the WAL settings for the requested tables.</description></item><item><title>/solve/graph</title><link>/7.2/api/rest/solve_graph_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/solve_graph_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/solve/graph Solves an existing graph for a type of problem (e.g., shortest path, page rank, traveling salesman, etc.) using source nodes, destination nodes, and additional, optional weights and restrictions.
IMPORTANT: It's highly recommended that you review the Graphs and Solvers concepts documentation, the Graph REST Tutorial, and/or some /solve/graph examples before using this endpoint.
Input Parameter Description Name Type Description graph_name string Name of the graph resource to solve.</description></item><item><title>/solve/graph</title><link>/7.2/aws/api/rest/solve_graph_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/solve_graph_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/solve/graph Solves an existing graph for a type of problem (e.g., shortest path, page rank, traveling salesman, etc.) using source nodes, destination nodes, and additional, optional weights and restrictions.
IMPORTANT: It's highly recommended that you review the Graphs and Solvers concepts documentation, the Graph REST Tutorial, and/or some /solve/graph examples before using this endpoint.
Input Parameter Description Name Type Description graph_name string Name of the graph resource to solve.</description></item><item><title>/update/records</title><link>/7.2/api/rest/update_records_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/update_records_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/update/records Runs multiple predicate-based updates in a single call. With the list of given expressions, any matching record's column values will be updated as provided in input parameter new_values_maps. There is also an optional 'upsert' capability where if a particular predicate doesn't match any existing record, then a new record can be inserted.
Note that this operation can only be run on an original table and not on a result view.</description></item><item><title>/update/records</title><link>/7.2/aws/api/rest/update_records_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/update_records_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/update/records Runs multiple predicate-based updates in a single call. With the list of given expressions, any matching record's column values will be updated as provided in input parameter new_values_maps. There is also an optional 'upsert' capability where if a particular predicate doesn't match any existing record, then a new record can be inserted.
Note that this operation can only be run on an original table and not on a result view.</description></item><item><title>/upload/files</title><link>/7.2/api/rest/upload_files_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/upload_files_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/upload/files Uploads one or more files to KiFS. There are two methods for uploading files: load files in their entirety, or load files in parts. The latter is recommended for files of approximately 60 MB or larger.
To upload files in their entirety, populate input parameter file_names with the file names to upload into on KiFS, and their respective byte content in input parameter file_data.
Multiple steps are involved when uploading in multiple parts.</description></item><item><title>/upload/files</title><link>/7.2/aws/api/rest/upload_files_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/upload_files_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/upload/files Uploads one or more files to KiFS. There are two methods for uploading files: load files in their entirety, or load files in parts. The latter is recommended for files of approximately 60 MB or larger.
To upload files in their entirety, populate input parameter file_names with the file names to upload into on KiFS, and their respective byte content in input parameter file_data.
Multiple steps are involved when uploading in multiple parts.</description></item><item><title>/upload/files/fromurl</title><link>/7.2/api/rest/upload_files_fromurl_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/upload_files_fromurl_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/upload/files/fromurl Uploads one or more files to KiFS.
Each file path must reside in a top-level KiFS directory, i.e. one of the directories listed in &lt;a href="/7.2/7.2/api/rest/show_directories_rest/">/show/directories&lt;/a>. The user must have write permission on the directory. Nested directories are permitted in file name paths. Directories are delineated with the directory separator of '/'. For example, given the file path '/a/b/c/d.txt', 'a' must be a KiFS directory.
These characters are allowed in file name paths: letters, numbers, spaces, the path delimiter of '/', and the characters: '.</description></item><item><title>/upload/files/fromurl</title><link>/7.2/aws/api/rest/upload_files_fromurl_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/upload_files_fromurl_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/upload/files/fromurl Uploads one or more files to KiFS.
Each file path must reside in a top-level KiFS directory, i.e. one of the directories listed in &lt;a href="/7.2/7.2/aws/api/rest/show_directories_rest/">/show/directories&lt;/a>. The user must have write permission on the directory. Nested directories are permitted in file name paths. Directories are delineated with the directory separator of '/'. For example, given the file path '/a/b/c/d.txt', 'a' must be a KiFS directory.
These characters are allowed in file name paths: letters, numbers, spaces, the path delimiter of '/', and the characters: '.</description></item><item><title>/verify/backup</title><link>/7.2/api/rest/verify_backup_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/verify_backup_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/verify/backup Inspects the requested database backup(s) for conformity at the remote file store accessible via the data source specified by input parameter datasource_name. By default all snapshots are inspected unless the option backup_id is used to target a specific instance. Returns backup verification results.
Input Parameter Description Name Type Description backup_name string Name of the backup. An empty string or '*' will check all existing backups. Any text followed by a '*' will inspect backups whose name starts with that text.</description></item><item><title>/verify/backup</title><link>/7.2/aws/api/rest/verify_backup_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/verify_backup_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/verify/backup Inspects the requested database backup(s) for conformity at the remote file store accessible via the data source specified by input parameter datasource_name. By default all snapshots are inspected unless the option backup_id is used to target a specific instance. Returns backup verification results.
Input Parameter Description Name Type Description backup_name string Name of the backup. An empty string or '*' will check all existing backups. Any text followed by a '*' will inspect backups whose name starts with that text.</description></item><item><title>/visualize/image/chart</title><link>/7.2/api/rest/visualize_image_chart_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/visualize_image_chart_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/visualize/image/chart Scatter plot is the only plot type currently supported. A non-numeric column can be specified as x or y column and jitters can be added to them to avoid excessive overlapping. All color values must be in the format RRGGBB or AARRGGBB (to specify the alpha value). The image is contained in the output parameter image_data field.
Input Parameter Description Name Type Description table_name string Name of the table containing the data to be drawn as a chart, in [schema_name.</description></item><item><title>/visualize/image/chart</title><link>/7.2/aws/api/rest/visualize_image_chart_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/visualize_image_chart_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/visualize/image/chart Scatter plot is the only plot type currently supported. A non-numeric column can be specified as x or y column and jitters can be added to them to avoid excessive overlapping. All color values must be in the format RRGGBB or AARRGGBB (to specify the alpha value). The image is contained in the output parameter image_data field.
Input Parameter Description Name Type Description table_name string Name of the table containing the data to be drawn as a chart, in [schema_name.</description></item><item><title>/visualize/isochrone</title><link>/7.2/api/rest/visualize_isochrone_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/visualize_isochrone_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/visualize/isochrone Generate an image containing isolines for travel results using an existing graph. Isolines represent curves of equal cost, with cost typically referring to the time or distance assigned as the weights of the underlying graph. See Graphs and Solvers for more information on graphs.
Input Parameter Description Name Type Description graph_name string Name of the graph on which the isochrone is to be computed. source_node string Starting vertex on the underlying graph from/to which the isochrones are created.</description></item><item><title>/visualize/isochrone</title><link>/7.2/aws/api/rest/visualize_isochrone_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/visualize_isochrone_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/visualize/isochrone Generate an image containing isolines for travel results using an existing graph. Isolines represent curves of equal cost, with cost typically referring to the time or distance assigned as the weights of the underlying graph. See Graphs and Solvers for more information on graphs.
Input Parameter Description Name Type Description graph_name string Name of the graph on which the isochrone is to be computed. source_node string Starting vertex on the underlying graph from/to which the isochrones are created.</description></item><item><title>/vts</title><link>/7.2/api/rest/vts_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/vts_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/vts Overview Configuration Usage Example Limitations and Cautions Overview Kinetica provides a Vector Tile Service (VTS) to generate Vector Tiles and support client-side visualization of the geospatial data contained within the tiles. The Vector Tile format generated follows the open standard Mapbox Vector Tile specification. The Kinetica VTS feeds a client-side Vector Tile renderer, such as Mapbox GL, by adding the VTS URL to the renderer's style configuration as a map layer source.</description></item><item><title>/vts</title><link>/7.2/aws/api/rest/vts_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/vts_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/vts Overview Configuration Usage Example Limitations and Cautions Overview Kinetica provides a Vector Tile Service (VTS) to generate Vector Tiles and support client-side visualization of the geospatial data contained within the tiles. The Vector Tile format generated follows the open standard Mapbox Vector Tile specification. The Kinetica VTS feeds a client-side Vector Tile renderer, such as Mapbox GL, by adding the VTS URL to the renderer's style configuration as a map layer source.</description></item><item><title>/wms</title><link>/7.2/api/rest/wms_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/rest/wms_rest/</guid><description>URL: http://&amp;lt;db.host&amp;gt;:&amp;lt;db.port&amp;gt;/wms Overview Downloads Usage Required Parameters Optional Parameters Modes RASTER CB_RASTER HEATMAP CONTOUR LABELS ISOCHRONES Overview Kinetica provides a Web Map Service (WMS) for generating image tiles from the geospatial data contained in it. The type of image tiles returned, the data used to generate the tiles, and the graphical styles in the tiles are specified in the query string of the WMS call. These would typically be used as overlays on top of a map.</description></item><item><title>/wms</title><link>/7.2/aws/api/rest/wms_rest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/rest/wms_rest/</guid><description>URL: https://&amp;lt;aws.fqdn&amp;gt;/&amp;lt;aws.cluster.name&amp;gt;/gpudb-0/wms Overview Downloads Usage Required Parameters Optional Parameters Modes RASTER CB_RASTER HEATMAP CONTOUR LABELS ISOCHRONES Overview Kinetica provides a Web Map Service (WMS) for generating image tiles from the geospatial data contained in it. The type of image tiles returned, the data used to generate the tiles, and the graphical styles in the tiles are specified in the query string of the WMS call. These would typically be used as overlays on top of a map.</description></item><item><title>5.2 Release Notes</title><link>/7.2/release/5.2/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/release/5.2/</guid><description> Features Connectors Core Security GAdmin SQL Features Connectors Increased stability &amp;amp; performance across connectors Core Added support for 32, 64, 128, &amp;amp; 256 byte character strings Initial NULL support Added support for inner, left &amp;amp; right join set operations Added filter planner for displaying join path Added set concatenation operation Aggregation result sets can be made into views New functions: Character-based: lower, upper, min, max, ltrim, rtrim &amp;amp; trim Geographic: wkt_dist &amp;amp; wkt_is_within_dist Null: is_null, nvl, nvl2 &amp;amp; nullif Collapsed /alter/table/* and /show/table/* endpoints Security Added role-based security and supporting endpoints Removed passphrase-based authorization checks; no longer needed in new security model GAdmin Added to HA &amp;amp; security infrastructures Sortable data grid columns Added to table view: shard &amp;amp; foreign keys, replicated &amp;amp; protected statuses, TTL SQL Operations: JOIN, LEFT/RIGHT JOIN, EXISTS, SELECT DISTINCT, TOP, UNION ALL &amp;amp; IN Functions: CASE, CONVERT, IFNULL, NOT, TIMESTAMPADD, TRUNCATE</description></item><item><title>6.0 Release Notes</title><link>/7.2/release/6.0/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/release/6.0/</guid><description>Features Core Security SQL Version 6.0.1 API Core SQL Features Reveal data exploration tool and analytics GUI User-Defined Function Framework User-defined binaries can receive table data, perform computations, and persist results in a distributed manner Orchestration API provided in C++ and Java bindings; integrates with high-speed IPC layer of every data container Visual Installer--allows for easy click-button installation across hundreds of nodes Core Increased node capacity &amp;amp; utilization, with active memory management; operations are host memory aware and write to disk, as needed GPU-only column designation for accelerated query performance Full NULL support Added Decimal, Date, &amp;amp; Time column types Support for renaming tables and adding/modifying/deleting columns in place Union, intersect &amp;amp; minus set operations Multi-column order-by support Added projections--filters that allow column expressions in the result set column list Moving average capability Security Integration with LDAP &amp;amp; Kerberos Table-level data access control per user SQL Operations: CROSS JOIN, FULL OUTER JOIN, UNION DISTINCT, UPDATE, DELETE, CREATE TABLE, DROP TABLE Functions: LIKE Types: DECIMAL(P,S), TYPE_DATE, &amp;amp; TYPE_TIME Version 6.</description></item><item><title>6.1 Release Notes</title><link>/7.2/release/6.1/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/release/6.1/</guid><description>APIs Cloud Deployment Connectors Core Geospatial Installation / Management Reveal Security SQL User-Defined Functions (UDFs) APIs The Python API can be installed from PyPI Database backups possible while the system is still online The /wms endpoint has had numerous enhancements: Support for tables with multiple geospatial columns Additional RASTER and CB_RASTER mode options The ability to use a default class for the CB_RASTER mode The Java API BulkInserter will automatically retry any failed inserts to attempt to handle errors automatically The PIVOT operation is enabled via the /aggregate/groupby endpoint options pivot and pivot_values.</description></item><item><title>6.2 Release Notes</title><link>/7.2/release/6.2/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/release/6.2/</guid><description>Core Geospatial Security SQL User-Defined Functions (UDFs) Core The size limit for primary keys has been increased to 320 bytes [1]
Dictionary encoding performance enhancements
Jobs can now be performed asynchronously
The Kinetica File System (KiFS) has been introduced to greatly ease ML workflows centered around file processing and file generation
Non-HA multi-head primary key lookup is now possible using the RecordRetriever object available in the Java and Python APIs</description></item><item><title>7.0 Release Notes</title><link>/7.2/release/7.0/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/release/7.0/</guid><description>Publish Date: 01/31/2019
Features Version 7.0.20 Version 7.0.19 Version 7.0.18 Version 7.0.17 Version 7.0.16 Version 7.0.15 Version 7.0.14 Version 7.0.13 Version 7.0.12 Version 7.0.11 Version 7.0.10 Version 7.0.9 Version 7.0.8 Version 7.0.7 Version 7.0.6 Version 7.0.5 Version 7.0.4 Version 7.0.3 Version 7.0.2 Version 7.0.1 Features Active Analytics Workbench The Active Analytics Workbench (AAW) platform is now available. A brand new API and UI are available to improve existing machine learning workflows.</description></item><item><title>7.1 Release Notes</title><link>/7.2/aws/release/7.1/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/release/7.1/</guid><description>Publish Date: 2022.03.20
Provisioning Features Version 7.1.9 Version 7.1.8 Version 7.1.7 Features Kinetica is now available as a managed application in the AWS Marketplace!
Streamlined provisioning process simplifies setup and gets you up and running in 1 hour Pay-as-you-go option allows you to pay for what you use, billed through AWS Infrastructure provisioned into your AWS subscription Kinetica Workbench simplifies SQL analysis and collaboration Easily ingest data from developer's local environment into Kinetica's marketplace instance Easily set up streaming ingestion from Kafka, AWS S3, and Azure blob storage from within Kinetica User-Defined Functions (UDFs), Graphs, ML models, and more can be managed &amp;amp; executed via SQL Integrated performance monitoring with AWS Monitor One-click upgrades Data and Analytics Capabilities SQL Analytics Kinetica supports:</description></item><item><title>7.1 Release Notes</title><link>/7.2/release/7.1/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/release/7.1/</guid><description>Publish Date: 2020.08.19
Install Upgrade Features Version 7.1.10 Version 7.1.9 Version 7.1.8 Version 7.1.7 Version 7.1.6 Version 7.1.5 Version 7.1.4 Version 7.1.3 Version 7.1.2 Version 7.1.1 Features Schemas (formerly collections) are now namespaced, allowing two or more schemas to contain a table with the same name; the native API will now accept &amp;lt;schema_name&amp;gt;.&amp;lt;table_name&amp;gt; references to tables &amp;amp; views Externally-managed data sources can be the source of both Tables and data load commands (LOAD INTO, /insert/records/fromfiles) Improved system &amp;amp; cluster monitoring capability Core Ring Resiliency (High Availability) is now integrated into the core of the product; a separate package &amp;amp; application suite is no longer needed As part of the namespaced schemas change, all top-level tables &amp;amp; views will be relocated to the home schema.</description></item><item><title>7.2 Release Notes</title><link>/7.2/aws/release/7.2/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/release/7.2/</guid><description>Publish Date: 2024.02.11
Features Version 7.2.3 Version 7.2.2 Version 7.2.1 Features Unlimited String Support removes the limitations with unlimited-width strings that were present in prior versions; now, full support for: Scalar column functions Aggregate column functions Subqueries requiring a temporary view to be created SQL operations: JOIN WHERE GROUP BY ORDER BY EXCEPT INTERSECT UNION CREATE TABLE ... AS Array Type Scalar functions ARRAY_ITEM ARRAY_LENGTH ARRAY_LOWER ARRAY_NDIMS ARRAY_TO_STRING ARRAY_UPPER STRING_TO_ARRAY Aggregate functions ARRAY_AGG Table functions UNNEST_JSON_ARRAY JSON Type Scalar functions JSON_ARRAY JSON_ARRAY_APPEND JSON_ARRAY_CONTAINS JSON_CARDINALITY JSON_EXISTS JSON_KEYS JSON_LENGTH JSON_MAKE_ARRAY JSON_OBJECT JSON_PRETTY JSON_QUERY JSON_REPLACE JSON_TYPE JSON_VALUE Aggregate functions JSON_ARRAYAGG Table functions UNNEST_JSON_ARRAY Vector Type Column functions L1_NORM L2_NORM LINF_NORM LP_NORM NTH SIZE Search functions COSINE_DISTANCE DOT_PRODUCT EUCLIDEAN_DISTANCE L1_DISTANCE L2_DISTANCE L2_SQUAREDISTANCE L2_DISTSQ LINF_DISTANCE LP_DISTANCE Storage Optimization reduces size of data on disk by 50% Improved Performance in TPC-DS benchmarks versus previous versions Store-only column type is no longer supported, as it is no longer needed; VARCHAR columns marked as store-only in 7.</description></item><item><title>7.2 Release Notes</title><link>/7.2/release/7.2/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/release/7.2/</guid><description>Publish Date: 2024.02.11
Features Version 7.2.3 Version 7.2.2 Version 7.2.1 Features Unlimited String Support removes the limitations with unlimited-width strings that were present in prior versions; now, full support for: Scalar column functions Aggregate column functions Subqueries requiring a temporary view to be created SQL operations: JOIN WHERE GROUP BY ORDER BY EXCEPT INTERSECT UNION CREATE TABLE ... AS Array Type Scalar functions ARRAY_ITEM ARRAY_LENGTH ARRAY_LOWER ARRAY_NDIMS ARRAY_TO_STRING ARRAY_UPPER STRING_TO_ARRAY Aggregate functions ARRAY_AGG Table functions UNNEST_JSON_ARRAY JSON Type Scalar functions JSON_ARRAY JSON_ARRAY_APPEND JSON_ARRAY_CONTAINS JSON_CARDINALITY JSON_EXISTS JSON_KEYS JSON_LENGTH JSON_MAKE_ARRAY JSON_OBJECT JSON_PRETTY JSON_QUERY JSON_REPLACE JSON_TYPE JSON_VALUE Aggregate functions JSON_ARRAYAGG Table functions UNNEST_JSON_ARRAY Vector Type Column functions L1_NORM L2_NORM LINF_NORM LP_NORM NTH SIZE Search functions COSINE_DISTANCE DOT_PRODUCT EUCLIDEAN_DISTANCE L1_DISTANCE L2_DISTANCE L2_SQUAREDISTANCE L2_DISTSQ LINF_DISTANCE LP_DISTANCE Storage Optimization reduces size of data on disk by 50% Improved Performance in TPC-DS benchmarks versus previous versions Store-only column type is no longer supported, as it is no longer needed; VARCHAR columns marked as store-only in 7.</description></item><item><title>AAW REST API</title><link>/7.2/api/aaw/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/aaw/</guid><description/></item><item><title>AAW REST API</title><link>/7.2/aws/api/aaw/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/aaw/</guid><description/></item><item><title>Adding a Cluster to KAgent</title><link>/7.2/admin/adding_cluster_kagent/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/adding_cluster_kagent/</guid><description>If you have an existing on premise Kinetica cluster that is not managed by KAgent, you can add it to KAgent without upgrading it. This is particularly useful in the following scenarios:
Not all administrative and normal users have direct server-level access to the nodes in the cluster, and they would like to individually manage all relevant services Not all administrative users have direct server-level access, and they would like to schedule and manage backups and snapshots and restore from snapshots if necessary Users would like to keep track of the valid Kubernetes Docker registries for use with KML The cluster addition process using KAgent involves adding key information about your cluster to KAgent, including deployment type, security information, node information, and current Kinetica-related packages/services installed.</description></item><item><title>Adjust Firewall</title><link>/7.2/install/shared/adjust_firewall/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/install/shared/adjust_firewall/</guid><description>Firewall Settings RHEL RHEL uses the firewall-cmd command or firewall-config GUI for configuring the firewall. For example, the following commands will open up port 8082 publicly:
firewall-cmd --zone=public --add-port=8082/tcp --permanent firewall-cmd --reload SUSE SUSE uses the firewall-cmd command or firewall-config GUI for configuring the firewall. For example, the following commands will open up port 8082 publicly:
firewall-cmd --zone=public --add-port=8082/tcp --permanent firewall-cmd --reload Ubuntu Ubuntu comes with a ufw (Uncomplicated FireWall) command, which controls the firewall, for example:</description></item><item><title>Administration: Add Host</title><link>/7.2/aws/feature_overview/admin_add_host_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/admin_add_host_feature_overview/</guid><description>Adds a host to an existing cluster.
NOTE: This endpoint should be used for on-premise deployments only.
Input Parameter Description Name Type Description host_address string IP address of the host that will be added to the cluster. This host must have installed the same version of Kinetica as the cluster to which it is being added. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>Administration: Add Host</title><link>/7.2/feature_overview/admin_add_host_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/admin_add_host_feature_overview/</guid><description>Adds a host to an existing cluster.
NOTE: This endpoint should be used for on-premise deployments only.
Input Parameter Description Name Type Description host_address string IP address of the host that will be added to the cluster. This host must have installed the same version of Kinetica as the cluster to which it is being added. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>Administration: Add Ranks</title><link>/7.2/aws/feature_overview/admin_add_ranks_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/admin_add_ranks_feature_overview/</guid><description>Add one or more ranks to an existing Kinetica cluster. The new ranks will not contain any data initially (other than replicated tables) and will not be assigned any shards. To rebalance data and shards across the cluster, use &lt;a href="/7.2/7.2/aws/feature_overview/admin_rebalance_feature_overview/">Administration: Rebalance&lt;/a>.
The database must be offline for this operation, see &lt;a href="/7.2/7.2/aws/feature_overview/admin_offline_feature_overview/">Administration: System Offline&lt;/a>
For example, if attempting to add three new ranks (two ranks on host 172.123.45.67 and one rank on host 172.</description></item><item><title>Administration: Add Ranks</title><link>/7.2/feature_overview/admin_add_ranks_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/admin_add_ranks_feature_overview/</guid><description>Add one or more ranks to an existing Kinetica cluster. The new ranks will not contain any data initially (other than replicated tables) and will not be assigned any shards. To rebalance data and shards across the cluster, use &lt;a href="/7.2/7.2/feature_overview/admin_rebalance_feature_overview/">Administration: Rebalance&lt;/a>.
The database must be offline for this operation, see &lt;a href="/7.2/7.2/feature_overview/admin_offline_feature_overview/">Administration: System Offline&lt;/a>
For example, if attempting to add three new ranks (two ranks on host 172.123.45.67 and one rank on host 172.</description></item><item><title>Administration: Alter Host</title><link>/7.2/aws/feature_overview/admin_alter_host_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/admin_alter_host_feature_overview/</guid><description>Alter properties on an existing host in the cluster. Currently, the only property that can be altered is a hosts ability to accept failover processes.
Input Parameter Description Name Type Description host string Identifies the host this applies to. Can be the host address, or formatted as 'hostN' where N is the host number as specified in gpudb.conf. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>Administration: Alter Host</title><link>/7.2/feature_overview/admin_alter_host_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/admin_alter_host_feature_overview/</guid><description>Alter properties on an existing host in the cluster. Currently, the only property that can be altered is a hosts ability to accept failover processes.
Input Parameter Description Name Type Description host string Identifies the host this applies to. Can be the host address, or formatted as 'hostN' where N is the host number as specified in gpudb.conf. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>Administration: Alter Job</title><link>/7.2/aws/feature_overview/admin_alter_jobs_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/admin_alter_jobs_feature_overview/</guid><description>Perform the requested action on a list of one or more job(s). Based on the type of job and the current state of execution, the action may not be successfully executed. The final result of the attempted actions for each specified job is returned in the status array of the response. See Job Manager for more information.
Input Parameter Description Name Type Description job_ids array of longs Jobs to be modified.</description></item><item><title>Administration: Alter Job</title><link>/7.2/feature_overview/admin_alter_jobs_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/admin_alter_jobs_feature_overview/</guid><description>Perform the requested action on a list of one or more job(s). Based on the type of job and the current state of execution, the action may not be successfully executed. The final result of the attempted actions for each specified job is returned in the status array of the response. See Job Manager for more information.
Input Parameter Description Name Type Description job_ids array of longs Jobs to be modified.</description></item><item><title>Administration: Begin Backup</title><link>/7.2/aws/feature_overview/admin_backup_begin_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/admin_backup_begin_feature_overview/</guid><description>Prepares the system for a backup by closing all open file handles after allowing current active jobs to complete. When the database is in backup mode, queries that result in a disk write operation will be blocked until backup mode has been completed by using &lt;a href="/7.2/7.2/aws/feature_overview/admin_backup_end_feature_overview/">Administration: End Backup&lt;/a>.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>Administration: Begin Backup</title><link>/7.2/feature_overview/admin_backup_begin_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/admin_backup_begin_feature_overview/</guid><description>Prepares the system for a backup by closing all open file handles after allowing current active jobs to complete. When the database is in backup mode, queries that result in a disk write operation will be blocked until backup mode has been completed by using &lt;a href="/7.2/7.2/feature_overview/admin_backup_end_feature_overview/">Administration: End Backup&lt;/a>.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>Administration: End Backup</title><link>/7.2/aws/feature_overview/admin_backup_end_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/admin_backup_end_feature_overview/</guid><description> Restores the system to normal operating mode after a backup has completed, allowing any queries that were blocked to complete.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description info map of string to strings Additional information.</description></item><item><title>Administration: End Backup</title><link>/7.2/feature_overview/admin_backup_end_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/admin_backup_end_feature_overview/</guid><description> Restores the system to normal operating mode after a backup has completed, allowing any queries that were blocked to complete.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description info map of string to strings Additional information.</description></item><item><title>Administration: HA Offline</title><link>/7.2/aws/feature_overview/admin_ha_offline_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/admin_ha_offline_feature_overview/</guid><description>Pauses consumption of messages from other HA clusters to support data repair/recovery scenarios. In-flight queries may fail to replicate to other clusters in the ring when going offline.
Input Parameter Description Name Type Description offline boolean Set to true if desired state is offline.
The supported values are:
true false options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description info map of string to strings Additional information.</description></item><item><title>Administration: HA Offline</title><link>/7.2/feature_overview/admin_ha_offline_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/admin_ha_offline_feature_overview/</guid><description>Pauses consumption of messages from other HA clusters to support data repair/recovery scenarios. In-flight queries may fail to replicate to other clusters in the ring when going offline.
Input Parameter Description Name Type Description offline boolean Set to true if desired state is offline.
The supported values are:
true false options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description info map of string to strings Additional information.</description></item><item><title>Administration: HA Refresh</title><link>/7.2/aws/feature_overview/admin_ha_refresh_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/admin_ha_refresh_feature_overview/</guid><description> Restarts the HA processing on the given cluster as a mechanism of accepting breaking HA conf changes. Additionally the cluster is put into read-only while HA is restarting.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description info map of string to strings Additional information.</description></item><item><title>Administration: HA Refresh</title><link>/7.2/feature_overview/admin_ha_refresh_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/admin_ha_refresh_feature_overview/</guid><description> Restarts the HA processing on the given cluster as a mechanism of accepting breaking HA conf changes. Additionally the cluster is put into read-only while HA is restarting.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description info map of string to strings Additional information.</description></item><item><title>Administration: Rebalance</title><link>/7.2/aws/feature_overview/admin_rebalance_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/admin_rebalance_feature_overview/</guid><description>Rebalance the data in the cluster so that all nodes contain an equal number of records approximately and/or rebalance the shards to be equally distributed (as much as possible) across all the ranks.
The database must be offline for this operation, see &lt;a href="/7.2/7.2/aws/feature_overview/admin_offline_feature_overview/">Administration: System Offline&lt;/a>
If &lt;a href="/7.2/7.2/aws/feature_overview/admin_rebalance_feature_overview/">Administration: Rebalance&lt;/a> is invoked after a change is made to the cluster, e.g., a host was added or removed, sharded data will be evenly redistributed across the cluster by number of shards per rank while unsharded data will be redistributed across the cluster by data size per rank If &lt;a href="/7.2/7.2/aws/feature_overview/admin_rebalance_feature_overview/">Administration: Rebalance&lt;/a> is invoked at some point when unsharded data (a.</description></item><item><title>Administration: Rebalance</title><link>/7.2/feature_overview/admin_rebalance_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/admin_rebalance_feature_overview/</guid><description>Rebalance the data in the cluster so that all nodes contain an equal number of records approximately and/or rebalance the shards to be equally distributed (as much as possible) across all the ranks.
The database must be offline for this operation, see &lt;a href="/7.2/7.2/feature_overview/admin_offline_feature_overview/">Administration: System Offline&lt;/a>
If &lt;a href="/7.2/7.2/feature_overview/admin_rebalance_feature_overview/">Administration: Rebalance&lt;/a> is invoked after a change is made to the cluster, e.g., a host was added or removed, sharded data will be evenly redistributed across the cluster by number of shards per rank while unsharded data will be redistributed across the cluster by data size per rank If &lt;a href="/7.2/7.2/feature_overview/admin_rebalance_feature_overview/">Administration: Rebalance&lt;/a> is invoked at some point when unsharded data (a.</description></item><item><title>Administration: Remove Host</title><link>/7.2/aws/feature_overview/admin_remove_host_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/admin_remove_host_feature_overview/</guid><description>Removes a host from an existing cluster. If the host to be removed has any ranks running on it, the ranks must be removed using &lt;a href="/7.2/7.2/aws/feature_overview/admin_remove_ranks_feature_overview/">Administration: Remove Ranks&lt;/a> or manually switched over to a new host using &lt;a href="/7.2/7.2/aws/feature_overview/admin_switchover_feature_overview/">Administration: Switch Over Process&lt;/a> prior to host removal. If the host to be removed has the graph server or SQL planner running on it, these must be manually switched over to a new host using &lt;a href="/7.2/7.2/aws/feature_overview/admin_switchover_feature_overview/">Administration: Switch Over Process&lt;/a>.</description></item><item><title>Administration: Remove Host</title><link>/7.2/feature_overview/admin_remove_host_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/admin_remove_host_feature_overview/</guid><description>Removes a host from an existing cluster. If the host to be removed has any ranks running on it, the ranks must be removed using &lt;a href="/7.2/7.2/feature_overview/admin_remove_ranks_feature_overview/">Administration: Remove Ranks&lt;/a> or manually switched over to a new host using &lt;a href="/7.2/7.2/feature_overview/admin_switchover_feature_overview/">Administration: Switch Over Process&lt;/a> prior to host removal. If the host to be removed has the graph server or SQL planner running on it, these must be manually switched over to a new host using &lt;a href="/7.2/7.2/feature_overview/admin_switchover_feature_overview/">Administration: Switch Over Process&lt;/a>.</description></item><item><title>Administration: Remove Ranks</title><link>/7.2/aws/feature_overview/admin_remove_ranks_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/admin_remove_ranks_feature_overview/</guid><description>Remove one or more ranks from an existing Kinetica cluster. All data will be rebalanced to other ranks before the rank(s) is removed unless the rebalance_sharded_data or rebalance_unsharded_data parameters are set to false in the input parameter options, in which case the corresponding sharded data and/or unsharded data (a.k.a. randomly-sharded) will be deleted.
The database must be offline for this operation, see &lt;a href="/7.2/7.2/aws/feature_overview/admin_offline_feature_overview/">Administration: System Offline&lt;/a>
This endpoint's processing time depends on the amount of data in the system, thus the API call may time out if run directly.</description></item><item><title>Administration: Remove Ranks</title><link>/7.2/feature_overview/admin_remove_ranks_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/admin_remove_ranks_feature_overview/</guid><description>Remove one or more ranks from an existing Kinetica cluster. All data will be rebalanced to other ranks before the rank(s) is removed unless the rebalance_sharded_data or rebalance_unsharded_data parameters are set to false in the input parameter options, in which case the corresponding sharded data and/or unsharded data (a.k.a. randomly-sharded) will be deleted.
The database must be offline for this operation, see &lt;a href="/7.2/7.2/feature_overview/admin_offline_feature_overview/">Administration: System Offline&lt;/a>
This endpoint's processing time depends on the amount of data in the system, thus the API call may time out if run directly.</description></item><item><title>Administration: Repair Table</title><link>/7.2/aws/feature_overview/admin_repair_table_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/admin_repair_table_feature_overview/</guid><description>Manually repair a corrupted table. Returns information about affected tables.
Input Parameter Description Name Type Description table_names array of strings List of tables to query. An asterisk returns all tables. table_types map of string to strings ID of the type per table. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description repair_policy Corrective action to take.</description></item><item><title>Administration: Repair Table</title><link>/7.2/feature_overview/admin_repair_table_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/admin_repair_table_feature_overview/</guid><description>Manually repair a corrupted table. Returns information about affected tables.
Input Parameter Description Name Type Description table_names array of strings List of tables to query. An asterisk returns all tables. table_types map of string to strings ID of the type per table. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description repair_policy Corrective action to take.</description></item><item><title>Administration: Send Alert</title><link>/7.2/aws/feature_overview/admin_send_alert_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/admin_send_alert_feature_overview/</guid><description>Sends a user generated alert to the monitoring system.
Input Parameter Description Name Type Description message string Alert message body.
The default value is ''.
label string Label to add to alert message.
The default value is ''.
log_level string Alert message logging criteria.
The supported values are:
fatal error warn info debug options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>Administration: Send Alert</title><link>/7.2/feature_overview/admin_send_alert_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/admin_send_alert_feature_overview/</guid><description>Sends a user generated alert to the monitoring system.
Input Parameter Description Name Type Description message string Alert message body.
The default value is ''.
label string Label to add to alert message.
The default value is ''.
log_level string Alert message logging criteria.
The supported values are:
fatal error warn info debug options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>Administration: Show Alerts</title><link>/7.2/aws/feature_overview/admin_show_alerts_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/admin_show_alerts_feature_overview/</guid><description>Requests a list of the most recent alerts. Returns lists of alert data, including timestamp and type.
Input Parameter Description Name Type Description num_alerts int Number of most recent alerts to request. The response will include up to input parameter num_alerts depending on how many alerts there are in the system. A value of 0 returns all stored alerts. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>Administration: Show Alerts</title><link>/7.2/feature_overview/admin_show_alerts_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/admin_show_alerts_feature_overview/</guid><description>Requests a list of the most recent alerts. Returns lists of alert data, including timestamp and type.
Input Parameter Description Name Type Description num_alerts int Number of most recent alerts to request. The response will include up to input parameter num_alerts depending on how many alerts there are in the system. A value of 0 returns all stored alerts. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>Administration: Show Cluster Operations</title><link>/7.2/aws/feature_overview/admin_show_cluster_operations_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/admin_show_cluster_operations_feature_overview/</guid><description>Requests the detailed status of the current operation (by default) or a prior cluster operation specified by input parameter history_index. Returns details on the requested cluster operation.
The response will also indicate how many cluster operations are stored in the history.
Input Parameter Description Name Type Description history_index int Indicates which cluster operation to retrieve. Use 0 for the most recent.
The default value is 0.
options map of string to strings Optional parameters.</description></item><item><title>Administration: Show Cluster Operations</title><link>/7.2/feature_overview/admin_show_cluster_operations_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/admin_show_cluster_operations_feature_overview/</guid><description>Requests the detailed status of the current operation (by default) or a prior cluster operation specified by input parameter history_index. Returns details on the requested cluster operation.
The response will also indicate how many cluster operations are stored in the history.
Input Parameter Description Name Type Description history_index int Indicates which cluster operation to retrieve. Use 0 for the most recent.
The default value is 0.
options map of string to strings Optional parameters.</description></item><item><title>Administration: Show Jobs</title><link>/7.2/aws/feature_overview/admin_show_jobs_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/admin_show_jobs_feature_overview/</guid><description>Get a list of the current jobs in GPUdb.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description show_async_jobs If true, then the completed async jobs are also included in the response. By default, once the async jobs are completed they are no longer included in the jobs list.</description></item><item><title>Administration: Show Jobs</title><link>/7.2/feature_overview/admin_show_jobs_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/admin_show_jobs_feature_overview/</guid><description>Get a list of the current jobs in GPUdb.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description show_async_jobs If true, then the completed async jobs are also included in the response. By default, once the async jobs are completed they are no longer included in the jobs list.</description></item><item><title>Administration: Show Shards</title><link>/7.2/aws/feature_overview/admin_show_shards_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/admin_show_shards_feature_overview/</guid><description>Show the mapping of shards to the corresponding rank and tom. The response message contains list of 16384 (total number of shards in the system) Rank and TOM numbers corresponding to each shard.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description version long Current shard array version number.</description></item><item><title>Administration: Show Shards</title><link>/7.2/feature_overview/admin_show_shards_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/admin_show_shards_feature_overview/</guid><description>Show the mapping of shards to the corresponding rank and tom. The response message contains list of 16384 (total number of shards in the system) Rank and TOM numbers corresponding to each shard.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description version long Current shard array version number.</description></item><item><title>Administration: Switch Over Process</title><link>/7.2/aws/feature_overview/admin_switchover_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/admin_switchover_feature_overview/</guid><description>Manually switch over one or more processes to another host. Individual ranks or entire hosts may be moved to another host.
NOTE: This endpoint should be used for on-premise deployments only.
Input Parameter Description Name Type Description processes array of strings Indicates the process identifier to switch over to another host. Options are 'hostN' and 'rankN' where 'N' corresponds to the number associated with a host or rank in the Network section of the gpudb.</description></item><item><title>Administration: Switch Over Process</title><link>/7.2/feature_overview/admin_switchover_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/admin_switchover_feature_overview/</guid><description>Manually switch over one or more processes to another host. Individual ranks or entire hosts may be moved to another host.
NOTE: This endpoint should be used for on-premise deployments only.
Input Parameter Description Name Type Description processes array of strings Indicates the process identifier to switch over to another host. Options are 'hostN' and 'rankN' where 'N' corresponds to the number associated with a host or rank in the Network section of the gpudb.</description></item><item><title>Administration: System Offline</title><link>/7.2/aws/feature_overview/admin_offline_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/admin_offline_feature_overview/</guid><description>Take the system offline. When the system is offline, no user operations can be performed with the exception of a system shutdown.
Input Parameter Description Name Type Description offline boolean Set to true if desired state is offline.
The supported values are:
true false options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description flush_to_disk Flush to disk when going offline.</description></item><item><title>Administration: System Offline</title><link>/7.2/feature_overview/admin_offline_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/admin_offline_feature_overview/</guid><description>Take the system offline. When the system is offline, no user operations can be performed with the exception of a system shutdown.
Input Parameter Description Name Type Description offline boolean Set to true if desired state is offline.
The supported values are:
true false options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description flush_to_disk Flush to disk when going offline.</description></item><item><title>Administration: System Shutdown</title><link>/7.2/aws/feature_overview/admin_shutdown_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/admin_shutdown_feature_overview/</guid><description>Exits the database server application.
Input Parameter Description Name Type Description exit_type string Reserved for future use. User can pass an empty string. authorization string No longer used. User can pass an empty string. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description exit_status string 'OK' upon (right before) successful exit. info map of string to strings Additional information.</description></item><item><title>Administration: System Shutdown</title><link>/7.2/feature_overview/admin_shutdown_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/admin_shutdown_feature_overview/</guid><description>Exits the database server application.
Input Parameter Description Name Type Description exit_type string Reserved for future use. User can pass an empty string. authorization string No longer used. User can pass an empty string. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description exit_status string 'OK' upon (right before) successful exit. info map of string to strings Additional information.</description></item><item><title>Administration: Verify Database</title><link>/7.2/aws/feature_overview/admin_verifydb_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/admin_verifydb_feature_overview/</guid><description>Verify database is in a consistent state. When inconsistencies or errors are found, the verified_ok flag in the response is set to false and the list of errors found is provided in the error_list.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description rebuild_on_error [DEPRECATED] Use the Rebuild DB feature of GAdmin instead.</description></item><item><title>Administration: Verify Database</title><link>/7.2/feature_overview/admin_verifydb_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/admin_verifydb_feature_overview/</guid><description>Verify database is in a consistent state. When inconsistencies or errors are found, the verified_ok flag in the response is set to false and the list of errors found is provided in the error_list.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description rebuild_on_error [DEPRECATED] Use the Rebuild DB feature of GAdmin instead.</description></item><item><title>Aggregate Convex Hull</title><link>/7.2/aws/feature_overview/aggregate_convexhull_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/aggregate_convexhull_feature_overview/</guid><description>Calculates and returns the convex hull for the values in a table specified by input parameter table_name.
Input Parameter Description Name Type Description table_name string Name of table on which the operation will be performed. Must be an existing table, in [schema_name.]table_name format, using standard name resolution rules. x_column_name string Name of the column containing the x coordinates of the points for the operation being performed. y_column_name string Name of the column containing the y coordinates of the points for the operation being performed.</description></item><item><title>Aggregate Convex Hull</title><link>/7.2/feature_overview/aggregate_convexhull_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/aggregate_convexhull_feature_overview/</guid><description>Calculates and returns the convex hull for the values in a table specified by input parameter table_name.
Input Parameter Description Name Type Description table_name string Name of table on which the operation will be performed. Must be an existing table, in [schema_name.]table_name format, using standard name resolution rules. x_column_name string Name of the column containing the x coordinates of the points for the operation being performed. y_column_name string Name of the column containing the y coordinates of the points for the operation being performed.</description></item><item><title>Aggregate Group By</title><link>/7.2/aws/feature_overview/aggregate_groupby_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/aggregate_groupby_feature_overview/</guid><description>Calculates unique combinations (groups) of values for the given columns in a given table or view and computes aggregates on each unique combination. This is somewhat analogous to an SQL-style SELECT...GROUP BY.
For aggregation details and examples, see Aggregation. For limitations, see Aggregation Limitations.
Any column(s) can be grouped on, and all column types except unrestricted-length strings may be used for computing applicable aggregates.
The results can be paged via the input parameter offset and input parameter limit parameters.</description></item><item><title>Aggregate Group By</title><link>/7.2/feature_overview/aggregate_groupby_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/aggregate_groupby_feature_overview/</guid><description>Calculates unique combinations (groups) of values for the given columns in a given table or view and computes aggregates on each unique combination. This is somewhat analogous to an SQL-style SELECT...GROUP BY.
For aggregation details and examples, see Aggregation. For limitations, see Aggregation Limitations.
Any column(s) can be grouped on, and all column types except unrestricted-length strings may be used for computing applicable aggregates.
The results can be paged via the input parameter offset and input parameter limit parameters.</description></item><item><title>Aggregate Histogram</title><link>/7.2/aws/feature_overview/aggregate_histogram_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/aggregate_histogram_feature_overview/</guid><description>Performs a histogram calculation given a table, a column, and an interval function. The input parameter interval is used to produce bins of that size and the result, computed over the records falling within each bin, is returned. For each bin, the start value is inclusive, but the end value is exclusive--except for the very last bin for which the end value is also inclusive. The value returned for each bin is the number of records in it, except when a column name is provided as a value_column.</description></item><item><title>Aggregate Histogram</title><link>/7.2/feature_overview/aggregate_histogram_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/aggregate_histogram_feature_overview/</guid><description>Performs a histogram calculation given a table, a column, and an interval function. The input parameter interval is used to produce bins of that size and the result, computed over the records falling within each bin, is returned. For each bin, the start value is inclusive, but the end value is exclusive--except for the very last bin for which the end value is also inclusive. The value returned for each bin is the number of records in it, except when a column name is provided as a value_column.</description></item><item><title>Aggregate K-means</title><link>/7.2/aws/feature_overview/aggregate_kmeans_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/aggregate_kmeans_feature_overview/</guid><description>This endpoint runs the k-means algorithm - a heuristic algorithm that attempts to do k-means clustering. An ideal k-means clustering algorithm selects k points such that the sum of the mean squared distances of each member of the set to the nearest of the k points is minimized. The k-means algorithm however does not necessarily produce such an ideal cluster. It begins with a randomly selected set of k points and then refines the location of the points iteratively and settles to a local minimum.</description></item><item><title>Aggregate K-means</title><link>/7.2/feature_overview/aggregate_kmeans_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/aggregate_kmeans_feature_overview/</guid><description>This endpoint runs the k-means algorithm - a heuristic algorithm that attempts to do k-means clustering. An ideal k-means clustering algorithm selects k points such that the sum of the mean squared distances of each member of the set to the nearest of the k points is minimized. The k-means algorithm however does not necessarily produce such an ideal cluster. It begins with a randomly selected set of k points and then refines the location of the points iteratively and settles to a local minimum.</description></item><item><title>Aggregate Min/Max</title><link>/7.2/aws/feature_overview/aggregate_minmax_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/aggregate_minmax_feature_overview/</guid><description>Calculates and returns the minimum and maximum values of a particular column in a table.
Input Parameter Description Name Type Description table_name string Name of the table on which the operation will be performed. Must be an existing table, in [schema_name.]table_name format, using standard name resolution rules. column_name string Name of a column or an expression of one or more column on which the min-max will be calculated. options map of string to strings Optional parameters.</description></item><item><title>Aggregate Min/Max</title><link>/7.2/feature_overview/aggregate_minmax_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/aggregate_minmax_feature_overview/</guid><description>Calculates and returns the minimum and maximum values of a particular column in a table.
Input Parameter Description Name Type Description table_name string Name of the table on which the operation will be performed. Must be an existing table, in [schema_name.]table_name format, using standard name resolution rules. column_name string Name of a column or an expression of one or more column on which the min-max will be calculated. options map of string to strings Optional parameters.</description></item><item><title>Aggregate Min/Max Geometry</title><link>/7.2/aws/feature_overview/aggregate_minmax_geometry_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/aggregate_minmax_geometry_feature_overview/</guid><description>Calculates and returns the minimum and maximum x- and y-coordinates of a particular geospatial geometry column in a table.
Input Parameter Description Name Type Description table_name string Name of the table on which the operation will be performed. Must be an existing table, in [schema_name.]table_name format, using standard name resolution rules. column_name string Name of a geospatial geometry column on which the min-max will be calculated. options map of string to strings Optional parameters.</description></item><item><title>Aggregate Min/Max Geometry</title><link>/7.2/feature_overview/aggregate_minmax_geometry_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/aggregate_minmax_geometry_feature_overview/</guid><description>Calculates and returns the minimum and maximum x- and y-coordinates of a particular geospatial geometry column in a table.
Input Parameter Description Name Type Description table_name string Name of the table on which the operation will be performed. Must be an existing table, in [schema_name.]table_name format, using standard name resolution rules. column_name string Name of a geospatial geometry column on which the min-max will be calculated. options map of string to strings Optional parameters.</description></item><item><title>Aggregate Statistics</title><link>/7.2/aws/feature_overview/aggregate_statistics_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/aggregate_statistics_feature_overview/</guid><description>Calculates the requested statistics of the given column(s) in a given table.
The available statistics are: count (number of total objects), mean, stdv (standard deviation), variance, skew, kurtosis, sum, min, max, weighted_average, cardinality (unique count), estimated_cardinality, percentile, and percentile_rank.
Estimated cardinality is calculated by using the hyperloglog approximation technique.
Percentiles and percentile ranks are approximate and are calculated using the t-digest algorithm. They must include the desired percentile/percentile_rank. To compute multiple percentiles each value must be specified separately (i.</description></item><item><title>Aggregate Statistics</title><link>/7.2/feature_overview/aggregate_statistics_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/aggregate_statistics_feature_overview/</guid><description>Calculates the requested statistics of the given column(s) in a given table.
The available statistics are: count (number of total objects), mean, stdv (standard deviation), variance, skew, kurtosis, sum, min, max, weighted_average, cardinality (unique count), estimated_cardinality, percentile, and percentile_rank.
Estimated cardinality is calculated by using the hyperloglog approximation technique.
Percentiles and percentile ranks are approximate and are calculated using the t-digest algorithm. They must include the desired percentile/percentile_rank. To compute multiple percentiles each value must be specified separately (i.</description></item><item><title>Aggregate Statistics by Range</title><link>/7.2/aws/feature_overview/aggregate_statistics_byrange_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/aggregate_statistics_byrange_feature_overview/</guid><description>Divides the given set into bins and calculates statistics of the values of a value-column in each bin. The bins are based on the values of a given binning-column. The statistics that may be requested are mean, stdv (standard deviation), variance, skew, kurtosis, sum, min, max, first, last and weighted average. In addition to the requested statistics the count of total samples in each bin is returned. This counts vector is just the histogram of the column used to divide the set members into bins.</description></item><item><title>Aggregate Statistics by Range</title><link>/7.2/feature_overview/aggregate_statistics_byrange_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/aggregate_statistics_byrange_feature_overview/</guid><description>Divides the given set into bins and calculates statistics of the values of a value-column in each bin. The bins are based on the values of a given binning-column. The statistics that may be requested are mean, stdv (standard deviation), variance, skew, kurtosis, sum, min, max, first, last and weighted average. In addition to the requested statistics the count of total samples in each bin is returned. This counts vector is just the histogram of the column used to divide the set members into bins.</description></item><item><title>Aggregate Unique</title><link>/7.2/aws/feature_overview/aggregate_unique_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/aggregate_unique_feature_overview/</guid><description>Returns all the unique values from a particular column (specified by input parameter column_name) of a particular table or view (specified by input parameter table_name). If input parameter column_name is a numeric column, the values will be in output parameter binary_encoded_response. Otherwise if input parameter column_name is a string column, the values will be in output parameter json_encoded_response. The results can be paged via input parameter offset and input parameter limit parameters.</description></item><item><title>Aggregate Unique</title><link>/7.2/feature_overview/aggregate_unique_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/aggregate_unique_feature_overview/</guid><description>Returns all the unique values from a particular column (specified by input parameter column_name) of a particular table or view (specified by input parameter table_name). If input parameter column_name is a numeric column, the values will be in output parameter binary_encoded_response. Otherwise if input parameter column_name is a string column, the values will be in output parameter json_encoded_response. The results can be paged via input parameter offset and input parameter limit parameters.</description></item><item><title>Aggregation</title><link>/7.2/aws/concepts/aggregation/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/concepts/aggregation/</guid><description>Execution Pivot Unpivot Memory-Only Tables and Persistence Sharding and Replication Limitations General Aggregate Memory-Only Tables Kinetica is able to aggregate data via the native APIs and SQL using various aggregate expressions. The native API endpoints related to aggregation:
/aggregate/convexhull /aggregate/groupby /aggregate/histogram /aggregate/kmeans /aggregate/minmax /aggregate/minmax/geometry /aggregate/statistics /aggregate/statistics/byrange /aggregate/unique /aggregate/unpivot To read more about aggregation in SQL, see Aggregation.
Execution In SQL, to find the minimum, maximum, &amp;amp; average trip distances, as well as the average passenger count for each vendor per year from the taxi data set (weeding out data with errant trip distances):</description></item><item><title>Aggregation</title><link>/7.2/concepts/aggregation/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/concepts/aggregation/</guid><description>Execution Pivot Unpivot Memory-Only Tables and Persistence Sharding and Replication Limitations General Aggregate Memory-Only Tables Kinetica is able to aggregate data via the native APIs and SQL using various aggregate expressions. The native API endpoints related to aggregation:
/aggregate/convexhull /aggregate/groupby /aggregate/histogram /aggregate/kmeans /aggregate/minmax /aggregate/minmax/geometry /aggregate/statistics /aggregate/statistics/byrange /aggregate/unique /aggregate/unpivot To read more about aggregation in SQL, see Aggregation.
Execution In SQL, to find the minimum, maximum, &amp;amp; average trip distances, as well as the average passenger count for each vendor per year from the taxi data set (weeding out data with errant trip distances):</description></item><item><title>Alerting</title><link>/7.2/admin/alerting/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/alerting/</guid><description>Kinetica provides a simple alerting system controlled by Host Manager that can monitor the health of the system and resource usage.
Alert Parameters Using Alerts Run an Executable Status Changes CUDA Errors Fallback Allocator Errors System Errors Memory Usage Disk Usage Maximum Alerts Alerts are enabled by default and pre-configured to report on errors, critical system states, and a nominal set of resource usage thresholds.
If an alert is triggered, the alert is stored in memory and also logged to alert_store.</description></item><item><title>Alerting in AWS</title><link>/7.2/aws/admin/alerting/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/admin/alerting/</guid><description/></item><item><title>Alerts</title><link>/7.2/admin/kagent/alerts/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/kagent/alerts/</guid><description>The Alerts page in KAgent hosts alert configuration and management as well as alert history. Visit Monitoring and Alerting for an overview of KAgent's monitoring and alerting capabilities, including configuring alerts and recipients. The Alerts page is divided into five tabs:
History Metric Alerts Event Alerts Default Alerts Recipients Channels History The History tab displays a detailed alert history. Use the paging controls below the list of alerts to navigate through the history.</description></item><item><title>Alter Backup</title><link>/7.2/aws/feature_overview/alter_backup_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/alter_backup_feature_overview/</guid><description>Alters an existing database backup, accessible via the data sink specified by input parameter datasink_name.
Input Parameter Description Name Type Description backup_name string Name of the backup to be altered. action string Operation to be applied.
Supported Values Description checksum Calculate checksum for backed-up files. ddl_only Whether or not to only save DDL and not back up table data, when taking future snapshots; set input parameter value to 'true' or 'false' for DDL only or DDL and table data, respectively.</description></item><item><title>Alter Backup</title><link>/7.2/feature_overview/alter_backup_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/alter_backup_feature_overview/</guid><description>Alters an existing database backup, accessible via the data sink specified by input parameter datasink_name.
Input Parameter Description Name Type Description backup_name string Name of the backup to be altered. action string Operation to be applied.
Supported Values Description checksum Calculate checksum for backed-up files. ddl_only Whether or not to only save DDL and not back up table data, when taking future snapshots; set input parameter value to 'true' or 'false' for DDL only or DDL and table data, respectively.</description></item><item><title>Alter Credential</title><link>/7.2/aws/feature_overview/alter_credential_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/alter_credential_feature_overview/</guid><description>Alter the properties of an existing credential.
Input Parameter Description Name Type Description credential_name string Name of the credential to be altered. Must be an existing credential. credential_updates_map map of string to strings Map containing the properties of the credential to be updated. Error if empty.
Supported Parameters (keys) Parameter Description type New type for the credential.
The supported values are:
aws_access_key aws_iam_role azure_ad azure_oauth azure_sas azure_storage_key docker gcs_service_account_id gcs_service_account_keys hdfs kafka identity New user for the credential.</description></item><item><title>Alter Credential</title><link>/7.2/feature_overview/alter_credential_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/alter_credential_feature_overview/</guid><description>Alter the properties of an existing credential.
Input Parameter Description Name Type Description credential_name string Name of the credential to be altered. Must be an existing credential. credential_updates_map map of string to strings Map containing the properties of the credential to be updated. Error if empty.
Supported Parameters (keys) Parameter Description type New type for the credential.
The supported values are:
aws_access_key aws_iam_role azure_ad azure_oauth azure_sas azure_storage_key docker gcs_service_account_id gcs_service_account_keys hdfs kafka identity New user for the credential.</description></item><item><title>Alter Data Sink</title><link>/7.2/aws/feature_overview/alter_datasink_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/alter_datasink_feature_overview/</guid><description>Alters the properties of an existing data sink.
Input Parameter Description Name Type Description name string Name of the data sink to be altered. Must be an existing data sink. datasink_updates_map map of string to strings Map containing the properties of the data sink to be updated. Error if empty.
Supported Parameters (keys) Parameter Description destination Destination for the output data in format 'destination_type://path[:port]'.
Supported destination types are 'azure', 'gcs', 'hdfs', 'http', 'https', 'jdbc', 'kafka', and 's3'.</description></item><item><title>Alter Data Sink</title><link>/7.2/feature_overview/alter_datasink_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/alter_datasink_feature_overview/</guid><description>Alters the properties of an existing data sink.
Input Parameter Description Name Type Description name string Name of the data sink to be altered. Must be an existing data sink. datasink_updates_map map of string to strings Map containing the properties of the data sink to be updated. Error if empty.
Supported Parameters (keys) Parameter Description destination Destination for the output data in format 'destination_type://path[:port]'.
Supported destination types are 'azure', 'gcs', 'hdfs', 'http', 'https', 'jdbc', 'kafka', and 's3'.</description></item><item><title>Alter Data Source</title><link>/7.2/aws/feature_overview/alter_datasource_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/alter_datasource_feature_overview/</guid><description>Alters the properties of an existing data source.
Input Parameter Description Name Type Description name string Name of the data source to be altered. Must be an existing data source. datasource_updates_map map of string to strings Map containing the properties of the data source to be updated. Error if empty.
Supported Parameters (keys) Parameter Description location Location of the remote storage in 'storage_provider_type://[storage_path[:storage_port]]' format.
Supported storage provider types are 'azure', 'gcs', 'hdfs', 'jdbc', 'kafka', 'confluent', and 's3'.</description></item><item><title>Alter Data Source</title><link>/7.2/feature_overview/alter_datasource_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/alter_datasource_feature_overview/</guid><description>Alters the properties of an existing data source.
Input Parameter Description Name Type Description name string Name of the data source to be altered. Must be an existing data source. datasource_updates_map map of string to strings Map containing the properties of the data source to be updated. Error if empty.
Supported Parameters (keys) Parameter Description location Location of the remote storage in 'storage_provider_type://[storage_path[:storage_port]]' format.
Supported storage provider types are 'azure', 'gcs', 'hdfs', 'jdbc', 'kafka', 'confluent', and 's3'.</description></item><item><title>Alter Directory</title><link>/7.2/aws/feature_overview/alter_directory_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/alter_directory_feature_overview/</guid><description>Alters an existing directory in KiFS.
Input Parameter Description Name Type Description directory_name string Name of the directory in KiFS to be altered. directory_updates_map map of string to strings Map containing the properties of the directory to be altered. Error if empty.
Supported Parameters (keys) Parameter Description data_limit The maximum capacity, in bytes, to apply to the directory. Set to -1 to indicate no upper limit. options map of string to strings Optional parameters.</description></item><item><title>Alter Directory</title><link>/7.2/feature_overview/alter_directory_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/alter_directory_feature_overview/</guid><description>Alters an existing directory in KiFS.
Input Parameter Description Name Type Description directory_name string Name of the directory in KiFS to be altered. directory_updates_map map of string to strings Map containing the properties of the directory to be altered. Error if empty.
Supported Parameters (keys) Parameter Description data_limit The maximum capacity, in bytes, to apply to the directory. Set to -1 to indicate no upper limit. options map of string to strings Optional parameters.</description></item><item><title>Alter Resource Group</title><link>/7.2/aws/feature_overview/alter_resourcegroup_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/alter_resourcegroup_feature_overview/</guid><description>Alters the properties of an existing resource group to facilitate resource management.
Input Parameter Description Name Type Description name string Name of the group to be altered. Must be an existing resource group name or an empty string when used in conjunction with is_default_group. tier_attributes map of string to maps of string to strings Optional map containing tier names and their respective attribute group limits. The only valid attribute limit that can be set is max_memory (in bytes) for the VRAM and RAM tiers.</description></item><item><title>Alter Resource Group</title><link>/7.2/feature_overview/alter_resourcegroup_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/alter_resourcegroup_feature_overview/</guid><description>Alters the properties of an existing resource group to facilitate resource management.
Input Parameter Description Name Type Description name string Name of the group to be altered. Must be an existing resource group name or an empty string when used in conjunction with is_default_group. tier_attributes map of string to maps of string to strings Optional map containing tier names and their respective attribute group limits. The only valid attribute limit that can be set is max_memory (in bytes) for the VRAM and RAM tiers.</description></item><item><title>Alter Role</title><link>/7.2/aws/feature_overview/alter_role_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/alter_role_feature_overview/</guid><description>Alters a Role.
Input Parameter Description Name Type Description name string Name of the role to be altered. Must be an existing role. action string Modification operation to be applied to the role.
Supported Values Description set_comment Sets the comment for an internal role. set_resource_group Sets the resource group for an internal role. The resource group must exist, otherwise, an empty string assigns the role to the default resource group.</description></item><item><title>Alter Role</title><link>/7.2/feature_overview/alter_role_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/alter_role_feature_overview/</guid><description>Alters a Role.
Input Parameter Description Name Type Description name string Name of the role to be altered. Must be an existing role. action string Modification operation to be applied to the role.
Supported Values Description set_comment Sets the comment for an internal role. set_resource_group Sets the resource group for an internal role. The resource group must exist, otherwise, an empty string assigns the role to the default resource group.</description></item><item><title>Alter Schema</title><link>/7.2/aws/feature_overview/alter_schema_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/alter_schema_feature_overview/</guid><description>Used to change the name of a SQL-style schema, specified in input parameter schema_name.
Input Parameter Description Name Type Description schema_name string Name of the schema to be altered. action string Modification operation to be applied.
Supported Values Description add_comment Adds a comment describing the schema. rename_schema Renames a schema to input parameter value. Has the same naming restrictions as tables. value string The value of the modification, depending on input parameter action.</description></item><item><title>Alter Schema</title><link>/7.2/feature_overview/alter_schema_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/alter_schema_feature_overview/</guid><description>Used to change the name of a SQL-style schema, specified in input parameter schema_name.
Input Parameter Description Name Type Description schema_name string Name of the schema to be altered. action string Modification operation to be applied.
Supported Values Description add_comment Adds a comment describing the schema. rename_schema Renames a schema to input parameter value. Has the same naming restrictions as tables. value string The value of the modification, depending on input parameter action.</description></item><item><title>Alter System Properties</title><link>/7.2/aws/feature_overview/alter_system_properties_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/alter_system_properties_feature_overview/</guid><description>The &lt;a href="/7.2/7.2/aws/feature_overview/alter_system_properties_feature_overview/">Alter System Properties&lt;/a> endpoint is primarily used to simplify the testing of the system and is not expected to be used during normal execution. Commands are given through the input parameter property_updates_map whose keys are commands and values are strings representing integer values (for example '8000') or boolean values ('true' or 'false').
Input Parameter Description Name Type Description property_updates_map map of string to strings Map containing the properties of the system to be updated.</description></item><item><title>Alter System Properties</title><link>/7.2/feature_overview/alter_system_properties_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/alter_system_properties_feature_overview/</guid><description>The &lt;a href="/7.2/7.2/feature_overview/alter_system_properties_feature_overview/">Alter System Properties&lt;/a> endpoint is primarily used to simplify the testing of the system and is not expected to be used during normal execution. Commands are given through the input parameter property_updates_map whose keys are commands and values are strings representing integer values (for example '8000') or boolean values ('true' or 'false').
Input Parameter Description Name Type Description property_updates_map map of string to strings Map containing the properties of the system to be updated.</description></item><item><title>Alter Table</title><link>/7.2/aws/feature_overview/alter_table_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/alter_table_feature_overview/</guid><description>Apply various modifications to a table or view. The available modifications include the following:
Manage a table's columns--a column can be added, removed, or have its type and properties modified, including whether it is dictionary encoded or not.
External tables cannot be modified except for their refresh method.
Create or delete a column, low-cardinality index, chunk skip, geospatial, CAGRA, or HNSW index. This can speed up certain operations when using expressions containing equality or relational operators on indexed columns.</description></item><item><title>Alter Table</title><link>/7.2/feature_overview/alter_table_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/alter_table_feature_overview/</guid><description>Apply various modifications to a table or view. The available modifications include the following:
Manage a table's columns--a column can be added, removed, or have its type and properties modified, including whether it is dictionary encoded or not.
External tables cannot be modified except for their refresh method.
Create or delete a column, low-cardinality index, chunk skip, geospatial, CAGRA, or HNSW index. This can speed up certain operations when using expressions containing equality or relational operators on indexed columns.</description></item><item><title>Alter Table Columns</title><link>/7.2/aws/feature_overview/alter_table_columns_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/alter_table_columns_feature_overview/</guid><description>Apply various modifications to columns in a table, view. The available modifications include the following:
Create or delete an index on a particular column. This can speed up certain operations when using expressions containing equality or relational operators on indexed columns. This only applies to tables.
Manage a table's columns--a column can be added, removed, or have its type and properties modified, including whether it is dictionary encoded or not.</description></item><item><title>Alter Table Columns</title><link>/7.2/feature_overview/alter_table_columns_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/alter_table_columns_feature_overview/</guid><description>Apply various modifications to columns in a table, view. The available modifications include the following:
Create or delete an index on a particular column. This can speed up certain operations when using expressions containing equality or relational operators on indexed columns. This only applies to tables.
Manage a table's columns--a column can be added, removed, or have its type and properties modified, including whether it is dictionary encoded or not.</description></item><item><title>Alter Table Metadata</title><link>/7.2/aws/feature_overview/alter_table_metadata_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/alter_table_metadata_feature_overview/</guid><description>Updates (adds or changes) metadata for tables. The metadata key and values must both be strings. This is an easy way to annotate whole tables rather than single records within tables. Some examples of metadata are owner of the table, table creation timestamp etc.
Input Parameter Description Name Type Description table_names array of strings Names of the tables whose metadata will be updated, in [schema_name.]table_name format, using standard name resolution rules.</description></item><item><title>Alter Table Metadata</title><link>/7.2/feature_overview/alter_table_metadata_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/alter_table_metadata_feature_overview/</guid><description>Updates (adds or changes) metadata for tables. The metadata key and values must both be strings. This is an easy way to annotate whole tables rather than single records within tables. Some examples of metadata are owner of the table, table creation timestamp etc.
Input Parameter Description Name Type Description table_names array of strings Names of the tables whose metadata will be updated, in [schema_name.]table_name format, using standard name resolution rules.</description></item><item><title>Alter Table Monitor</title><link>/7.2/aws/feature_overview/alter_tablemonitor_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/alter_tablemonitor_feature_overview/</guid><description>Alters a table monitor previously created with &lt;a href="/7.2/7.2/aws/feature_overview/create_tablemonitor_feature_overview/">Create Table Monitor&lt;/a>.
Input Parameter Description Name Type Description topic_id string The topic ID returned by &lt;a href="/7.2/7.2/aws/feature_overview/create_tablemonitor_feature_overview/">Create Table Monitor&lt;/a>. monitor_updates_map map of string to strings Map containing the properties of the table monitor to be updated. Error if empty.
Supported Parameters (keys) Parameter Description schema_name Updates the schema name. If schema_name doesn't exist, an error will be thrown. If schema_name is empty, then the user's default schema will be used.</description></item><item><title>Alter Table Monitor</title><link>/7.2/feature_overview/alter_tablemonitor_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/alter_tablemonitor_feature_overview/</guid><description>Alters a table monitor previously created with &lt;a href="/7.2/7.2/feature_overview/create_tablemonitor_feature_overview/">Create Table Monitor&lt;/a>.
Input Parameter Description Name Type Description topic_id string The topic ID returned by &lt;a href="/7.2/7.2/feature_overview/create_tablemonitor_feature_overview/">Create Table Monitor&lt;/a>. monitor_updates_map map of string to strings Map containing the properties of the table monitor to be updated. Error if empty.
Supported Parameters (keys) Parameter Description schema_name Updates the schema name. If schema_name doesn't exist, an error will be thrown. If schema_name is empty, then the user's default schema will be used.</description></item><item><title>Alter Tier</title><link>/7.2/aws/feature_overview/alter_tier_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/alter_tier_feature_overview/</guid><description>Alters properties of an existing tier to facilitate resource management.
To disable watermark-based eviction, set both high_watermark and low_watermark to 100.
Input Parameter Description Name Type Description name string Name of the tier to be altered. Must be an existing tier group name: vram, ram, disk[n], persist, cold[n]. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description capacity Maximum size in bytes this tier may hold at once, per rank.</description></item><item><title>Alter Tier</title><link>/7.2/feature_overview/alter_tier_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/alter_tier_feature_overview/</guid><description>Alters properties of an existing tier to facilitate resource management.
To disable watermark-based eviction, set both high_watermark and low_watermark to 100.
Input Parameter Description Name Type Description name string Name of the tier to be altered. Must be an existing tier group name: vram, ram, disk[n], persist, cold[n]. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description capacity Maximum size in bytes this tier may hold at once, per rank.</description></item><item><title>Alter UDF environment</title><link>/7.2/aws/feature_overview/alter_environment_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/alter_environment_feature_overview/</guid><description>Alters an existing environment which can be referenced by a user-defined function (UDF).
Input Parameter Description Name Type Description environment_name string Name of the environment to be altered. action string Modification operation to be applied.
Supported Values Description install_package Install a python package from PyPI, an external data source or KiFS. install_requirements Install packages from a requirements file. uninstall_package Uninstall a python package. uninstall_requirements Uninstall packages from a requirements file.</description></item><item><title>Alter UDF environment</title><link>/7.2/feature_overview/alter_environment_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/alter_environment_feature_overview/</guid><description>Alters an existing environment which can be referenced by a user-defined function (UDF).
Input Parameter Description Name Type Description environment_name string Name of the environment to be altered. action string Modification operation to be applied.
Supported Values Description install_package Install a python package from PyPI, an external data source or KiFS. install_requirements Install packages from a requirements file. uninstall_package Uninstall a python package. uninstall_requirements Uninstall packages from a requirements file.</description></item><item><title>Alter User</title><link>/7.2/aws/feature_overview/alter_user_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/alter_user_feature_overview/</guid><description>Alters a user.
Input Parameter Description Name Type Description name string Name of the user to be altered. Must be an existing user. action string Modification operation to be applied to the user.
Supported Values Description set_activated Is the user allowed to login. true User may login. false User may not login. set_comment Sets the comment for an internal user. set_default_schema Set the default_schema for an internal user. An empty string means the user will have no default schema.</description></item><item><title>Alter User</title><link>/7.2/feature_overview/alter_user_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/alter_user_feature_overview/</guid><description>Alters a user.
Input Parameter Description Name Type Description name string Name of the user to be altered. Must be an existing user. action string Modification operation to be applied to the user.
Supported Values Description set_activated Is the user allowed to login. true User may login. false User may not login. set_comment Sets the comment for an internal user. set_default_schema Set the default_schema for an internal user. An empty string means the user will have no default schema.</description></item><item><title>Alter Video</title><link>/7.2/aws/feature_overview/alter_video_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/alter_video_feature_overview/</guid><description>Alters a video.
Input Parameter Description Name Type Description path string Fully-qualified KiFS path to the video to be altered. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description ttl Sets the TTL of the video. Output Parameter Description Name Type Description path string Fully qualified KIFS path to the video file. info map of string to strings Additional information.</description></item><item><title>Alter Video</title><link>/7.2/feature_overview/alter_video_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/alter_video_feature_overview/</guid><description>Alters a video.
Input Parameter Description Name Type Description path string Fully-qualified KiFS path to the video to be altered. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description ttl Sets the TTL of the video. Output Parameter Description Name Type Description path string Fully qualified KIFS path to the video file. info map of string to strings Additional information.</description></item><item><title>Alter WAL</title><link>/7.2/aws/feature_overview/alter_wal_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/alter_wal_feature_overview/</guid><description>Alters table write-ahead log (WAL) settings. Returns information about the requested table WAL modifications.
Input Parameter Description Name Type Description table_names array of strings List of tables to modify. An asterisk changes the system settings. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description max_segment_size Maximum size of an individual segment file. segment_count Approximate number of segment files to split the WAL across.</description></item><item><title>Alter WAL</title><link>/7.2/feature_overview/alter_wal_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/alter_wal_feature_overview/</guid><description>Alters table write-ahead log (WAL) settings. Returns information about the requested table WAL modifications.
Input Parameter Description Name Type Description table_names array of strings List of tables to modify. An asterisk changes the system settings. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description max_segment_size Maximum size of an individual segment file. segment_count Approximate number of segment files to split the WAL across.</description></item><item><title>Amazon S3 Import</title><link>/7.2/admin/workbench/ui/import/s3/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/workbench/ui/import/s3/</guid><description>Import Overview Setup Source Destination Configure Summary Using the Amazon S3 Import wizard, files located in Amazon S3 can be imported into Kinetica.
To import a file from Amazon S3 into Kinetica, click on the Amazon S3 panel on the Import landing page in Workbench.
The Amazon S3 Import wizard appears in the right-hand pane.
Amazon S3 Import Wizard
The wizard has two tabs:
Import - contains the 5-step process for importing files from Amazon S3 History - lists all of your previous Amazon S3 import attempts Import Overview When importing, the following five steps will need to be completed:</description></item><item><title>Amazon S3 Import</title><link>/7.2/aws/admin/workbench/ui/import/s3/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/admin/workbench/ui/import/s3/</guid><description>Import Overview Setup Source Destination Configure Summary Using the Amazon S3 Import wizard, files located in Amazon S3 can be imported into Kinetica.
To import a file from Amazon S3 into Kinetica, click on the Amazon S3 panel on the Import landing page in Workbench.
The Amazon S3 Import wizard appears in the right-hand pane.
Amazon S3 Import Wizard
The wizard has two tabs:
Import - contains the 5-step process for importing files from Amazon S3 History - lists all of your previous Amazon S3 import attempts Import Overview When importing, the following five steps will need to be completed:</description></item><item><title>ANSI Virtual Catalog</title><link>/7.2/aws/catalogs/ansi/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/catalogs/ansi/</guid><description>Overview The ANSI Virtual Catalog tables represent Kinetica's implementation of the Schemata section of the ISO/IEC 9075 (SQL:2003) database specification. This section defines the metadata tables that exist under the INFORMATION_SCHEMA schema. These tables contain information about the database's objects, relationships, &amp;amp; permissions.
Most of the metadata tables are implemented as logical views of the Kinetica Virtual Catalog tables, while some are logical views of other ANSI Virtual Catalog logical views.</description></item><item><title>ANSI Virtual Catalog</title><link>/7.2/catalogs/ansi/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/catalogs/ansi/</guid><description>Overview The ANSI Virtual Catalog tables represent Kinetica's implementation of the Schemata section of the ISO/IEC 9075 (SQL:2003) database specification. This section defines the metadata tables that exist under the INFORMATION_SCHEMA schema. These tables contain information about the database's objects, relationships, &amp;amp; permissions.
Most of the metadata tables are implemented as logical views of the Kinetica Virtual Catalog tables, while some are logical views of other ANSI Virtual Catalog logical views.</description></item><item><title>API Concepts</title><link>/7.2/api/concepts/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/concepts/</guid><description>Native Connecting via API HTTP Connections HTTPS Connections with Certificate Validation HTTPS Connections without Certificate Validation HTTPS Connections with OIDC/OAuth Authentication Compatibility Matrix Dynamic Schemas Native C&amp;#43;&amp;#43; API Documentation | C++ GitHub Repo C# API Documentation | C# GitHub Repo Java API Documentation | Java GitHub Repo JavaScript API Documentation | JavaScript GitHub Repo Node.js API Documentation | Node.js GitHub Repo Python API Documentation | Python GitHub Repo REST API Documentation Connecting via API The following shows the means of connecting to Kinetica via the various APIs available.</description></item><item><title>API Concepts</title><link>/7.2/aws/api/concepts/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/concepts/</guid><description>Native Connecting via API HTTPS Connections with Certificate Validation HTTPS Connections without Certificate Validation Compatibility Matrix Dynamic Schemas Native C&amp;#43;&amp;#43; API Documentation | C++ GitHub Repo C# API Documentation | C# GitHub Repo Java API Documentation | Java GitHub Repo JavaScript API Documentation | JavaScript GitHub Repo Node.js API Documentation | Node.js GitHub Repo Python API Documentation | Python GitHub Repo REST API Documentation Connecting via API The following shows the means of connecting to Kinetica via the various APIs available.</description></item><item><title>API Documentation</title><link>/7.2/aws/connectors/kickbox_api/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/connectors/kickbox_api/</guid><description>Map Initialization initMap WMS Layer addWmsLayer updateWmsLayer updateWmsLayerType removeWmsLayer addCbLegend setLayerOpacity Cluster Layer addClusterLayer Events on off offById trigger Identify Modes enableIdentifyByRadiusMode enableIdentifyByPointMode disableIdentifyMode Map Initialization initMap Function
initMap(options) -&amp;gt; {Promise&amp;lt;Map&amp;gt;}
Returns
A Promise that delivers the Mapbox GL Map when initialized; this is the Mapbox web map object that will be used throughout the rest of the API.
Description
Initializes a Mapbox web map.
Parameter Type Required Description options Object Yes A configuration object for the map options.</description></item><item><title>API Documentation</title><link>/7.2/connectors/kickbox_api/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/connectors/kickbox_api/</guid><description>Map Initialization initMap WMS Layer addWmsLayer updateWmsLayer updateWmsLayerType removeWmsLayer addCbLegend setLayerOpacity Cluster Layer addClusterLayer Events on off offById trigger Identify Modes enableIdentifyByRadiusMode enableIdentifyByPointMode disableIdentifyMode Map Initialization initMap Function
initMap(options) -&amp;gt; {Promise&amp;lt;Map&amp;gt;}
Returns
A Promise that delivers the Mapbox GL Map when initialized; this is the Mapbox web map object that will be used throughout the rest of the API.
Description
Initializes a Mapbox web map.
Parameter Type Required Description options Object Yes A configuration object for the map options.</description></item><item><title>Append Records</title><link>/7.2/aws/feature_overview/append_records_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/append_records_feature_overview/</guid><description>Append (or insert) all records from a source table (specified by input parameter source_table_name) to a particular target table (specified by input parameter table_name). The field map (specified by input parameter field_map) holds the user specified map of target table column names with their mapped source column names.
Input Parameter Description Name Type Description table_name string The table name for the records to be appended, in [schema_name.]table_name format, using standard name resolution rules.</description></item><item><title>Append Records</title><link>/7.2/feature_overview/append_records_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/append_records_feature_overview/</guid><description>Append (or insert) all records from a source table (specified by input parameter source_table_name) to a particular target table (specified by input parameter table_name). The field map (specified by input parameter field_map) holds the user specified map of target table column names with their mapped source column names.
Input Parameter Description Name Type Description table_name string The table name for the records to be appended, in [schema_name.]table_name format, using standard name resolution rules.</description></item><item><title>Arrays</title><link>/7.2/aws/concepts/array/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/concepts/array/</guid><description>Array Type Create Table Insert Data Retrieve Data Array Functions Scalar Functions Examples ARRAY_ITEM ARRAY_LENGTH ARRAY_TO_STRING STRING_TO_ARRAY Aggregation/Transposition Functions Examples ARRAY_AGG ARRAY_AGG_DISTINCT UNNEST_JSON_ARRAY Examples Array Type The array data type provides the capability to store a list of primitive data type values in a single column.
All arrays in Kinetica are one-dimensional and 1-based. They are also unbounded, though the number of items in the array can be specified upon table/column creation for compatibility with other databases.</description></item><item><title>Arrays</title><link>/7.2/concepts/array/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/concepts/array/</guid><description>Array Type Create Table Insert Data Retrieve Data Array Functions Scalar Functions Examples ARRAY_ITEM ARRAY_LENGTH ARRAY_TO_STRING STRING_TO_ARRAY Aggregation/Transposition Functions Examples ARRAY_AGG ARRAY_AGG_DISTINCT UNNEST_JSON_ARRAY Examples Array Type The array data type provides the capability to store a list of primitive data type values in a single column.
All arrays in Kinetica are one-dimensional and 1-based. They are also unbounded, though the number of items in the array can be specified upon table/column creation for compatibility with other databases.</description></item><item><title>Auditing</title><link>/7.2/security/auditing/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/security/auditing/</guid><description>Kinetica can be configured to print audit information to a log for security or debugging purposes. The audit configuration settings can be found in the Auditing section of the gpudb.conf file (located in the /opt/gpudb/core/etc directory). The enable_audit setting must be enabled for the other settings to work. Any of these settings can be altered at runtime using /alter/system/properties to assist with debugging unless lock_audit is set to true. Below is a list of the settings and what they do:</description></item><item><title>Azure Blob Storage Import</title><link>/7.2/admin/workbench/ui/import/azure/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/workbench/ui/import/azure/</guid><description>Import Overview Setup Source Destination Configure Summary Using the Azure Blob Storage Import wizard, files located in Azure Blob Storage can be imported into Kinetica.
To import a file from Azure Blob Storage into Kinetica, click on the Azure Blob Storage panel on the Import landing page in Workbench.
The Azure Blob Storage Import wizard appears in the right-hand pane.
Azure Blob Storage Import Wizard
The wizard has two tabs:</description></item><item><title>Azure Blob Storage Import</title><link>/7.2/aws/admin/workbench/ui/import/azure/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/admin/workbench/ui/import/azure/</guid><description>Import Overview Setup Source Destination Configure Summary Using the Azure Blob Storage Import wizard, files located in Azure Blob Storage can be imported into Kinetica.
To import a file from Azure Blob Storage into Kinetica, click on the Azure Blob Storage panel on the Import landing page in Workbench.
The Azure Blob Storage Import wizard appears in the right-hand pane.
Azure Blob Storage Import Wizard
The wizard has two tabs:</description></item><item><title>Backing Up &amp; Restoring the Cluster</title><link>/7.2/aws/admin/backup_restore/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/admin/backup_restore/</guid><description>Overview Database Backup Snapshot Types Backup Storage Backup Use Case System Backup Overview Kinetica provides two means of backing up data:
Database Backup - full, incremental, &amp;amp; differential data hot backup System Backup - file-based full system backup Database Backup &lt;a href="/7.2/7.2/aws/sql/backup_restore/">SQL commands&lt;/a> can be used to initiate hot backups, with full, incremental, &amp;amp; differential snapshots, and restorations of schema objects &amp;amp; data within the database.</description></item><item><title>Backing Up/Restoring Kinetica</title><link>/7.2/admin/backup_restore/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/backup_restore/</guid><description>Overview Database Backup Snapshot Types Backup Storage Backup Use Case System Backup Prerequisites Backing Up Listing Restoring Deleting Backups Overview Kinetica provides two means of backing up data:
Database Backup - full, incremental, &amp;amp; differential data hot backup System Backup - file-based full system backup Database Backup &lt;a href="/7.2/7.2/sql/backup_restore/">SQL commands&lt;/a> can be used to initiate hot backups, with full, incremental, &amp;amp; differential snapshots, and restorations of schema objects &amp;amp; data within the database.</description></item><item><title>Beam Developer Manual</title><link>/7.2/aws/connectors/beam_guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/connectors/beam_guide/</guid><description>The following guide provides step-by-step instructions to get started integrating Kinetica with Beam.
This project is aimed to make Kinetica accessible to Beam pipelines, both for ingest and egress, meaning data can be transformed from a
Kinetica table or to a Kinetica table via a Beam pipeline.
Important
The Kinetica Beam connector currently only supports Java Beam pipelines
The two generic classes that integrate Kinetica with Beam are:
com.kinetica.beam.io.KineticaIO.Read&amp;lt;T&amp;gt; -- A class that takes a standard Kinetica table type class to enable reading the data from the given table type com.</description></item><item><title>Beam Developer Manual</title><link>/7.2/connectors/beam_guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/connectors/beam_guide/</guid><description>The following guide provides step-by-step instructions to get started integrating Kinetica with Beam.
This project is aimed to make Kinetica accessible to Beam pipelines, both for ingest and egress, meaning data can be transformed from a
Kinetica table or to a Kinetica table via a Beam pipeline.
Important
The Kinetica Beam connector currently only supports Java Beam pipelines
The two generic classes that integrate Kinetica with Beam are:
com.kinetica.beam.io.KineticaIO.Read&amp;lt;T&amp;gt; -- A class that takes a standard Kinetica table type class to enable reading the data from the given table type com.</description></item><item><title>C#</title><link>/7.2/api/csharp/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/csharp/</guid><description/></item><item><title>C#</title><link>/7.2/aws/api/csharp/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/csharp/</guid><description/></item><item><title>C++</title><link>/7.2/api/c++/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/c++/</guid><description/></item><item><title>C++</title><link>/7.2/aws/api/c++/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/c++/</guid><description/></item><item><title>C++ UDF API</title><link>/7.2/udf/cpp/writing/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/udf/cpp/writing/</guid><description>The information below includes all the information one needs to know to begin writing UDFs using the C++ UDF API. For more information on executing C++ UDFs, see &lt;a href="/7.2/7.2/udf/cpp/running/">Running C&amp;#43;&amp;#43; UDFs&lt;/a>.
Dependencies Initializing Column Types Reading Input Data Accessing Input Values Request Info Keys Writing Output Data Setting Output Values Status Reporting Complete Logging Dependencies To begin writing C++ UDFs, access to the Kinetica C++ UDF API is required. In default Kinetica installations, the C++ UDF API is located in the /opt/gpudb/udf/api/cpp directory.</description></item><item><title>Changing the Administrator Password</title><link>/7.2/admin/changing_password/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/changing_password/</guid><description>To change the administration account password, follow these steps:
Log into GAdmin
Enter Username (default is admin)
Enter Password (default is admin)
Important
If the database was installed using KAgent, the password will be the Admin Password created during setup.
Click Login
Click Admin in the top right corner
Click Change Password
Enter the Current Password
Enter a New Password that meets the password strength requirements (up to 1024 characters)</description></item><item><title>Changing the Administrator Password</title><link>/7.2/aws/admin/changing_password/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/admin/changing_password/</guid><description> To change the administration account password, follow these steps:
Log into Workbench as the administrator Click Admin &amp;gt; Password in the top right corner Enter the Current Password Enter a New Password that meets the password strength requirements (up to 1024 characters) Enter the same new password in Confirm Password Click Update to update to the new password</description></item><item><title>Check Table</title><link>/7.2/aws/feature_overview/check_table_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/check_table_feature_overview/</guid><description>Scans the requested tables as specified in input parameter table_names for integrity. Any table chunks which fail the check will be marked as corrupt. By default the database will automatically repair corrupt tables (via truncating). Note that since this reads every table column from disk it may be a potentially long-running operation. The option local_only can be used to skip any table files already written to a remote storage. Returns table corruption results.</description></item><item><title>Check Table</title><link>/7.2/feature_overview/check_table_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/check_table_feature_overview/</guid><description>Scans the requested tables as specified in input parameter table_names for integrity. Any table chunks which fail the check will be marked as corrupt. By default the database will automatically repair corrupt tables (via truncating). Note that since this reads every table column from disk it may be a potentially long-running operation. The option local_only can be used to skip any table files already written to a remote storage. Returns table corruption results.</description></item><item><title>Clear Statistics</title><link>/7.2/aws/feature_overview/clear_statistics_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/clear_statistics_feature_overview/</guid><description>Clears statistics (cardinality, mean value, etc.) for a column in a specified table.
Input Parameter Description Name Type Description table_name string Name of a table, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table.
The default value is ''.
column_name string Name of the column in input parameter table_name for which to clear statistics. The column must be from an existing table. An empty string clears statistics for all columns in the table.</description></item><item><title>Clear Statistics</title><link>/7.2/feature_overview/clear_statistics_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/clear_statistics_feature_overview/</guid><description>Clears statistics (cardinality, mean value, etc.) for a column in a specified table.
Input Parameter Description Name Type Description table_name string Name of a table, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table.
The default value is ''.
column_name string Name of the column in input parameter table_name for which to clear statistics. The column must be from an existing table. An empty string clears statistics for all columns in the table.</description></item><item><title>Clear Table</title><link>/7.2/aws/feature_overview/clear_table_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/clear_table_feature_overview/</guid><description>Clears (drops) one or all tables in the database cluster. The operation is synchronous meaning that the table will be cleared before the function returns. The response payload returns the status of the operation along with the name of the table that was cleared.
Input Parameter Description Name Type Description table_name string Name of the table to be cleared, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table.</description></item><item><title>Clear Table</title><link>/7.2/feature_overview/clear_table_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/clear_table_feature_overview/</guid><description>Clears (drops) one or all tables in the database cluster. The operation is synchronous meaning that the table will be cleared before the function returns. The response payload returns the status of the operation along with the name of the table that was cleared.
Input Parameter Description Name Type Description table_name string Name of the table to be cleared, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table.</description></item><item><title>Clear Table Monitor</title><link>/7.2/aws/feature_overview/clear_tablemonitor_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/clear_tablemonitor_feature_overview/</guid><description>Deactivates a table monitor previously created with &lt;a href="/7.2/7.2/aws/feature_overview/create_tablemonitor_feature_overview/">Create Table Monitor&lt;/a>.
Input Parameter Description Name Type Description topic_id string The topic ID returned by &lt;a href="/7.2/7.2/aws/feature_overview/create_tablemonitor_feature_overview/">Create Table Monitor&lt;/a>. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description keep_autogenerated_sink If true, the auto-generated datasink associated with this monitor, if there is one, will be retained for further use. If false, then the auto-generated sink will be dropped if there are no other monitors referencing it.</description></item><item><title>Clear Table Monitor</title><link>/7.2/feature_overview/clear_tablemonitor_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/clear_tablemonitor_feature_overview/</guid><description>Deactivates a table monitor previously created with &lt;a href="/7.2/7.2/feature_overview/create_tablemonitor_feature_overview/">Create Table Monitor&lt;/a>.
Input Parameter Description Name Type Description topic_id string The topic ID returned by &lt;a href="/7.2/7.2/feature_overview/create_tablemonitor_feature_overview/">Create Table Monitor&lt;/a>. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description keep_autogenerated_sink If true, the auto-generated datasink associated with this monitor, if there is one, will be retained for further use. If false, then the auto-generated sink will be dropped if there are no other monitors referencing it.</description></item><item><title>Clear Tables</title><link>/7.2/aws/feature_overview/clear_tables_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/clear_tables_feature_overview/</guid><description>Clears (drops) tables in the database cluster. The operation is synchronous meaning that the tables will be cleared before the function returns. The response payload returns the status of the operation for each table requested.
Input Parameter Description Name Type Description table_names array of strings Names of the tables to be cleared, in [schema_name.]table_name format, using standard name resolution rules. Must be existing tables. Empty list clears all available tables, though this behavior is be prevented by default via gpudb.</description></item><item><title>Clear Tables</title><link>/7.2/feature_overview/clear_tables_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/clear_tables_feature_overview/</guid><description>Clears (drops) tables in the database cluster. The operation is synchronous meaning that the tables will be cleared before the function returns. The response payload returns the status of the operation for each table requested.
Input Parameter Description Name Type Description table_names array of strings Names of the tables to be cleared, in [schema_name.]table_name format, using standard name resolution rules. Must be existing tables. Empty list clears all available tables, though this behavior is be prevented by default via gpudb.</description></item><item><title>Clear Trigger</title><link>/7.2/aws/feature_overview/clear_trigger_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/clear_trigger_feature_overview/</guid><description>Clears or cancels the trigger identified by the specified handle. The output returns the handle of the trigger cleared as well as indicating success or failure of the trigger deactivation.
Input Parameter Description Name Type Description trigger_id string ID for the trigger to be deactivated. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description trigger_id string Value of input parameter trigger_id.</description></item><item><title>Clear Trigger</title><link>/7.2/feature_overview/clear_trigger_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/clear_trigger_feature_overview/</guid><description>Clears or cancels the trigger identified by the specified handle. The output returns the handle of the trigger cleared as well as indicating success or failure of the trigger deactivation.
Input Parameter Description Name Type Description trigger_id string ID for the trigger to be deactivated. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description trigger_id string Value of input parameter trigger_id.</description></item><item><title>Cluster</title><link>/7.2/admin/gadmin/cluster/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/gadmin/cluster/</guid><description>The Cluster menu selection comprises several tabs that contain information about all the machines in your cluster as well as configuration and log file access. Summary data about your Kinetica cluster is pinned to the top right of each tab within Cluster; it includes:
The status of Kinetica How many users are connected to Kinetica How many requests per second are being made to Kinetica How many tables are present in this Kinetica cluster How many rows are present in this Kinetica cluster The uptime of this Kinetica cluster A refresh button to refresh the cluster information Dashboard Ranks Admin License Config Alerts Logging Setting Loggers Debug Demo Visualize Dashboard The Dashboard page is also the GAdmin homepage.</description></item><item><title>Collect Statistics</title><link>/7.2/aws/feature_overview/collect_statistics_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/collect_statistics_feature_overview/</guid><description>Collect statistics for a column(s) in a specified table.
Input Parameter Description Name Type Description table_name string Name of a table, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table. column_names array of strings List of one or more column names in input parameter table_name for which to collect statistics (cardinality, mean value, etc.). options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>Collect Statistics</title><link>/7.2/feature_overview/collect_statistics_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/collect_statistics_feature_overview/</guid><description>Collect statistics for a column(s) in a specified table.
Input Parameter Description Name Type Description table_name string Name of a table, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table. column_names array of strings List of one or more column names in input parameter table_name for which to collect statistics (cardinality, mean value, etc.). options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>Collections</title><link>/7.2/concepts/collections/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/concepts/collections/</guid><description>Collections are the precursors to schemas, introduced in Kinetica v7.1.
Any collections in prior versions will become schemas after upgrade, and any tables &amp;amp; views not contained within collections will be placed in the home schema.
Operations on collections will no longer be supported after upgrade.
See Schemas for details.</description></item><item><title>Column Compression</title><link>/7.2/aws/concepts/column_compression/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/concepts/column_compression/</guid><description>Column compression is the application of a standard compression algorithm to a persisted column's data.
Column data will be compressed on disk for faster loading into memory at the cost of the decompression processing time on that loaded data. Once in memory, the data will remain uncompressed until it is no longer needed. Any inserting or updating of data in memory would result in column data being compressed and written to disk depending on which of these conditions is reached first:</description></item><item><title>Column Compression</title><link>/7.2/concepts/column_compression/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/concepts/column_compression/</guid><description>Column compression is the application of a standard compression algorithm to a persisted column's data.
Column data will be compressed on disk for faster loading into memory at the cost of the decompression processing time on that loaded data. Once in memory, the data will remain uncompressed until it is no longer needed. Any inserting or updating of data in memory would result in column data being compressed and written to disk depending on which of these conditions is reached first:</description></item><item><title>Concurrency Limits</title><link>/7.2/aws/udf/concurrency_limits/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/udf/concurrency_limits/</guid><description>Concurrency Limits The max_concurrency_per_node setting is available in the options map of the /create/proc. This option allows you to define a per-Kinetica- host concurrency limit for a UDF, i.e. no more than n OS processes (UDF instances) in charge of evaluating the UDF will be permitted to execute concurrently on a single Kinetica host. You may want to set a concurrency limit if you have limited resources (like GPUs) and want to avoid the risks of continually exhausting your resources.</description></item><item><title>Concurrency Limits</title><link>/7.2/udf/concurrency_limits/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/udf/concurrency_limits/</guid><description>Concurrency Limits The max_concurrency_per_node setting is available in the options map of the /create/proc. This option allows you to define a per-Kinetica- host concurrency limit for a UDF, i.e. no more than n OS processes (UDF instances) in charge of evaluating the UDF will be permitted to execute concurrently on a single Kinetica host. You may want to set a concurrency limit if you have limited resources (like GPUs) and want to avoid the risks of continually exhausting your resources.</description></item><item><title>Create Asynchronous Job</title><link>/7.2/aws/feature_overview/create_job_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/create_job_feature_overview/</guid><description>Create a job which will run asynchronously. The response returns a job ID, which can be used to query the status and result of the job. The status and the result of the job upon completion can be requested by &lt;a href="/7.2/7.2/aws/feature_overview/get_job_feature_overview/">Get Asynchronous Job Result&lt;/a>.
Input Parameter Description Name Type Description endpoint string Indicates which endpoint to execute, e.g. '/alter/table'. request_encoding string The encoding of the request payload for the job.</description></item><item><title>Create Asynchronous Job</title><link>/7.2/feature_overview/create_job_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/create_job_feature_overview/</guid><description>Create a job which will run asynchronously. The response returns a job ID, which can be used to query the status and result of the job. The status and the result of the job upon completion can be requested by &lt;a href="/7.2/7.2/feature_overview/get_job_feature_overview/">Get Asynchronous Job Result&lt;/a>.
Input Parameter Description Name Type Description endpoint string Indicates which endpoint to execute, e.g. '/alter/table'. request_encoding string The encoding of the request payload for the job.</description></item><item><title>Create Backup</title><link>/7.2/aws/feature_overview/create_backup_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/create_backup_feature_overview/</guid><description>Creates a database backup, containing a snapshot of existing objects, at the remote file store accessible via the data sink specified by input parameter datasink_name.
Input Parameter Description Name Type Description backup_name string Name for this backup. If the backup already exists, only an incremental or differential backup can be made, unless recreate is set to true. backup_type string Type of snapshot to create.
Supported Values Description differential Snapshot of changes in the database objects and data since the last full snapshot.</description></item><item><title>Create Backup</title><link>/7.2/feature_overview/create_backup_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/create_backup_feature_overview/</guid><description>Creates a database backup, containing a snapshot of existing objects, at the remote file store accessible via the data sink specified by input parameter datasink_name.
Input Parameter Description Name Type Description backup_name string Name for this backup. If the backup already exists, only an incremental or differential backup can be made, unless recreate is set to true. backup_type string Type of snapshot to create.
Supported Values Description differential Snapshot of changes in the database objects and data since the last full snapshot.</description></item><item><title>Create Catalog</title><link>/7.2/aws/feature_overview/create_catalog_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/create_catalog_feature_overview/</guid><description>Creates a catalog, which contains the location and connection information for a deltalake catalog that is external to the database.
Input Parameter Description Name Type Description name string Name of the catalog to be created. table_format string Table format (iceberg, hudi, deltalake). location string Location of the catalog in 'http[s]://[server[:port]]]' format. type string Type of the catalog (REST (unity, polaris, tabular), nessie, hive, glue). credential string Name of the credential object to be used in catalog.</description></item><item><title>Create Catalog</title><link>/7.2/feature_overview/create_catalog_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/create_catalog_feature_overview/</guid><description>Creates a catalog, which contains the location and connection information for a deltalake catalog that is external to the database.
Input Parameter Description Name Type Description name string Name of the catalog to be created. table_format string Table format (iceberg, hudi, deltalake). location string Location of the catalog in 'http[s]://[server[:port]]]' format. type string Type of the catalog (REST (unity, polaris, tabular), nessie, hive, glue). credential string Name of the credential object to be used in catalog.</description></item><item><title>Create Credential</title><link>/7.2/aws/feature_overview/create_credential_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/create_credential_feature_overview/</guid><description>Create a new credential.
Input Parameter Description Name Type Description credential_name string Name of the credential to be created. Must contain only letters, digits, and underscores, and cannot begin with a digit. Must not match an existing credential name. type string Type of the credential to be created.
The supported values are:
aws_access_key aws_iam_role azure_ad azure_oauth azure_sas azure_storage_key confluent docker gcs_service_account_id gcs_service_account_keys hdfs jdbc kafka nvidia_api_key openai_api_key rest identity string User of the credential to be created.</description></item><item><title>Create Credential</title><link>/7.2/feature_overview/create_credential_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/create_credential_feature_overview/</guid><description>Create a new credential.
Input Parameter Description Name Type Description credential_name string Name of the credential to be created. Must contain only letters, digits, and underscores, and cannot begin with a digit. Must not match an existing credential name. type string Type of the credential to be created.
The supported values are:
aws_access_key aws_iam_role azure_ad azure_oauth azure_sas azure_storage_key confluent docker gcs_service_account_id gcs_service_account_keys hdfs jdbc kafka nvidia_api_key openai_api_key rest identity string User of the credential to be created.</description></item><item><title>Create Data Sink</title><link>/7.2/aws/feature_overview/create_datasink_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/create_datasink_feature_overview/</guid><description>Creates a data sink, which contains the destination information for a data sink that is external to the database.
Input Parameter Description Name Type Description name string Name of the data sink to be created. destination string Destination for the output data in format 'storage_provider_type://path[:port]'.
Supported storage provider types are 'azure', 'gcs', 'hdfs', 'http', 'https', 'jdbc', 'kafka', and 's3'.
options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>Create Data Sink</title><link>/7.2/feature_overview/create_datasink_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/create_datasink_feature_overview/</guid><description>Creates a data sink, which contains the destination information for a data sink that is external to the database.
Input Parameter Description Name Type Description name string Name of the data sink to be created. destination string Destination for the output data in format 'storage_provider_type://path[:port]'.
Supported storage provider types are 'azure', 'gcs', 'hdfs', 'http', 'https', 'jdbc', 'kafka', and 's3'.
options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>Create Data Source</title><link>/7.2/aws/feature_overview/create_datasource_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/create_datasource_feature_overview/</guid><description>Creates a data source, which contains the location and connection information for a data store that is external to the database.
Input Parameter Description Name Type Description name string Name of the data source to be created. location string Location of the remote storage in 'storage_provider_type://[storage_path[:storage_port]]' format.
Supported storage provider types are 'azure', 'gcs', 'hdfs', 'jdbc', 'kafka', 'confluent', and 's3'.
user_name string Name of the remote system user; may be an empty string.</description></item><item><title>Create Data Source</title><link>/7.2/feature_overview/create_datasource_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/create_datasource_feature_overview/</guid><description>Creates a data source, which contains the location and connection information for a data store that is external to the database.
Input Parameter Description Name Type Description name string Name of the data source to be created. location string Location of the remote storage in 'storage_provider_type://[storage_path[:storage_port]]' format.
Supported storage provider types are 'azure', 'gcs', 'hdfs', 'jdbc', 'kafka', 'confluent', and 's3'.
user_name string Name of the remote system user; may be an empty string.</description></item><item><title>Create Directory</title><link>/7.2/aws/feature_overview/create_directory_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/create_directory_feature_overview/</guid><description>Creates a new directory in KiFS. The new directory serves as a location in which the user can upload files using &lt;a href="/7.2/7.2/aws/feature_overview/upload_files_feature_overview/">Upload Files&lt;/a>.
Input Parameter Description Name Type Description directory_name string Name of the directory in KiFS to be created. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description create_home_directory When set, a home directory is created for the user name provided in the value.</description></item><item><title>Create Directory</title><link>/7.2/feature_overview/create_directory_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/create_directory_feature_overview/</guid><description>Creates a new directory in KiFS. The new directory serves as a location in which the user can upload files using &lt;a href="/7.2/7.2/feature_overview/upload_files_feature_overview/">Upload Files&lt;/a>.
Input Parameter Description Name Type Description directory_name string Name of the directory in KiFS to be created. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description create_home_directory When set, a home directory is created for the user name provided in the value.</description></item><item><title>Create External Table</title><link>/7.2/aws/feature_overview/create_table_external_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/create_table_external_feature_overview/</guid><description>Creates a new external table, which is a local database object whose source data is located externally to the database. The source data can be located either in KiFS; on the cluster, accessible to the database; or remotely, accessible via a pre-defined external data source.
The external table can have its structure defined explicitly, via input parameter create_table_options, which contains many of the options from &lt;a href="/7.2/7.2/aws/feature_overview/create_table_feature_overview/">Create Table&lt;/a>; or defined implicitly, inferred from the source data.</description></item><item><title>Create External Table</title><link>/7.2/feature_overview/create_table_external_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/create_table_external_feature_overview/</guid><description>Creates a new external table, which is a local database object whose source data is located externally to the database. The source data can be located either in KiFS; on the cluster, accessible to the database; or remotely, accessible via a pre-defined external data source.
The external table can have its structure defined explicitly, via input parameter create_table_options, which contains many of the options from &lt;a href="/7.2/7.2/feature_overview/create_table_feature_overview/">Create Table&lt;/a>; or defined implicitly, inferred from the source data.</description></item><item><title>Create External User</title><link>/7.2/aws/feature_overview/create_user_external_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/create_user_external_feature_overview/</guid><description>Creates a new external user (a user whose credentials are managed by an external LDAP).
NOTE: This endpoint should be used for on-premise deployments only.
Input Parameter Description Name Type Description name string Name of the user to be created. Must exactly match the user's name in the external LDAP, prefixed with a &amp;#64;. Must not be the same name as an existing user. options map of string to strings Optional parameters.</description></item><item><title>Create External User</title><link>/7.2/feature_overview/create_user_external_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/create_user_external_feature_overview/</guid><description>Creates a new external user (a user whose credentials are managed by an external LDAP).
NOTE: This endpoint should be used for on-premise deployments only.
Input Parameter Description Name Type Description name string Name of the user to be created. Must exactly match the user's name in the external LDAP, prefixed with a &amp;#64;. Must not be the same name as an existing user. options map of string to strings Optional parameters.</description></item><item><title>Create Graph</title><link>/7.2/aws/feature_overview/create_graph_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/create_graph_feature_overview/</guid><description>Creates a new graph network using given nodes, edges, weights, and restrictions.
IMPORTANT: It's highly recommended that you review the Graphs and Solvers concepts documentation, the Graph REST Tutorial, and/or some graph examples before using this endpoint.
Input Parameter Description Name Type Description graph_name string Name of the graph resource to generate. directed_graph boolean If set to true, the graph will be directed. If set to false, the graph will not be directed.</description></item><item><title>Create Graph</title><link>/7.2/feature_overview/create_graph_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/create_graph_feature_overview/</guid><description>Creates a new graph network using given nodes, edges, weights, and restrictions.
IMPORTANT: It's highly recommended that you review the Graphs and Solvers concepts documentation, the Graph REST Tutorial, and/or some graph examples before using this endpoint.
Input Parameter Description Name Type Description graph_name string Name of the graph resource to generate. directed_graph boolean If set to true, the graph will be directed. If set to false, the graph will not be directed.</description></item><item><title>Create Internal User</title><link>/7.2/aws/feature_overview/create_user_internal_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/create_user_internal_feature_overview/</guid><description>Creates a new internal user (a user whose credentials are managed by the database system).
Input Parameter Description Name Type Description name string Name of the user to be created. Must contain only lowercase letters, digits, and underscores, and cannot begin with a digit. Must not be the same name as an existing user or role. password string Initial password of the user to be created. May be an empty string for no password.</description></item><item><title>Create Internal User</title><link>/7.2/feature_overview/create_user_internal_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/create_user_internal_feature_overview/</guid><description>Creates a new internal user (a user whose credentials are managed by the database system).
Input Parameter Description Name Type Description name string Name of the user to be created. Must contain only lowercase letters, digits, and underscores, and cannot begin with a digit. Must not be the same name as an existing user or role. password string Initial password of the user to be created. May be an empty string for no password.</description></item><item><title>Create Join Table</title><link>/7.2/aws/feature_overview/create_jointable_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/create_jointable_feature_overview/</guid><description>Creates a table that is the result of a SQL JOIN.
For join details and examples see: Joins. For limitations, see Join Limitations and Cautions.
Input Parameter Description Name Type Description join_table_name string Name of the join table to be created, in [schema_name.]table_name format, using standard name resolution rules and meeting table naming criteria. table_names array of strings The list of table names composing the join, each in [schema_name.]table_name format, using standard name resolution rules.</description></item><item><title>Create Join Table</title><link>/7.2/feature_overview/create_jointable_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/create_jointable_feature_overview/</guid><description>Creates a table that is the result of a SQL JOIN.
For join details and examples see: Joins. For limitations, see Join Limitations and Cautions.
Input Parameter Description Name Type Description join_table_name string Name of the join table to be created, in [schema_name.]table_name format, using standard name resolution rules and meeting table naming criteria. table_names array of strings The list of table names composing the join, each in [schema_name.]table_name format, using standard name resolution rules.</description></item><item><title>Create Materialized View</title><link>/7.2/aws/feature_overview/create_materializedview_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/create_materializedview_feature_overview/</guid><description>Initiates the process of creating a materialized view, reserving the view's name to prevent other views or tables from being created with that name.
For materialized view details and examples, see Materialized Views.
The response contains output parameter view_id, which is used to tag each subsequent operation (projection, union, aggregation, filter, or join) that will compose the view.
Input Parameter Description Name Type Description table_name string Name of the table to be created that is the top-level table of the materialized view, in [schema_name.</description></item><item><title>Create Materialized View</title><link>/7.2/feature_overview/create_materializedview_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/create_materializedview_feature_overview/</guid><description>Initiates the process of creating a materialized view, reserving the view's name to prevent other views or tables from being created with that name.
For materialized view details and examples, see Materialized Views.
The response contains output parameter view_id, which is used to tag each subsequent operation (projection, union, aggregation, filter, or join) that will compose the view.
Input Parameter Description Name Type Description table_name string Name of the table to be created that is the top-level table of the materialized view, in [schema_name.</description></item><item><title>Create Proc</title><link>/7.2/aws/feature_overview/create_proc_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/create_proc_feature_overview/</guid><description>Creates an instance (proc) of the user-defined functions (UDF) specified by the given command, options, and files, and makes it available for execution.
Input Parameter Description Name Type Description proc_name string Name of the proc to be created. Must not be the name of a currently existing proc. execution_mode string The execution mode of the proc.
The default value is distributed.
Supported Values Description distributed Input table data will be divided into data segments that are distributed across all nodes in the cluster, and the proc command will be invoked once per data segment in parallel.</description></item><item><title>Create Proc</title><link>/7.2/feature_overview/create_proc_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/create_proc_feature_overview/</guid><description>Creates an instance (proc) of the user-defined functions (UDF) specified by the given command, options, and files, and makes it available for execution.
Input Parameter Description Name Type Description proc_name string Name of the proc to be created. Must not be the name of a currently existing proc. execution_mode string The execution mode of the proc.
The default value is distributed.
Supported Values Description distributed Input table data will be divided into data segments that are distributed across all nodes in the cluster, and the proc command will be invoked once per data segment in parallel.</description></item><item><title>Create Projection</title><link>/7.2/aws/feature_overview/create_projection_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/create_projection_feature_overview/</guid><description>Creates a new projection of an existing table. A projection represents a subset of the columns (potentially including derived columns) of a table.
For projection details and examples, see Projections. For limitations, see Projection Limitations and Cautions.
Window functions, which can perform operations like moving averages, are available through this endpoint as well as &lt;a href="/7.2/7.2/aws/feature_overview/get_records_bycolumn_feature_overview/">Get Records by Column&lt;/a>.
A projection can be created with a different shard key than the source table.</description></item><item><title>Create Projection</title><link>/7.2/feature_overview/create_projection_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/create_projection_feature_overview/</guid><description>Creates a new projection of an existing table. A projection represents a subset of the columns (potentially including derived columns) of a table.
For projection details and examples, see Projections. For limitations, see Projection Limitations and Cautions.
Window functions, which can perform operations like moving averages, are available through this endpoint as well as &lt;a href="/7.2/7.2/feature_overview/get_records_bycolumn_feature_overview/">Get Records by Column&lt;/a>.
A projection can be created with a different shard key than the source table.</description></item><item><title>Create Resource Group</title><link>/7.2/aws/feature_overview/create_resourcegroup_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/create_resourcegroup_feature_overview/</guid><description>Creates a new resource group to facilitate resource management.
Input Parameter Description Name Type Description name string Name of the group to be created. Must contain only letters, digits, and underscores, and cannot begin with a digit. Must not match existing resource group name. tier_attributes map of string to maps of string to strings Optional map containing tier names and their respective attribute group limits. The only valid attribute limit that can be set is max_memory (in bytes) for the VRAM and RAM tiers.</description></item><item><title>Create Resource Group</title><link>/7.2/feature_overview/create_resourcegroup_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/create_resourcegroup_feature_overview/</guid><description>Creates a new resource group to facilitate resource management.
Input Parameter Description Name Type Description name string Name of the group to be created. Must contain only letters, digits, and underscores, and cannot begin with a digit. Must not match existing resource group name. tier_attributes map of string to maps of string to strings Optional map containing tier names and their respective attribute group limits. The only valid attribute limit that can be set is max_memory (in bytes) for the VRAM and RAM tiers.</description></item><item><title>Create Role</title><link>/7.2/aws/feature_overview/create_role_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/create_role_feature_overview/</guid><description>Creates a new role.
NOTE: This endpoint should be used for on-premise deployments only.
Input Parameter Description Name Type Description name string Name of the role to be created. Must contain only lowercase letters, digits, and underscores, and cannot begin with a digit. Must not be the same name as an existing user or role. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>Create Role</title><link>/7.2/feature_overview/create_role_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/create_role_feature_overview/</guid><description>Creates a new role.
NOTE: This endpoint should be used for on-premise deployments only.
Input Parameter Description Name Type Description name string Name of the role to be created. Must contain only lowercase letters, digits, and underscores, and cannot begin with a digit. Must not be the same name as an existing user or role. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>Create Schema</title><link>/7.2/aws/feature_overview/create_schema_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/create_schema_feature_overview/</guid><description>Creates a SQL-style schema. Schemas are containers for tables and views. Multiple tables and views can be defined with the same name in different schemas.
Input Parameter Description Name Type Description schema_name string Name of the schema to be created. Has the same naming restrictions as tables. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description no_error_if_exists If true, prevents an error from occurring if the schema already exists.</description></item><item><title>Create Schema</title><link>/7.2/feature_overview/create_schema_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/create_schema_feature_overview/</guid><description>Creates a SQL-style schema. Schemas are containers for tables and views. Multiple tables and views can be defined with the same name in different schemas.
Input Parameter Description Name Type Description schema_name string Name of the schema to be created. Has the same naming restrictions as tables. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description no_error_if_exists If true, prevents an error from occurring if the schema already exists.</description></item><item><title>Create Table</title><link>/7.2/aws/feature_overview/create_table_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/create_table_feature_overview/</guid><description>Creates a new table with the given type (definition of columns). The type is specified in input parameter type_id as either a numerical type ID (as returned by &lt;a href="/7.2/7.2/aws/feature_overview/create_type_feature_overview/">Create Type&lt;/a>) or as a list of columns, each specified as a list of the column name, data type, and any column attributes.
Example of a type definition with some parameters:
[ [&amp;quot;id&amp;quot;, &amp;quot;int8&amp;quot;, &amp;quot;primary_key&amp;quot;], [&amp;quot;dept_id&amp;quot;, &amp;quot;int8&amp;quot;, &amp;quot;primary_key&amp;quot;, &amp;quot;shard_key&amp;quot;], [&amp;quot;manager_id&amp;quot;, &amp;quot;int8&amp;quot;, &amp;quot;nullable&amp;quot;], [&amp;quot;first_name&amp;quot;, &amp;quot;char32&amp;quot;], [&amp;quot;last_name&amp;quot;, &amp;quot;char64&amp;quot;], [&amp;quot;salary&amp;quot;, &amp;quot;decimal&amp;quot;], [&amp;quot;hire_date&amp;quot;, &amp;quot;date&amp;quot;] ] Each column definition consists of the column name (which should meet the standard column naming criteria), the column's specific type (int, long, float, double, string, bytes, or any of the properties map values from &lt;a href="/7.2/7.2/aws/feature_overview/create_type_feature_overview/">Create Type&lt;/a>), and any data handling, data key, or data replacement properties.</description></item><item><title>Create Table</title><link>/7.2/feature_overview/create_table_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/create_table_feature_overview/</guid><description>Creates a new table with the given type (definition of columns). The type is specified in input parameter type_id as either a numerical type ID (as returned by &lt;a href="/7.2/7.2/feature_overview/create_type_feature_overview/">Create Type&lt;/a>) or as a list of columns, each specified as a list of the column name, data type, and any column attributes.
Example of a type definition with some parameters:
[ [&amp;quot;id&amp;quot;, &amp;quot;int8&amp;quot;, &amp;quot;primary_key&amp;quot;], [&amp;quot;dept_id&amp;quot;, &amp;quot;int8&amp;quot;, &amp;quot;primary_key&amp;quot;, &amp;quot;shard_key&amp;quot;], [&amp;quot;manager_id&amp;quot;, &amp;quot;int8&amp;quot;, &amp;quot;nullable&amp;quot;], [&amp;quot;first_name&amp;quot;, &amp;quot;char32&amp;quot;], [&amp;quot;last_name&amp;quot;, &amp;quot;char64&amp;quot;], [&amp;quot;salary&amp;quot;, &amp;quot;decimal&amp;quot;], [&amp;quot;hire_date&amp;quot;, &amp;quot;date&amp;quot;] ] Each column definition consists of the column name (which should meet the standard column naming criteria), the column's specific type (int, long, float, double, string, bytes, or any of the properties map values from &lt;a href="/7.2/7.2/feature_overview/create_type_feature_overview/">Create Type&lt;/a>), and any data handling, data key, or data replacement properties.</description></item><item><title>Create Table Monitor</title><link>/7.2/aws/feature_overview/create_tablemonitor_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/create_tablemonitor_feature_overview/</guid><description>Creates a monitor that watches for a single table modification event type (insert, update, or delete) on a particular table (identified by input parameter table_name) and forwards event notifications to subscribers via ZMQ. After this call completes, subscribe to the returned output parameter topic_id on the ZMQ table monitor port (default 9002). Each time an operation of the given type on the table completes, a multipart message is published for that topic; the first part contains only the topic ID, and each subsequent part contains one binary-encoded Avro object that corresponds to the event and can be decoded using output parameter type_schema.</description></item><item><title>Create Table Monitor</title><link>/7.2/feature_overview/create_tablemonitor_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/create_tablemonitor_feature_overview/</guid><description>Creates a monitor that watches for a single table modification event type (insert, update, or delete) on a particular table (identified by input parameter table_name) and forwards event notifications to subscribers via ZMQ. After this call completes, subscribe to the returned output parameter topic_id on the ZMQ table monitor port (default 9002). Each time an operation of the given type on the table completes, a multipart message is published for that topic; the first part contains only the topic ID, and each subsequent part contains one binary-encoded Avro object that corresponds to the event and can be decoded using output parameter type_schema.</description></item><item><title>Create Trigger by Area</title><link>/7.2/aws/feature_overview/create_trigger_byarea_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/create_trigger_byarea_feature_overview/</guid><description>Sets up an area trigger mechanism for two column_names for one or more tables. (This function is essentially the two-dimensional version of &lt;a href="/7.2/7.2/aws/feature_overview/create_trigger_byrange_feature_overview/">Create Trigger by Range&lt;/a>.) Once the trigger has been activated, any record added to the listed tables(s) via &lt;a href="/7.2/7.2/aws/feature_overview/insert_records_feature_overview/">Insert Records&lt;/a> with the chosen columns' values falling within the specified region will trip the trigger. All such records will be queued at the trigger port (by default '9001' but able to be retrieved via &lt;a href="/7.2/7.2/aws/feature_overview/show_system_status_feature_overview/">Show System Status&lt;/a>) for any listening client to collect.</description></item><item><title>Create Trigger by Area</title><link>/7.2/feature_overview/create_trigger_byarea_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/create_trigger_byarea_feature_overview/</guid><description>Sets up an area trigger mechanism for two column_names for one or more tables. (This function is essentially the two-dimensional version of &lt;a href="/7.2/7.2/feature_overview/create_trigger_byrange_feature_overview/">Create Trigger by Range&lt;/a>.) Once the trigger has been activated, any record added to the listed tables(s) via &lt;a href="/7.2/7.2/feature_overview/insert_records_feature_overview/">Insert Records&lt;/a> with the chosen columns' values falling within the specified region will trip the trigger. All such records will be queued at the trigger port (by default '9001' but able to be retrieved via &lt;a href="/7.2/7.2/feature_overview/show_system_status_feature_overview/">Show System Status&lt;/a>) for any listening client to collect.</description></item><item><title>Create Trigger by Range</title><link>/7.2/aws/feature_overview/create_trigger_byrange_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/create_trigger_byrange_feature_overview/</guid><description>Sets up a simple range trigger for a column_name for one or more tables. Once the trigger has been activated, any record added to the listed tables(s) via &lt;a href="/7.2/7.2/aws/feature_overview/insert_records_feature_overview/">Insert Records&lt;/a> with the chosen column_name's value falling within the specified range will trip the trigger. All such records will be queued at the trigger port (by default '9001' but able to be retrieved via &lt;a href="/7.2/7.2/aws/feature_overview/show_system_status_feature_overview/">Show System Status&lt;/a>) for any listening client to collect.</description></item><item><title>Create Trigger by Range</title><link>/7.2/feature_overview/create_trigger_byrange_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/create_trigger_byrange_feature_overview/</guid><description>Sets up a simple range trigger for a column_name for one or more tables. Once the trigger has been activated, any record added to the listed tables(s) via &lt;a href="/7.2/7.2/feature_overview/insert_records_feature_overview/">Insert Records&lt;/a> with the chosen column_name's value falling within the specified range will trip the trigger. All such records will be queued at the trigger port (by default '9001' but able to be retrieved via &lt;a href="/7.2/7.2/feature_overview/show_system_status_feature_overview/">Show System Status&lt;/a>) for any listening client to collect.</description></item><item><title>Create Type</title><link>/7.2/aws/feature_overview/create_type_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/create_type_feature_overview/</guid><description>Creates a new type describing the columns of a table. The type definition is specified as a list of columns, each specified as a list of the column name, data type, and any column attributes.
Example of a type definition with some parameters:
[ [&amp;quot;id&amp;quot;, &amp;quot;int8&amp;quot;, &amp;quot;primary_key&amp;quot;], [&amp;quot;dept_id&amp;quot;, &amp;quot;int8&amp;quot;, &amp;quot;primary_key&amp;quot;, &amp;quot;shard_key&amp;quot;], [&amp;quot;manager_id&amp;quot;, &amp;quot;int8&amp;quot;, &amp;quot;nullable&amp;quot;], [&amp;quot;first_name&amp;quot;, &amp;quot;char32&amp;quot;], [&amp;quot;last_name&amp;quot;, &amp;quot;char64&amp;quot;], [&amp;quot;salary&amp;quot;, &amp;quot;decimal&amp;quot;], [&amp;quot;hire_date&amp;quot;, &amp;quot;date&amp;quot;] ] Each column definition consists of the column name (which should meet the standard column naming criteria), the column's specific type (int, long, float, double, string, bytes, or any of the possible values for input parameter properties), and any data handling, data key, or data replacement properties.</description></item><item><title>Create Type</title><link>/7.2/feature_overview/create_type_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/create_type_feature_overview/</guid><description>Creates a new type describing the columns of a table. The type definition is specified as a list of columns, each specified as a list of the column name, data type, and any column attributes.
Example of a type definition with some parameters:
[ [&amp;quot;id&amp;quot;, &amp;quot;int8&amp;quot;, &amp;quot;primary_key&amp;quot;], [&amp;quot;dept_id&amp;quot;, &amp;quot;int8&amp;quot;, &amp;quot;primary_key&amp;quot;, &amp;quot;shard_key&amp;quot;], [&amp;quot;manager_id&amp;quot;, &amp;quot;int8&amp;quot;, &amp;quot;nullable&amp;quot;], [&amp;quot;first_name&amp;quot;, &amp;quot;char32&amp;quot;], [&amp;quot;last_name&amp;quot;, &amp;quot;char64&amp;quot;], [&amp;quot;salary&amp;quot;, &amp;quot;decimal&amp;quot;], [&amp;quot;hire_date&amp;quot;, &amp;quot;date&amp;quot;] ] Each column definition consists of the column name (which should meet the standard column naming criteria), the column's specific type (int, long, float, double, string, bytes, or any of the possible values for input parameter properties), and any data handling, data key, or data replacement properties.</description></item><item><title>Create UDF Environment</title><link>/7.2/aws/feature_overview/create_environment_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/create_environment_feature_overview/</guid><description> Creates a new environment which can be used by user-defined functions (UDF).
Input Parameter Description Name Type Description environment_name string Name of the environment to be created. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description environment_name string Value of input parameter environment_name. info map of string to strings Additional information.</description></item><item><title>Create UDF Environment</title><link>/7.2/feature_overview/create_environment_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/create_environment_feature_overview/</guid><description> Creates a new environment which can be used by user-defined functions (UDF).
Input Parameter Description Name Type Description environment_name string Name of the environment to be created. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description environment_name string Value of input parameter environment_name. info map of string to strings Additional information.</description></item><item><title>Create Union</title><link>/7.2/aws/feature_overview/create_union_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/create_union_feature_overview/</guid><description>Merges data from one or more tables with comparable data types into a new table.
The following merges are supported:
UNION (DISTINCT/ALL) - For data set union details and examples, see Union. For limitations, see Union Limitations and Cautions.
INTERSECT (DISTINCT/ALL) - For data set intersection details and examples, see Intersect. For limitations, see Intersect Limitations.
EXCEPT (DISTINCT/ALL) - For data set subtraction details and examples, see Except. For limitations, see Except Limitations.</description></item><item><title>Create Union</title><link>/7.2/feature_overview/create_union_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/create_union_feature_overview/</guid><description>Merges data from one or more tables with comparable data types into a new table.
The following merges are supported:
UNION (DISTINCT/ALL) - For data set union details and examples, see Union. For limitations, see Union Limitations and Cautions.
INTERSECT (DISTINCT/ALL) - For data set intersection details and examples, see Intersect. For limitations, see Intersect Limitations.
EXCEPT (DISTINCT/ALL) - For data set subtraction details and examples, see Except. For limitations, see Except Limitations.</description></item><item><title>Create Video</title><link>/7.2/aws/feature_overview/create_video_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/create_video_feature_overview/</guid><description>Creates a job to generate a sequence of raster images that visualize data over a specified time.
Input Parameter Description Name Type Description attribute string The animated attribute to map to the video's frames. Must be present in the LAYERS specified for the visualization. This is often a time-related field but may be any numeric type. begin string The start point for the video. Accepts an expression evaluable over the input parameter attribute.</description></item><item><title>Create Video</title><link>/7.2/feature_overview/create_video_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/create_video_feature_overview/</guid><description>Creates a job to generate a sequence of raster images that visualize data over a specified time.
Input Parameter Description Name Type Description attribute string The animated attribute to map to the video's frames. Must be present in the LAYERS specified for the visualization. This is often a time-related field but may be any numeric type. begin string The start point for the video. Accepts an expression evaluable over the input parameter attribute.</description></item><item><title>Creating Credentials</title><link>/7.2/aws/snippets/creating-credentials/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/snippets/creating-credentials/</guid><description>Azure Google Cloud Storage HDFS JDBC Kafka (Apache) Kafka (Confluent) Remote Repository S3 (Amazon) Several authentication schemes across multiple providers are supported. For a detailed overview of all of the provider-specific options, see the SQL documentation.
Azure Password SAS Token Active Directory Password 1 2 3 4 CREATE CREDENTIAL azure_cred TYPE = &amp;#39;azure_storage_key&amp;#39;, IDENTITY = &amp;#39;sampleacc&amp;#39;, SECRET = &amp;#39;foobaz123&amp;#39; SAS Token 1 2 3 4 CREATE CREDENTIAL azure_cred TYPE = &amp;#39;azure_sas&amp;#39;, IDENTITY = &amp;#39;sampleacc&amp;#39;, SECRET = &amp;#39;sv=2015-07-08&amp;amp;sr=b&amp;amp;sig=39Up0JzHkxhUlhFEjEH9673DJxe7w6.</description></item><item><title>Creating Credentials</title><link>/7.2/snippets/create-credentials/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/snippets/create-credentials/</guid><description>Azure Google Cloud Storage HDFS JDBC Kafka (Apache) Kafka (Confluent) Remote Repository S3 (Amazon) Several authentication schemes across multiple providers are supported. For a detailed overview of all of the provider-specific options, see the SQL documentation.
Azure Password SAS Token Active Directory Password 1 2 3 4 CREATE CREDENTIAL azure_cred TYPE = &amp;#39;azure_storage_key&amp;#39;, IDENTITY = &amp;#39;sampleacc&amp;#39;, SECRET = &amp;#39;foobaz123&amp;#39; SAS Token 1 2 3 4 CREATE CREDENTIAL azure_cred TYPE = &amp;#39;azure_sas&amp;#39;, IDENTITY = &amp;#39;sampleacc&amp;#39;, SECRET = &amp;#39;sv=2015-07-08&amp;amp;sr=b&amp;amp;sig=39Up0JzHkxhUlhFEjEH9673DJxe7w6.</description></item><item><title>Creating Data Sinks</title><link>/7.2/aws/snippets/creating-data-sinks/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/snippets/creating-data-sinks/</guid><description>Azure BLOB Google Cloud Storage HDFS JDBC Kafka Local Table S3 Webhook Several authentication schemes across multiple consumers are supported. For a detailed overview of all of the consumer-specific options, see the SQL documentation.
Note
Creating an authenticated data sink may require creating a corresponding credential object to store the authentication information and then referencing that object when creating the data sink. See Creating Credentials for examples.
Azure BLOB Credential Managed Credentials Credential 1 2 3 4 5 6 7 CREATE DATA SINK azure_dsink LOCATION = &amp;#39;AZURE&amp;#39; WITH OPTIONS ( CREDENTIAL = &amp;#39;azure_cred&amp;#39;, CONTAINER NAME = &amp;#39;samplecontainer&amp;#39; ) Managed Credentials 1 2 3 4 5 6 7 8 9 CREATE DATA SINK azure_dsink LOCATION = &amp;#39;AZURE&amp;#39; WITH OPTIONS ( USE_MANAGED_CREDENTIALS = true, STORAGE ACCOUNT NAME = &amp;#39;sampleacc&amp;#39;, CONTAINER NAME = &amp;#39;samplecontainer&amp;#39;, TENANT ID = &amp;#39;x0xxx10-00x0-0x01-0xxx-x0x0x01xx100&amp;#39; ) Google Cloud Storage Credential Managed Credentials Public (No Auth) JSON Key Credential 1 2 3 4 5 6 7 CREATE DATA SINK gcs_dsink LOCATION = &amp;#39;GCS&amp;#39; WITH OPTIONS ( CREDENTIAL = &amp;#39;gcs_cred&amp;#39;, GCS_BUCKET_NAME = &amp;#39;gcs-private&amp;#39; ) Managed Credentials 1 2 3 4 5 6 7 CREATE DATA SINK gcs_dsink LOCATION = &amp;#39;GCS&amp;#39; WITH OPTIONS ( USE_MANAGED_CREDENTIALS = true, GCS_BUCKET_NAME = &amp;#39;gcs-private&amp;#39; ) Public (No Auth) 1 2 3 CREATE DATA SINK gcs_dsink LOCATION = &amp;#39;GCS&amp;#39; WITH OPTIONS (GCS_BUCKET_NAME = &amp;#39;gcs-public&amp;#39;) JSON Key 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 CREATE DATA SINK gcs_dsink LOCATION = &amp;#39;GCS&amp;#39; WITH OPTIONS ( GCS_SERVICE_ACCOUNT_KEYS = &amp;#39; { &amp;#34;type&amp;#34;: &amp;#34;service_account&amp;#34;, &amp;#34;project_id&amp;#34;: &amp;#34;auser&amp;#34;, &amp;#34;private_key_id&amp;#34;: &amp;#34;abcdef1234567890&amp;#34;, &amp;#34;private_key&amp;#34;: &amp;#34;-----BEGIN PRIVATE KEY-----\nABCDEFG=\n-----END PRIVATE KEY-----\n&amp;#34;, &amp;#34;client_email&amp;#34;: &amp;#34;auser@auser.</description></item><item><title>Creating Data Sinks</title><link>/7.2/snippets/create-data-sinks/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/snippets/create-data-sinks/</guid><description>Azure BLOB Google Cloud Storage HDFS JDBC Kafka Local Table S3 Webhook Several authentication schemes across multiple consumers are supported. For a detailed overview of all of the consumer-specific options, see the SQL documentation.
Note
Creating an authenticated data sink may require creating a corresponding credential object to store the authentication information and then referencing that object when creating the data sink. See Creating Credentials for examples.
Azure BLOB Credential Managed Credentials Credential 1 2 3 4 5 6 7 CREATE DATA SINK azure_dsink LOCATION = &amp;#39;AZURE&amp;#39; WITH OPTIONS ( CREDENTIAL = &amp;#39;azure_cred&amp;#39;, CONTAINER NAME = &amp;#39;samplecontainer&amp;#39; ) Managed Credentials 1 2 3 4 5 6 7 8 9 CREATE DATA SINK azure_dsink LOCATION = &amp;#39;AZURE&amp;#39; WITH OPTIONS ( USE_MANAGED_CREDENTIALS = true, STORAGE ACCOUNT NAME = &amp;#39;sampleacc&amp;#39;, CONTAINER NAME = &amp;#39;samplecontainer&amp;#39;, TENANT ID = &amp;#39;x0xxx10-00x0-0x01-0xxx-x0x0x01xx100&amp;#39; ) Google Cloud Storage Credential Managed Credentials Public (No Auth) JSON Key Credential 1 2 3 4 5 6 7 CREATE DATA SINK gcs_dsink LOCATION = &amp;#39;GCS&amp;#39; WITH OPTIONS ( CREDENTIAL = &amp;#39;gcs_cred&amp;#39;, GCS_BUCKET_NAME = &amp;#39;gcs-private&amp;#39; ) Managed Credentials 1 2 3 4 5 6 7 CREATE DATA SINK gcs_dsink LOCATION = &amp;#39;GCS&amp;#39; WITH OPTIONS ( USE_MANAGED_CREDENTIALS = true, GCS_BUCKET_NAME = &amp;#39;gcs-private&amp;#39; ) Public (No Auth) 1 2 3 CREATE DATA SINK gcs_dsink LOCATION = &amp;#39;GCS&amp;#39; WITH OPTIONS (GCS_BUCKET_NAME = &amp;#39;gcs-public&amp;#39;) JSON Key 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 CREATE DATA SINK gcs_dsink LOCATION = &amp;#39;GCS&amp;#39; WITH OPTIONS ( GCS_SERVICE_ACCOUNT_KEYS = &amp;#39; { &amp;#34;type&amp;#34;: &amp;#34;service_account&amp;#34;, &amp;#34;project_id&amp;#34;: &amp;#34;auser&amp;#34;, &amp;#34;private_key_id&amp;#34;: &amp;#34;abcdef1234567890&amp;#34;, &amp;#34;private_key&amp;#34;: &amp;#34;-----BEGIN PRIVATE KEY-----\nABCDEFG=\n-----END PRIVATE KEY-----\n&amp;#34;, &amp;#34;client_email&amp;#34;: &amp;#34;auser@auser.</description></item><item><title>Creating Data Sources</title><link>/7.2/aws/snippets/creating-data-sources/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/snippets/creating-data-sources/</guid><description>Azure BLOB Google Cloud Storage HDFS JDBC Kafka (Apache) Kafka (Confluent) S3 Several authentication schemes across multiple providers are supported. For a detailed overview of all of the provider-specific options, see the SQL documentation.
Note
Creating an authenticated data source may require creating a corresponding credential object to store the authentication information and then referencing that object when creating the data source. See Creating Credentials for examples.
Azure BLOB Credential Public (No Auth) Password SAS Token Active Directory Credential 1 2 3 4 5 6 7 CREATE DATA SOURCE azure_ds LOCATION = &amp;#39;AZURE&amp;#39; WITH OPTIONS ( CREDENTIAL = &amp;#39;azure_cred&amp;#39;, CONTAINER NAME = &amp;#39;samplecontainer&amp;#39; ) Public (No Auth) 1 2 3 4 5 6 7 CREATE DATA SOURCE azure_ds LOCATION = &amp;#39;AZURE&amp;#39; USER = &amp;#39;sampleacc&amp;#39; WITH OPTIONS ( CONTAINER NAME = &amp;#39;samplecontainer&amp;#39; ) Password 1 2 3 4 5 6 7 8 CREATE DATA SOURCE azure_ds LOCATION = &amp;#39;AZURE&amp;#39; USER = &amp;#39;sampleacc&amp;#39; PASSWORD = &amp;#39;foobaz123&amp;#39; WITH OPTIONS ( CONTAINER NAME = &amp;#39;samplecontainer&amp;#39; ) SAS Token 1 2 3 4 5 6 7 8 CREATE DATA SOURCE azure_ds LOCATION = &amp;#39;AZURE&amp;#39; USER = &amp;#39;sampleacc&amp;#39; WITH OPTIONS ( CONTAINER NAME = &amp;#39;samplecontainer&amp;#39;, SAS TOKEN = &amp;#39;sv=2015-07-08&amp;amp;sr=b&amp;amp;sig=39Up0JzHkxhUlhFEjEH9673DJxe7w6clRCg0V6lCgSo%3D&amp;amp;se=2016-10-18T21%A51%A337Z&amp;amp;sp=rcw&amp;#39; ) Active Directory 1 2 3 4 5 6 7 8 9 10 CREATE DATA SOURCE azure_ds LOCATION = &amp;#39;AZURE&amp;#39; USER = &amp;#39;jdoe&amp;#39; PASSWORD = &amp;#39;foobaz123&amp;#39; WITH OPTIONS ( STORAGE ACCOUNT NAME = &amp;#39;sampelacc&amp;#39;, CONTAINER NAME = &amp;#39;samplecontainer&amp;#39;, TENANT ID = &amp;#39;x0xxx10-00x0-0x01-0xxx-x0x0x01xx100&amp;#39; ) Google Cloud Storage Credential Managed Credentials Public (No Auth) User ID &amp;amp; Key JSON Key Credential 1 2 3 4 5 6 7 CREATE DATA SOURCE gcs_ds LOCATION = &amp;#39;GCS&amp;#39; WITH OPTIONS ( CREDENTIAL = &amp;#39;gcs_cred&amp;#39;, GCS_BUCKET_NAME = &amp;#39;gcs-public&amp;#39; ) Managed Credentials 1 2 3 4 5 6 7 CREATE DATA SOURCE gcs_ds LOCATION = &amp;#39;GCS&amp;#39; WITH OPTIONS ( USE_MANAGED_CREDENTIALS = true, GCS_BUCKET_NAME = &amp;#39;gcs-public&amp;#39; ) Public (No Auth) 1 2 3 4 5 6 CREATE DATA SOURCE gcs_ds LOCATION = &amp;#39;GCS&amp;#39; WITH OPTIONS ( GCS_BUCKET_NAME = &amp;#39;gcs-public&amp;#39; ) User ID &amp;amp; Key 1 2 3 4 5 6 7 8 CREATE DATA SOURCE gcs_ds LOCATION = &amp;#39;GCS&amp;#39; USER = &amp;#39;auser@auser.</description></item><item><title>Creating Data Sources</title><link>/7.2/snippets/create-data-sources/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/snippets/create-data-sources/</guid><description>Azure BLOB Google Cloud Storage HDFS JDBC Kafka (Apache) Kafka (Confluent) S3 Several authentication schemes across multiple providers are supported. For a detailed overview of all of the provider-specific options, see the SQL documentation.
Note
Creating an authenticated data source may require creating a corresponding credential object to store the authentication information and then referencing that object when creating the data source. See Creating Credentials for examples.
Azure BLOB Credential Public (No Auth) Managed Credentials Password SAS Token Active Directory Credential 1 2 3 4 5 6 7 CREATE DATA SOURCE azure_ds LOCATION = &amp;#39;AZURE&amp;#39; WITH OPTIONS ( CREDENTIAL = &amp;#39;azure_cred&amp;#39;, CONTAINER NAME = &amp;#39;samplecontainer&amp;#39; ) Public (No Auth) 1 2 3 4 5 6 7 CREATE DATA SOURCE azure_ds LOCATION = &amp;#39;AZURE&amp;#39; USER = &amp;#39;sampleacc&amp;#39; WITH OPTIONS ( CONTAINER NAME = &amp;#39;samplecontainer&amp;#39; ) Managed Credentials 1 2 3 4 5 6 7 8 9 10 CREATE DATA SOURCE azure_ds LOCATION = &amp;#39;AZURE&amp;#39; USER = &amp;#39;sampleacc&amp;#39; WITH OPTIONS ( USE_MANAGED_CREDENTIALS = true, STORAGE ACCOUNT NAME = &amp;#39;sampelacc&amp;#39;, CONTAINER NAME = &amp;#39;samplecontainer&amp;#39;, TENANT ID = &amp;#39;x0xxx10-00x0-0x01-0xxx-x0x0x01xx100&amp;#39; ) Password 1 2 3 4 5 6 7 8 CREATE DATA SOURCE azure_ds LOCATION = &amp;#39;AZURE&amp;#39; USER = &amp;#39;sampleacc&amp;#39; PASSWORD = &amp;#39;foobaz123&amp;#39; WITH OPTIONS ( CONTAINER NAME = &amp;#39;samplecontainer&amp;#39; ) SAS Token 1 2 3 4 5 6 7 8 CREATE DATA SOURCE azure_ds LOCATION = &amp;#39;AZURE&amp;#39; USER = &amp;#39;sampleacc&amp;#39; WITH OPTIONS ( CONTAINER NAME = &amp;#39;samplecontainer&amp;#39;, SAS TOKEN = &amp;#39;sv=2015-07-08&amp;amp;sr=b&amp;amp;sig=39Up0JzHkxhUlhFEjEH9673DJxe7w6clRCg0V6lCgSo%3D&amp;amp;se=2016-10-18T21%A51%A337Z&amp;amp;sp=rcw&amp;#39; ) Active Directory 1 2 3 4 5 6 7 8 9 10 CREATE DATA SOURCE azure_ds LOCATION = &amp;#39;AZURE&amp;#39; USER = &amp;#39;jdoe&amp;#39; PASSWORD = &amp;#39;foobaz123&amp;#39; WITH OPTIONS ( STORAGE ACCOUNT NAME = &amp;#39;sampelacc&amp;#39;, CONTAINER NAME = &amp;#39;samplecontainer&amp;#39;, TENANT ID = &amp;#39;x0xxx10-00x0-0x01-0xxx-x0x0x01xx100&amp;#39; ) Google Cloud Storage Credential Managed Credentials Public (No Auth) User ID &amp;amp; Key JSON Key Credential 1 2 3 4 5 6 7 CREATE DATA SOURCE gcs_ds LOCATION = &amp;#39;GCS&amp;#39; WITH OPTIONS ( CREDENTIAL = &amp;#39;gcs_cred&amp;#39;, GCS_BUCKET_NAME = &amp;#39;gcs-public&amp;#39; ) Managed Credentials 1 2 3 4 5 6 7 CREATE DATA SOURCE gcs_ds LOCATION = &amp;#39;GCS&amp;#39; WITH OPTIONS ( USE_MANAGED_CREDENTIALS = true, GCS_BUCKET_NAME = &amp;#39;gcs-public&amp;#39; ) Public (No Auth) 1 2 3 4 5 6 CREATE DATA SOURCE gcs_ds LOCATION = &amp;#39;GCS&amp;#39; WITH OPTIONS ( GCS_BUCKET_NAME = &amp;#39;gcs-public&amp;#39; ) User ID &amp;amp; Key 1 2 3 4 5 6 7 8 CREATE DATA SOURCE gcs_ds LOCATION = &amp;#39;GCS&amp;#39; USER = &amp;#39;auser@auser.</description></item><item><title>Creating Streams</title><link>/7.2/aws/snippets/creating-streams/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/snippets/creating-streams/</guid><description>Monitor Target Refresh Event Options Several authentication schemes across multiple consumers are supported. For a detailed overview of all of the consumer-specific options, see the SQL documentation.
Monitor Target Data Sink Kafka (No Auth) Local Table HTTP HTTPS Data Sink 1 2 CREATE STREAM kin_stream ON example.order_stream WITH OPTIONS (DATASINK_NAME = &amp;#39;kin_dsink&amp;#39;) Kafka (No Auth) 1 2 3 4 5 6 CREATE STREAM kin_stream ON example.order_stream WITH OPTIONS ( DESTINATION = &amp;#39;kafka://kafka-test:9092&amp;#39;, KAFKA_TOPIC_NAME = &amp;#39;kafka-test&amp;#39; ) Local Table 1 2 CREATE STREAM kin_stream ON example.</description></item><item><title>Creating Streams</title><link>/7.2/snippets/create-streams/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/snippets/create-streams/</guid><description>Monitor Target Refresh Event Options Several authentication schemes across multiple consumers are supported. For a detailed overview of all of the consumer-specific options, see the SQL documentation.
Monitor Target Data Sink Kafka (No Auth) Local Table HTTP HTTPS Data Sink 1 2 CREATE STREAM kin_stream ON example.order_stream WITH OPTIONS (DATASINK_NAME = &amp;#39;kin_dsink&amp;#39;) Kafka (No Auth) 1 2 3 4 5 6 CREATE STREAM kin_stream ON example.order_stream WITH OPTIONS ( DESTINATION = &amp;#39;kafka://kafka-test:9092&amp;#39;, KAFKA_TOPIC_NAME = &amp;#39;kafka-test&amp;#39; ) Local Table 1 2 CREATE STREAM kin_stream ON example.</description></item><item><title>Creating Tables</title><link>/7.2/aws/snippets/creating-tables/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/snippets/creating-tables/</guid><description>Column Types Column Features Keys Indexes Collision Options (Table Exists) Distribution Properties Partitions Tier Strategy For the full table creation syntax, see CREATE TABLE.
Column Types For the full set of column types, see Column Types.
Numeric Text (Simple) Text (Complex) Date/Time Binary Geospatial Array Numeric 1 2 3 4 5 6 7 8 9 10 11 12 CREATE TABLE column_types_numeric ( b BOOLEAN, -- Native &amp;#34;boolean&amp;#34; type ti TINYINT, -- Native &amp;#34;int8&amp;#34; type si SMALLINT, -- Native &amp;#34;int16&amp;#34; type i INT, -- Native &amp;#34;integer&amp;#34; type bi BIGINT, -- Native &amp;#34;long&amp;#34; type ub UNSIGNED BIGINT, -- Native &amp;#34;ulong&amp;#34; type r REAL, -- Native &amp;#34;float&amp;#34; type d DOUBLE, -- Native &amp;#34;double&amp;#34; type dc DECIMAL(18, 4) -- Native &amp;#34;decimal&amp;#34; type ) Text (Simple) 1 2 3 4 5 6 7 CREATE TABLE column_types_text_simple ( c_min VARCHAR(1), -- Native &amp;#34;char1&amp;#34; type c_max VARCHAR(256), -- Native &amp;#34;char256&amp;#34; type s VARCHAR, -- Native &amp;#34;string&amp;#34; type sn VARCHAR(512) -- Native &amp;#34;string&amp;#34; type ) Text (Complex) 1 2 3 4 5 6 CREATE TABLE column_types_text_complex ( ip IPV4, -- Native &amp;#34;ipv4&amp;#34; column property on &amp;#34;string&amp;#34; type ui UUID, -- Native &amp;#34;uuid&amp;#34; type j JSON -- Native &amp;#34;json&amp;#34; type ) Date/Time 1 2 3 4 5 6 7 CREATE TABLE column_types_date_time ( td DATE, -- Native &amp;#34;date&amp;#34; type dt DATETIME, -- Native &amp;#34;datetime&amp;#34; type tt TIME, -- Native &amp;#34;time&amp;#34; type ts TIMESTAMP -- Native &amp;#34;timestamp&amp;#34; type ) Binary 1 2 3 4 CREATE TABLE column_types_binary ( b BLOB -- Native &amp;#34;bytes&amp;#34; type ) Geospatial 1 2 3 4 5 CREATE TABLE column_types_geospatial ( geo GEOMETRY, -- Native &amp;#34;wkt&amp;#34; subtype of &amp;#34;string&amp;#34; type bw BLOB(WKT) -- Native &amp;#34;wkt&amp;#34; subtype of &amp;#34;bytes&amp;#34; type ) Array 1 2 3 4 5 6 7 8 9 10 11 CREATE TABLE column_types_array ( ab BOOLEAN[3], -- Native &amp;#34;array(boolean, 3)&amp;#34; subtype of &amp;#34;string&amp;#34; type ai INT[3], -- Native &amp;#34;array(int, 3)&amp;#34; subtype of &amp;#34;string&amp;#34; type abi BIGINT[3], -- Native &amp;#34;array(long, 3)&amp;#34; subtype of &amp;#34;string&amp;#34; type aubi UNSIGNED BIGINT[3], -- Native &amp;#34;array(ulong, 3)&amp;#34; subtype of &amp;#34;string&amp;#34; type avec VECTOR(3), -- Native &amp;#34;vector(3)&amp;#34; type ar REAL[3], -- Native &amp;#34;array(float, 3)&amp;#34; subtype of &amp;#34;string&amp;#34; type ad DOUBLE[3], -- Native &amp;#34;array(double, 3)&amp;#34; subtype of &amp;#34;string&amp;#34; type avar VARCHAR[3] -- Native &amp;#34;array(string, 3)&amp;#34; subtype of &amp;#34;string&amp;#34; type ) Column Features Any column type can have the nullability modified or have a comment applied.</description></item><item><title>Creating Tables</title><link>/7.2/snippets/create-tables/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/snippets/create-tables/</guid><description>Column Types Column Features Keys Indexes Collision Options (Table Exists) Distribution Properties Partitions Tier Strategy For the full table creation syntax, see CREATE TABLE.
Column Types For the full set of column types, see Column Types.
Numeric Text (Simple) Text (Complex) Date/Time Binary Geospatial Array Numeric 1 2 3 4 5 6 7 8 9 10 11 12 CREATE TABLE column_types_numeric ( b BOOLEAN, -- Native &amp;#34;boolean&amp;#34; type ti TINYINT, -- Native &amp;#34;int8&amp;#34; type si SMALLINT, -- Native &amp;#34;int16&amp;#34; type i INT, -- Native &amp;#34;integer&amp;#34; type bi BIGINT, -- Native &amp;#34;long&amp;#34; type ub UNSIGNED BIGINT, -- Native &amp;#34;ulong&amp;#34; type r REAL, -- Native &amp;#34;float&amp;#34; type d DOUBLE, -- Native &amp;#34;double&amp;#34; type dc DECIMAL(18, 4) -- Native &amp;#34;decimal&amp;#34; type ) Text (Simple) 1 2 3 4 5 6 7 CREATE TABLE column_types_text_simple ( c_min VARCHAR(1), -- Native &amp;#34;char1&amp;#34; type c_max VARCHAR(256), -- Native &amp;#34;char256&amp;#34; type s VARCHAR, -- Native &amp;#34;string&amp;#34; type sn VARCHAR(512) -- Native &amp;#34;string&amp;#34; type ) Text (Complex) 1 2 3 4 5 6 CREATE TABLE column_types_text_complex ( ip IPV4, -- Native &amp;#34;ipv4&amp;#34; column property on &amp;#34;string&amp;#34; type ui UUID, -- Native &amp;#34;uuid&amp;#34; type j JSON -- Native &amp;#34;json&amp;#34; type ) Date/Time 1 2 3 4 5 6 7 CREATE TABLE column_types_date_time ( td DATE, -- Native &amp;#34;date&amp;#34; type dt DATETIME, -- Native &amp;#34;datetime&amp;#34; type tt TIME, -- Native &amp;#34;time&amp;#34; type ts TIMESTAMP -- Native &amp;#34;timestamp&amp;#34; type ) Binary 1 2 3 4 CREATE TABLE column_types_binary ( b BLOB -- Native &amp;#34;bytes&amp;#34; type ) Geospatial 1 2 3 4 5 CREATE TABLE column_types_geospatial ( geo GEOMETRY, -- Native &amp;#34;wkt&amp;#34; subtype of &amp;#34;string&amp;#34; type bw BLOB(WKT) -- Native &amp;#34;wkt&amp;#34; subtype of &amp;#34;bytes&amp;#34; type ) Array 1 2 3 4 5 6 7 8 9 10 11 CREATE TABLE column_types_array ( ab BOOLEAN[3], -- Native &amp;#34;array(boolean, 3)&amp;#34; subtype of &amp;#34;string&amp;#34; type ai INT[3], -- Native &amp;#34;array(int, 3)&amp;#34; subtype of &amp;#34;string&amp;#34; type abi BIGINT[3], -- Native &amp;#34;array(long, 3)&amp;#34; subtype of &amp;#34;string&amp;#34; type aubi UNSIGNED BIGINT[3], -- Native &amp;#34;array(ulong, 3)&amp;#34; subtype of &amp;#34;string&amp;#34; type avec VECTOR(3), -- Native &amp;#34;vector(3)&amp;#34; type ar REAL[3], -- Native &amp;#34;array(float, 3)&amp;#34; subtype of &amp;#34;string&amp;#34; type ad DOUBLE[3], -- Native &amp;#34;array(double, 3)&amp;#34; subtype of &amp;#34;string&amp;#34; type avar VARCHAR[3] -- Native &amp;#34;array(string, 3)&amp;#34; subtype of &amp;#34;string&amp;#34; type ) Column Features Any column type can have the nullability modified or have a comment applied.</description></item><item><title>Credentials</title><link>/7.2/aws/concepts/credentials/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/concepts/credentials/</guid><description>Managing Credentials Creating a Credential Provider-Specific Syntax Altering a Credential Removing a Credential Showing a Credential Updating Credential Permissions A credential is an authentication object for a resource or repository that is external to the database. It consists of the credentials used to authenticate to that external system, with the goal of providing an authentication token to any database object that may need to connect to that system.
A credential name must adhere to the standard naming criteria.</description></item><item><title>Credentials</title><link>/7.2/concepts/credentials/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/concepts/credentials/</guid><description>Managing Credentials Creating a Credential Provider-Specific Syntax Altering a Credential Removing a Credential Showing a Credential Updating Credential Permissions A credential is an authentication object for a resource or repository that is external to the database. It consists of the credentials used to authenticate to that external system, with the goal of providing an authentication token to any database object that may need to connect to that system.
A credential name must adhere to the standard naming criteria.</description></item><item><title>Cube</title><link>/7.2/aws/concepts/cube/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/concepts/cube/</guid><description>The cube operation takes n number of columns and produces 2n aggregates.
For example, given a cube on columns A, B, &amp;amp; C, it computes the requested aggregates for the following combinations of columns:
{ABC} - unique A B C triplets {AB } - unique A B pairs {A C} - unique A C pairs { BC} - unique B C pairs {A&amp;nbsp; } - unique A values { B } - unique B values {&amp;nbsp; C} - unique C values {&amp;nbsp;&amp;nbsp; } - all values The cube operation is an aggregate function that can be invoked natively in the options map of the /aggregate/groupby endpoint.</description></item><item><title>Cube</title><link>/7.2/concepts/cube/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/concepts/cube/</guid><description>The cube operation takes n number of columns and produces 2n aggregates.
For example, given a cube on columns A, B, &amp;amp; C, it computes the requested aggregates for the following combinations of columns:
{ABC} - unique A B C triplets {AB } - unique A B pairs {A C} - unique A C pairs { BC} - unique B C pairs {A&amp;nbsp; } - unique A values { B } - unique B values {&amp;nbsp; C} - unique C values {&amp;nbsp;&amp;nbsp; } - all values The cube operation is an aggregate function that can be invoked natively in the options map of the /aggregate/groupby endpoint.</description></item><item><title>Custom Logging</title><link>/7.2/admin/logging/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/logging/</guid><description>The default core Kinetica log that records database interactions, startup/shutdown, error information, and more is located at /opt/gpudb/core/logs/gpudb.log. This log file can be configured to use a custom format that conforms to a rolling logging standard, enable various appenders and/or loggers, change the logging level, and more using the /opt/gpudb/core/etc/gpudb_logger.conf file.
Customizing the Log Log Levels Appenders ToConsole ToSysLog ToFile ToRollingFile ToRollingDatedFile ToBacktraceFile Loggers Auditing Customizing the Log Audit Appenders Console File Rolling File Customizing the Log Review the available Log Levels.</description></item><item><title>Dashboard</title><link>/7.2/admin/kagent/dashboard/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/kagent/dashboard/</guid><description>The Dashboard page in KAgent hosts cluster and ring summary information, which provides a quick way to gather the health of your Kinetica environments.
Rings Ring Summary Events Timeline Cluster Summary Rings Rings is the default view for the Dashboard page. The Rings view displays a list of the rings added to this instance of KAgent. For each ring listed, the following information is available: a list of clusters in the ring, a visual indicator of the health of each node in each cluster, and a visual indicator of the health of each rank in each cluster.</description></item><item><title>Data</title><link>/7.2/admin/gadmin/data/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/gadmin/data/</guid><description>All the data in the database can be viewed through GAdmin&amp;#39;s Data menu selection. From here, you can manage each schema in the database and every table and view it contains; use WMS to generate a heatmap of a table or view with geocoordinates; and manage graphs.
Tables Schema List Table/View List Creating Defining a Tier Strategy Partitioning Configuring Moving Deleting Rebuilding Detailed Table Information WMS Data Grid Export Data Advanced Table Security Users Roles Columns Example Graphs Create Query Solve Match Import Tables The Tables page provides information about all schemas and contained tables &amp;amp; views in the database in a grid layout.</description></item><item><title>Data Definition (DDL)</title><link>/7.2/aws/sql/ddl/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/sql/ddl/</guid><description>Column Types Column Properties CREATE SCHEMA ALTER SCHEMA DROP SCHEMA SHOW SCHEMA DESCRIBE SCHEMA SET CURRENT SCHEMA CREATE TABLE CREATE EXTERNAL TABLE CREATE TABLE ... AS ALTER TABLE REFRESH EXTERNAL TABLE REPAIR TABLE TRUNCATE TABLE DROP TABLE SHOW TABLE DESCRIBE TABLE CREATE VIEW CREATE MATERIALIZED VIEW ALTER VIEW ALTER MATERIALIZED VIEW REFRESH VIEW DROP VIEW SHOW VIEW DESCRIBE VIEW CREATE CREDENTIAL ALTER CREDENTIAL DROP CREDENTIAL SHOW CREDENTIAL DESCRIBE CREDENTIAL CREATE DATA SOURCE ALTER DATA SOURCE LIST DATA SOURCE DROP DATA SOURCE SHOW DATA SOURCE DESCRIBE DATA SOURCE CREATE DATA SINK ALTER DATA SINK DROP DATA SINK SHOW DATA SINK DESCRIBE DATA SINK CREATE STREAM DROP STREAM SHOW STREAM DESCRIBE STREAM DESCRIBE Comments Kinetica supports the basic notion of SQL tables as containers of one or more columns of data.</description></item><item><title>Data Definition (DDL)</title><link>/7.2/sql/ddl/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/sql/ddl/</guid><description>Column Types Column Properties CREATE SCHEMA ALTER SCHEMA DROP SCHEMA SHOW SCHEMA DESCRIBE SCHEMA SET CURRENT SCHEMA CREATE TABLE CREATE EXTERNAL TABLE CREATE TABLE ... AS ALTER TABLE REFRESH EXTERNAL TABLE REPAIR TABLE TRUNCATE TABLE DROP TABLE SHOW TABLE DESCRIBE TABLE CREATE VIEW CREATE MATERIALIZED VIEW ALTER VIEW ALTER MATERIALIZED VIEW REFRESH VIEW DROP VIEW SHOW VIEW DESCRIBE VIEW CREATE CREDENTIAL ALTER CREDENTIAL DROP CREDENTIAL SHOW CREDENTIAL DESCRIBE CREDENTIAL CREATE DATA SOURCE ALTER DATA SOURCE LIST DATA SOURCE DROP DATA SOURCE SHOW DATA SOURCE DESCRIBE DATA SOURCE CREATE DATA SINK ALTER DATA SINK DROP DATA SINK SHOW DATA SINK DESCRIBE DATA SINK CREATE STREAM DROP STREAM SHOW STREAM DESCRIBE STREAM DESCRIBE Comments Kinetica supports the basic notion of SQL tables as containers of one or more columns of data.</description></item><item><title>Data Explorer</title><link>/7.2/admin/workbench/ui/explorer/data/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/workbench/ui/explorer/data/</guid><description>General Features Tables &amp;amp; Views Schema Services Table/View Services Data Sources Data Sinks Streams Graphs Context Function Environments The Data Explorer can be used to manage most object types.
Data Explorer Tab
To access the Data Explorer, in Workbench, click the Data tab of the left-hand navigation pane.
General Features At the top of the Data Explorer tab are actions not tied to a specific object type:
Search box - filters displayed objects across all three domains, by keyword Refresh icon - refreshes the list of displayed objects &amp;#43; icon - adds a new data object Tables &amp;amp; Views This section of the Data Explorer shows the list of accessible schemas at the top level, and beneath each, the set of accessible tables and views.</description></item><item><title>Data Explorer</title><link>/7.2/aws/admin/workbench/ui/explorer/data/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/admin/workbench/ui/explorer/data/</guid><description>General Features Tables &amp;amp; Views Schema Services Table/View Services Data Sources Data Sinks Streams Graphs Context Function Environments The Data Explorer can be used to manage most object types.
Data Explorer Tab
To access the Data Explorer, in Workbench, click the Data tab of the left-hand navigation pane.
General Features At the top of the Data Explorer tab are actions not tied to a specific object type:
Search box - filters displayed objects across all three domains, by keyword Refresh icon - refreshes the list of displayed objects &amp;#43; icon - adds a new data object Tables &amp;amp; Views This section of the Data Explorer shows the list of accessible schemas at the top level, and beneath each, the set of accessible tables and views.</description></item><item><title>Data Loading Concepts</title><link>/7.2/aws/load_data/concepts/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/load_data/concepts/</guid><description>Introduction The Basics of Loading Data Data Loading Interfaces Data Sources Supported Data Sources Creating a Data Source Create Credential Create Data Source SQL Examples Supported File Types Parquet Limitations Transformed Types Skipped Types JSON/GeoJSON Limitations Loading Data Workbench JDBC Client External Tables Load Into KiSQL Advanced Ingestion Type Inferencing Change Data Capture Tuning Batch Size Custom Ingest Applications 3rd Party Tools Examples File/Queue-Based Query-Based More SQL Examples Introduction Loading data in Kinetica is a nuanced process that is dependent on several factors, including the interface being used, the data source you are ingesting from, the chosen data format, and the desired access pattern for the external data.</description></item><item><title>Data Loading Concepts</title><link>/7.2/load_data/concepts/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/load_data/concepts/</guid><description>Introduction The Basics of Loading Data Data Loading Interfaces Data Sources Supported Data Sources Creating a Data Source Create Credential Create Data Source SQL Examples Supported File Types Parquet Limitations Transformed Types Skipped Types JSON/GeoJSON Limitations Loading Data GAdmin Workbench JDBC Client External Tables Load Into KiSQL Advanced Ingestion Type Inferencing Change Data Capture Tuning Batch Size Custom Ingest Applications 3rd Party Tools Examples File/Queue-Based Query-Based More SQL Examples Introduction Loading data in Kinetica is a nuanced process that is dependent on several factors, including the interface being used, the data source you are ingesting from, the chosen data format, and the desired access pattern for the external data.</description></item><item><title>Data Manipulation (DML)</title><link>/7.2/aws/sql/dml/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/sql/dml/</guid><description>INSERT INSERT INTO ... VALUES INSERT INTO ... SELECT Upserting Ignoring Duplicates UPDATE Overwriting Duplicates Ignoring Duplicates MERGE INTO DELETE INSERT There are two methods for inserting data into a table from within the database:
Inserting values Copying data from another table When specifying a column list using either method, any non-nullable fields not included in the list will be given default values--empty string for strings, and 0 for numerics.</description></item><item><title>Data Manipulation (DML)</title><link>/7.2/sql/dml/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/sql/dml/</guid><description>INSERT INSERT INTO ... VALUES INSERT INTO ... SELECT Upserting Ignoring Duplicates UPDATE Overwriting Duplicates Ignoring Duplicates MERGE INTO DELETE INSERT There are two methods for inserting data into a table from within the database:
Inserting values Copying data from another table When specifying a column list using either method, any non-nullable fields not included in the list will be given default values--empty string for strings, and 0 for numerics.</description></item><item><title>Data Sinks</title><link>/7.2/aws/concepts/data_sinks/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/concepts/data_sinks/</guid><description>Managing Data Sinks Creating a Data Sink Consumer-Specific Syntax A data sink is reference object for a data target that is generally external to the database. It consists of the location &amp;amp; connection information to that target. A data sink can make use of a credential object for storing remote authentication information.
A data sink name must adhere to the standard naming criteria. Each data sink exists within a schema and follows the standard name resolution rules for tables.</description></item><item><title>Data Sinks</title><link>/7.2/concepts/data_sinks/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/concepts/data_sinks/</guid><description>Managing Data Sinks Creating a Data Sink Consumer-Specific Syntax A data sink is reference object for a data target that is generally external to the database. It consists of the location &amp;amp; connection information to that target. A data sink can make use of a credential object for storing remote authentication information.
A data sink name must adhere to the standard naming criteria. Each data sink exists within a schema and follows the standard name resolution rules for tables.</description></item><item><title>Data Sources</title><link>/7.2/aws/concepts/data_sources/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/concepts/data_sources/</guid><description>Managing Data Sources Creating a Data Source Provider-Specific Syntax Limitations A data source is reference object for a data set that is external to the database. It consists of the location &amp;amp; connection information to that external source, but doesn't hold the names of any specific data sets/files within that source. A data source can make use of a credential object for storing remote authentication information.
A data source name must adhere to the standard naming criteria.</description></item><item><title>Data Sources</title><link>/7.2/concepts/data_sources/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/concepts/data_sources/</guid><description>Managing Data Sources Creating a Data Source Provider-Specific Syntax Limitations A data source is reference object for a data set that is external to the database. It consists of the location &amp;amp; connection information to that external source, but doesn't hold the names of any specific data sets/files within that source. A data source can make use of a credential object for storing remote authentication information.
A data source name must adhere to the standard naming criteria.</description></item><item><title>Database Backup/Restore</title><link>/7.2/aws/sql/backup_restore/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/sql/backup_restore/</guid><description>CREATE BACKUP Backup Options Examples ALTER BACKUP Examples RESTORE BACKUP Restore Options Examples DROP BACKUP Examples SHOW BACKUP Examples DESCRIBE BACKUP Examples Kinetica provides a SQL interface for performing hot backups via full, incremental, &amp;amp; differential snapshots and restoration of schema objects and data. For information on full system backups, see System Backup instead.
The ability to manage backups is available using the following commands:
CREATE BACKUP ALTER BACKUP RESTORE BACKUP DROP BACKUP SHOW BACKUP DESCRIBE BACKUP See Backing Up &amp;amp; Restoring the Cluster for details on backing up and restoring data.</description></item><item><title>Database Backup/Restore</title><link>/7.2/sql/backup_restore/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/sql/backup_restore/</guid><description>CREATE BACKUP Backup Options Examples ALTER BACKUP Examples RESTORE BACKUP Restore Options Examples DROP BACKUP Examples SHOW BACKUP Examples DESCRIBE BACKUP Examples Kinetica provides a SQL interface for performing hot backups via full, incremental, &amp;amp; differential snapshots and restoration of schema objects and data. For information on full system backups, see System Backup instead.
The ability to manage backups is available using the following commands:
CREATE BACKUP ALTER BACKUP RESTORE BACKUP DROP BACKUP SHOW BACKUP DESCRIBE BACKUP See Backing Up/Restoring Kinetica for details on backing up and restoring data.</description></item><item><title>Date Bucketing</title><link>/7.2/aws/time_series/date_bucket/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/time_series/date_bucket/</guid><description>Date bucketing is the segmenting of a given data set into &amp;quot;buckets&amp;quot;, based on some date-based column value or expression within the set.
DATE_BUCKET Date bucketing is accomplished through the use of the DATE_BUCKET function, which calculates the date range in which a given timestamp falls, based on a set of fixed-width &amp;quot;buckets&amp;quot;, start-aligned to a date/time, and offset from that start date/time.
The basic form of the DATE_BUCKET function is:</description></item><item><title>Date Bucketing</title><link>/7.2/time_series/date_bucket/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/time_series/date_bucket/</guid><description>Date bucketing is the segmenting of a given data set into &amp;quot;buckets&amp;quot;, based on some date-based column value or expression within the set.
DATE_BUCKET Date bucketing is accomplished through the use of the DATE_BUCKET function, which calculates the date range in which a given timestamp falls, based on a set of fixed-width &amp;quot;buckets&amp;quot;, start-aligned to a date/time, and offset from that start date/time.
The basic form of the DATE_BUCKET function is:</description></item><item><title>Date/Time Types</title><link>/7.2/aws/time_series/types/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/time_series/types/</guid><description>There are three categories of date/time data types supported in both SQL and natively via API:
Date Time Timestamp Support for the timestamp type comes in two flavors, depending on whether the data being ingested into Kinetica is numeric (milliseconds since the Epoch) or string (date/time literal). Once ingested, both of these types and stored and processed in the same way.
SQL Date/Time Column Types Data Type Bytes Minimum Value Maximum Value Format DATE 4 1000-01-01 2900-12-31 YYYY-[M]M-[D]D 1000-01-01 2900-12-31 DATETIME 8 1000-01-01 00:00:00.</description></item><item><title>Date/Time Types</title><link>/7.2/time_series/types/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/time_series/types/</guid><description>There are three categories of date/time data types supported in both SQL and natively via API:
Date Time Timestamp Support for the timestamp type comes in two flavors, depending on whether the data being ingested into Kinetica is numeric (milliseconds since the Epoch) or string (date/time literal). Once ingested, both of these types and stored and processed in the same way.
SQL Date/Time Column Types Data Type Bytes Minimum Value Maximum Value Format DATE 4 1000-01-01 2900-12-31 YYYY-[M]M-[D]D 1000-01-01 2900-12-31 DATETIME 8 1000-01-01 00:00:00.</description></item><item><title>Default Ports</title><link>/7.2/aws/install/shared/ports/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/install/shared/ports/</guid><description>The default ports used for communication with Kinetica and various important services follow.
Port Function 80 The non-secure listener for Kinetica application &amp;amp; connection traffic; will redirect automatically to the secure listener on port 443 443 The listener for applications (Workbench, Reveal, etc.) and connections (APIs, JDBC, etc.) 5432 The listener for PostgreSQL Wire Protocol connections 9002 Table monitor publishing server port. Users of database table monitors will need the ability to connect to this port to receive data generated via the table monitor.</description></item><item><title>Delete Directory</title><link>/7.2/aws/feature_overview/delete_directory_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/delete_directory_feature_overview/</guid><description>Deletes a directory from KiFS.
Input Parameter Description Name Type Description directory_name string Name of the directory in KiFS to be deleted. The directory must contain no files, unless recursive is true. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description recursive If true, will delete directory and all files residing in it. If false, directory must be empty for deletion.</description></item><item><title>Delete Directory</title><link>/7.2/feature_overview/delete_directory_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/delete_directory_feature_overview/</guid><description>Deletes a directory from KiFS.
Input Parameter Description Name Type Description directory_name string Name of the directory in KiFS to be deleted. The directory must contain no files, unless recursive is true. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description recursive If true, will delete directory and all files residing in it. If false, directory must be empty for deletion.</description></item><item><title>Delete Files</title><link>/7.2/aws/feature_overview/delete_files_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/delete_files_feature_overview/</guid><description>Deletes one or more files from KiFS.
Input Parameter Description Name Type Description file_names array of strings An array of names of files to be deleted. File paths may contain wildcard characters after the KiFS directory delimiter.
Accepted wildcard characters are asterisk (*) to represent any string of zero or more characters, and question mark (?) to indicate a single character.
options map of string to strings Optional parameters.</description></item><item><title>Delete Files</title><link>/7.2/feature_overview/delete_files_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/delete_files_feature_overview/</guid><description>Deletes one or more files from KiFS.
Input Parameter Description Name Type Description file_names array of strings An array of names of files to be deleted. File paths may contain wildcard characters after the KiFS directory delimiter.
Accepted wildcard characters are asterisk (*) to represent any string of zero or more characters, and question mark (?) to indicate a single character.
options map of string to strings Optional parameters.</description></item><item><title>Delete Graph</title><link>/7.2/aws/feature_overview/delete_graph_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/delete_graph_feature_overview/</guid><description>Deletes an existing graph from the graph server and/or persist.
Input Parameter Description Name Type Description graph_name string Name of the graph to be deleted. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description delete_persist If set to true, the graph is removed from the server and persist. If set to false, the graph is removed from the server but is left in persist.</description></item><item><title>Delete Graph</title><link>/7.2/feature_overview/delete_graph_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/delete_graph_feature_overview/</guid><description>Deletes an existing graph from the graph server and/or persist.
Input Parameter Description Name Type Description graph_name string Name of the graph to be deleted. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description delete_persist If set to true, the graph is removed from the server and persist. If set to false, the graph is removed from the server but is left in persist.</description></item><item><title>Delete Proc</title><link>/7.2/aws/feature_overview/delete_proc_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/delete_proc_feature_overview/</guid><description>Deletes a proc. Any currently running instances of the proc will be killed.
Input Parameter Description Name Type Description proc_name string Name of the proc to be deleted. Must be the name of a currently existing proc. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description proc_name string Value of input parameter proc_name. info map of string to strings Additional information.</description></item><item><title>Delete Proc</title><link>/7.2/feature_overview/delete_proc_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/delete_proc_feature_overview/</guid><description>Deletes a proc. Any currently running instances of the proc will be killed.
Input Parameter Description Name Type Description proc_name string Name of the proc to be deleted. Must be the name of a currently existing proc. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description proc_name string Value of input parameter proc_name. info map of string to strings Additional information.</description></item><item><title>Delete Records</title><link>/7.2/aws/feature_overview/delete_records_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/delete_records_feature_overview/</guid><description>Deletes record(s) matching the provided criteria from the given table. The record selection criteria can either be one or more input parameter expressions (matching multiple records), a single record identified by record_id options, or all records when using delete_all_records. Note that the three selection criteria are mutually exclusive. This operation cannot be run on a view. The operation is synchronous meaning that a response will not be available until the request is completely processed and all the matching records are deleted.</description></item><item><title>Delete Records</title><link>/7.2/feature_overview/delete_records_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/delete_records_feature_overview/</guid><description>Deletes record(s) matching the provided criteria from the given table. The record selection criteria can either be one or more input parameter expressions (matching multiple records), a single record identified by record_id options, or all records when using delete_all_records. Note that the three selection criteria are mutually exclusive. This operation cannot be run on a view. The operation is synchronous meaning that a response will not be available until the request is completely processed and all the matching records are deleted.</description></item><item><title>Delete Resource Group</title><link>/7.2/aws/feature_overview/delete_resourcegroup_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/delete_resourcegroup_feature_overview/</guid><description>Deletes a resource group.
Input Parameter Description Name Type Description name string Name of the resource group to be deleted. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description cascade_delete If true, delete any existing entities owned by this group. Otherwise this request will return an error of any such entities exist.
The default value is false.</description></item><item><title>Delete Resource Group</title><link>/7.2/feature_overview/delete_resourcegroup_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/delete_resourcegroup_feature_overview/</guid><description>Deletes a resource group.
Input Parameter Description Name Type Description name string Name of the resource group to be deleted. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description cascade_delete If true, delete any existing entities owned by this group. Otherwise this request will return an error of any such entities exist.
The default value is false.</description></item><item><title>Delete Role</title><link>/7.2/aws/feature_overview/delete_role_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/delete_role_feature_overview/</guid><description>Deletes an existing role.
NOTE: This endpoint should be used for on-premise deployments only.
Input Parameter Description Name Type Description name string Name of the role to be deleted. Must be an existing role. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description name string Value of input parameter name. info map of string to strings Additional information.</description></item><item><title>Delete Role</title><link>/7.2/feature_overview/delete_role_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/delete_role_feature_overview/</guid><description>Deletes an existing role.
NOTE: This endpoint should be used for on-premise deployments only.
Input Parameter Description Name Type Description name string Name of the role to be deleted. Must be an existing role. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description name string Value of input parameter name. info map of string to strings Additional information.</description></item><item><title>Delete User</title><link>/7.2/aws/feature_overview/delete_user_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/delete_user_feature_overview/</guid><description>Deletes an existing user.
NOTE: This endpoint should be used for on-premise deployments only.
Input Parameter Description Name Type Description name string Name of the user to be deleted. Must be an existing user. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description name string Value of input parameter name. info map of string to strings Additional information.</description></item><item><title>Delete User</title><link>/7.2/feature_overview/delete_user_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/delete_user_feature_overview/</guid><description>Deletes an existing user.
NOTE: This endpoint should be used for on-premise deployments only.
Input Parameter Description Name Type Description name string Name of the user to be deleted. Must be an existing user. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description name string Value of input parameter name. info map of string to strings Additional information.</description></item><item><title>Determining the Kinetica Connection URL</title><link>/7.2/aws/admin/hostname/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/admin/hostname/</guid><description>The URL for connecting to Kinetica can be found within the AWS Console.
Sign into the AWS Console at:
https://aws.amazon.com/console
Search for CloudFormation in the console search bar.
Choose the AWS Region where you originally deployed the stack (e.g., us-west-2).
Select the original stack you created (not the nested stacks), and then click on the Outputs tab.
The value in the workbenchUrl key is the URL for the Workbench application in Kinetica.</description></item><item><title>Dictionary Encoding</title><link>/7.2/aws/concepts/dictionary_encoding/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/concepts/dictionary_encoding/</guid><description>Dictionary encoding is a data compression technique that can be applied to individual columns.
It will store each unique value of a column in memory and associate each record with its corresponding unique value. This eliminates the storage of duplicate values in a column, reducing the overall memory &amp;amp; disk space required to hold the data.
Dictionary encoding is most effective on columns with low cardinality; the fewer the number of unique values within a column, the greater the reduction in memory usage.</description></item><item><title>Dictionary Encoding</title><link>/7.2/concepts/dictionary_encoding/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/concepts/dictionary_encoding/</guid><description>Dictionary encoding is a data compression technique that can be applied to individual columns.
It will store each unique value of a column in memory and associate each record with its corresponding unique value. This eliminates the storage of duplicate values in a column, reducing the overall memory &amp;amp; disk space required to hold the data.
Dictionary encoding is most effective on columns with low cardinality; the fewer the number of unique values within a column, the greater the reduction in memory usage.</description></item><item><title>Distributed Graph Servers</title><link>/7.2/aws/graph_solver/distributed_graph_server/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/graph_solver/distributed_graph_server/</guid><description>Kinetica enables distributed graph servers, in which the additional CPU power from distributed graph server hosts can be leveraged to make all types of graph operations more performant.
Leveraging Distributed Graph Servers Examples Leveraging Distributed Graph Servers Each graph server will be provided an ID that will allow users to reference it during graph API endpoint operations. The system will automatically leverage distributed graph servers for each graph endpoint. For situations that demand more control over where graph operations are performed, users can specify the graph server ID when sending a graph-related endpoint request.</description></item><item><title>Distributed Graph Servers</title><link>/7.2/graph_solver/distributed_graph_server/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/graph_solver/distributed_graph_server/</guid><description>In Kinetica versions 7.1.2 and greater, distributed graph servers are able to be initialized during the installation process. If distributed graph servers are enabled, the additional CPU power from distributed graph server hosts can be leveraged to make all types of graph operations more performant.
Installation &amp;amp; Configuration Leveraging Distributed Graph Servers Examples Distributed Graph Server User Interface (UI) Installation &amp;amp; Configuration As mentioned above, determining if a cluster should have distributed graph servers happens during the nodes configuration process of the installation process.</description></item><item><title>Distributed Ingest</title><link>/7.2/aws/tuning/multihead/multihead_ingest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/tuning/multihead/multihead_ingest/</guid><description>Distributed Ingest (Multi-Head Ingest) is a mechanism that allows sharded data to be ingested directly into cluster nodes, bypassing the overhead of pushing the data through the head node to the cluster nodes. This greatly increases the speed of ingest by spreading the network traffic across multiple nodes.
Operationally, the ingest mechanism calculates the target shard key of each record to insert, and sends batches of co-located records to their respective target nodes.</description></item><item><title>Distributed Ingest</title><link>/7.2/tuning/multihead/multihead_ingest/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/tuning/multihead/multihead_ingest/</guid><description>Distributed Ingest (Multi-Head Ingest) is a mechanism that allows sharded data to be ingested directly into cluster nodes, bypassing the overhead of pushing the data through the head node to the cluster nodes. This greatly increases the speed of ingest by spreading the network traffic across multiple nodes.
Operationally, the ingest mechanism calculates the target shard key of each record to insert, and sends batches of co-located records to their respective target nodes.</description></item><item><title>Distributed Ingest &amp; Key Lookup Use Case</title><link>/7.2/aws/tuning/multihead/multihead_use_case/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/tuning/multihead/multihead_use_case/</guid><description>A common, highly-performant use case for Kinetica is distributed ingest into a fact table and distributed key lookup from a materialized view created from that fact table, periodically refreshed at some interval.
The example given below can be downloaded &amp;amp; run to demonstrate the use case on a local Kinetica instance.
This guide will demonstrate a simple use case, implemented in Java &amp;amp; SQL, consisting of four entities:
Distributed Ingest Client Fact Table (ingestion target) Materialized View from Fact Table (key lookup source) Distributed Key Lookup Client Distributed Ingest &amp;amp; Key Lookup</description></item><item><title>Distributed Ingest &amp; Key Lookup Use Case</title><link>/7.2/tuning/multihead/multihead_use_case/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/tuning/multihead/multihead_use_case/</guid><description>A common, highly-performant use case for Kinetica is distributed ingest into a fact table and distributed key lookup from a materialized view created from that fact table, periodically refreshed at some interval.
The example given below can be downloaded &amp;amp; run to demonstrate the use case on a local Kinetica instance.
This guide will demonstrate a simple use case, implemented in Java &amp;amp; SQL, consisting of four entities:
Distributed Ingest Client Fact Table (ingestion target) Materialized View from Fact Table (key lookup source) Distributed Key Lookup Client Distributed Ingest &amp;amp; Key Lookup</description></item><item><title>Distributed Key Lookup</title><link>/7.2/aws/tuning/multihead/multihead_egress/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/tuning/multihead/multihead_egress/</guid><description>Distributed Key Lookup (Multi-Head Egress) is a mechanism that allows sharded data to be retrieved directly from cluster nodes, bypassing the overhead of pulling the data through the head node from the cluster nodes. This greatly increases the speed of retrieval by spreading the network traffic across multiple nodes.
Operationally, the key lookup mechanism is the retrieval of a given shard key value in a given table or view, filtering out any records that don't match an optional expression.</description></item><item><title>Distributed Key Lookup</title><link>/7.2/tuning/multihead/multihead_egress/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/tuning/multihead/multihead_egress/</guid><description>Distributed Key Lookup (Multi-Head Egress) is a mechanism that allows sharded data to be retrieved directly from cluster nodes, bypassing the overhead of pulling the data through the head node from the cluster nodes. This greatly increases the speed of retrieval by spreading the network traffic across multiple nodes.
Operationally, the key lookup mechanism is the retrieval of a given shard key value in a given table or view, filtering out any records that don't match an optional expression.</description></item><item><title>Download Files</title><link>/7.2/aws/feature_overview/download_files_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/download_files_feature_overview/</guid><description>Downloads one or more files from KiFS.
Input Parameter Description Name Type Description file_names array of strings An array of the file names to download from KiFS. File paths may contain wildcard characters after the KiFS directory delimiter.
Accepted wildcard characters are asterisk (*) to represent any string of zero or more characters, and question mark (?) to indicate a single character.
read_offsets array of longs An array of starting byte offsets from which to read each respective file in input parameter file_names.</description></item><item><title>Download Files</title><link>/7.2/feature_overview/download_files_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/download_files_feature_overview/</guid><description>Downloads one or more files from KiFS.
Input Parameter Description Name Type Description file_names array of strings An array of the file names to download from KiFS. File paths may contain wildcard characters after the KiFS directory delimiter.
Accepted wildcard characters are asterisk (*) to represent any string of zero or more characters, and question mark (?) to indicate a single character.
read_offsets array of longs An array of starting byte offsets from which to read each respective file in input parameter file_names.</description></item><item><title>Downloads</title><link>/7.2/aws/downloads/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/downloads/</guid><description>Tip
All of the downloads below (plus ODBC Mac and Linux clients) are available in Workbench on the home screen, under Getting Started ‣ API Downloads.
Database API Downloads The database API bindings for each language can be found below.
Name Repository Reference C++ C++ GitHub Repo &lt;a href="/7.2/7.2/aws/api/c&amp;#43;&amp;#43;/">C++ API Reference&lt;/a> &lt;a href="/7.2/7.2/aws/guides/cpp_guide/">C++ API Tutorial&lt;/a> C# C# GitHub Repo &lt;a href="/7.2/7.2/aws/api/csharp/">C# API Reference&lt;/a> Java Java GitHub Repo &lt;a href="/7.2/7.2/aws/api/java/">Java API Reference&lt;/a> &lt;a href="/7.2/7.2/aws/guides/java_guide/">Java API Tutorial&lt;/a> JavaScript JavaScript GitHub Repo &lt;a href="/7.2/7.2/aws/api/javascript/">JavaScript API Reference&lt;/a> &lt;a href="/7.2/7.2/aws/guides/js_guide/">JavaScript Developer Manual&lt;/a> Node.</description></item><item><title>Downloads</title><link>/7.2/downloads/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/downloads/</guid><description>Tip
All of the downloads below (plus ODBC Mac and Linux clients) are available in GAdmin (Support ‣ APIs or Support ‣ Drivers) and in the /opt/gpudb/downloads/ directory on any server with Kinetica installed.
Database API Downloads The database API bindings for each language can be found below.
Name Repository Reference C++ C++ GitHub Repo &lt;a href="/7.2/7.2/api/c&amp;#43;&amp;#43;/">C++ API Reference&lt;/a> &lt;a href="/7.2/7.2/guides/cpp_guide/">C++ API Tutorial&lt;/a> C# C# GitHub Repo &lt;a href="/7.2/7.2/api/csharp/">C# API Reference&lt;/a> Java Java GitHub Repo &lt;a href="/7.2/7.2/api/java/">Java API Reference&lt;/a> &lt;a href="/7.2/7.2/guides/java_guide/">Java API Tutorial&lt;/a> JavaScript JavaScript GitHub Repo &lt;a href="/7.2/7.2/api/javascript/">JavaScript API Reference&lt;/a> &lt;a href="/7.2/7.2/guides/js_guide/">JavaScript Developer Manual&lt;/a> Node.</description></item><item><title>Drop Backup</title><link>/7.2/aws/feature_overview/drop_backup_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/drop_backup_feature_overview/</guid><description>Deletes one or more existing database backups and contained snapshots, accessible via the data sink specified by input parameter datasink_name.
Input Parameter Description Name Type Description backup_name string Name of the backup to be deleted. An empty string or '*' will delete all existing backups. Any text followed by a '*' will delete backups whose name starts with that text. When deleting multiple backups, delete_all_backups must be set to true.</description></item><item><title>Drop Backup</title><link>/7.2/feature_overview/drop_backup_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/drop_backup_feature_overview/</guid><description>Deletes one or more existing database backups and contained snapshots, accessible via the data sink specified by input parameter datasink_name.
Input Parameter Description Name Type Description backup_name string Name of the backup to be deleted. An empty string or '*' will delete all existing backups. Any text followed by a '*' will delete backups whose name starts with that text. When deleting multiple backups, delete_all_backups must be set to true.</description></item><item><title>Drop Catalog</title><link>/7.2/aws/feature_overview/drop_catalog_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/drop_catalog_feature_overview/</guid><description>Drops an existing catalog. Any external tables that depend on the catalog must be dropped before it can be dropped.
Input Parameter Description Name Type Description name string Name of the catalog to be dropped. Must be an existing catalog. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description name string Value of input parameter name.</description></item><item><title>Drop Catalog</title><link>/7.2/feature_overview/drop_catalog_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/drop_catalog_feature_overview/</guid><description>Drops an existing catalog. Any external tables that depend on the catalog must be dropped before it can be dropped.
Input Parameter Description Name Type Description name string Name of the catalog to be dropped. Must be an existing catalog. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description name string Value of input parameter name.</description></item><item><title>Drop Credential</title><link>/7.2/aws/feature_overview/drop_credential_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/drop_credential_feature_overview/</guid><description> Drop an existing credential.
Input Parameter Description Name Type Description credential_name string Name of the credential to be dropped. Must be an existing credential. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description credential_name string Value of input parameter credential_name. info map of string to strings Additional information.</description></item><item><title>Drop Credential</title><link>/7.2/feature_overview/drop_credential_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/drop_credential_feature_overview/</guid><description> Drop an existing credential.
Input Parameter Description Name Type Description credential_name string Name of the credential to be dropped. Must be an existing credential. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description credential_name string Value of input parameter credential_name. info map of string to strings Additional information.</description></item><item><title>Drop Data Sink</title><link>/7.2/aws/feature_overview/drop_datasink_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/drop_datasink_feature_overview/</guid><description>Drops an existing data sink.
By default, if any table monitors use this sink as a destination, the request will be blocked unless option clear_table_monitors is true.
Input Parameter Description Name Type Description name string Name of the data sink to be dropped. Must be an existing data sink. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description clear_table_monitors If true, any table monitors that use this data sink will be cleared.</description></item><item><title>Drop Data Sink</title><link>/7.2/feature_overview/drop_datasink_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/drop_datasink_feature_overview/</guid><description>Drops an existing data sink.
By default, if any table monitors use this sink as a destination, the request will be blocked unless option clear_table_monitors is true.
Input Parameter Description Name Type Description name string Name of the data sink to be dropped. Must be an existing data sink. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description clear_table_monitors If true, any table monitors that use this data sink will be cleared.</description></item><item><title>Drop Data Source</title><link>/7.2/aws/feature_overview/drop_datasource_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/drop_datasource_feature_overview/</guid><description>Drops an existing data source. Any external tables that depend on the data source must be dropped before it can be dropped.
Input Parameter Description Name Type Description name string Name of the data source to be dropped. Must be an existing data source. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description name string Value of input parameter name.</description></item><item><title>Drop Data Source</title><link>/7.2/feature_overview/drop_datasource_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/drop_datasource_feature_overview/</guid><description>Drops an existing data source. Any external tables that depend on the data source must be dropped before it can be dropped.
Input Parameter Description Name Type Description name string Name of the data source to be dropped. Must be an existing data source. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description name string Value of input parameter name.</description></item><item><title>Drop Schema</title><link>/7.2/aws/feature_overview/drop_schema_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/drop_schema_feature_overview/</guid><description>Drops an existing SQL-style schema, specified in input parameter schema_name.
Input Parameter Description Name Type Description schema_name string Name of the schema to be dropped. Must be an existing schema. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description no_error_if_not_exists If true and if the schema specified in input parameter schema_name does not exist, no error is returned.</description></item><item><title>Drop Schema</title><link>/7.2/feature_overview/drop_schema_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/drop_schema_feature_overview/</guid><description>Drops an existing SQL-style schema, specified in input parameter schema_name.
Input Parameter Description Name Type Description schema_name string Name of the schema to be dropped. Must be an existing schema. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description no_error_if_not_exists If true and if the schema specified in input parameter schema_name does not exist, no error is returned.</description></item><item><title>Drop UDF Environment</title><link>/7.2/aws/feature_overview/drop_environment_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/drop_environment_feature_overview/</guid><description>Drop an existing user-defined function (UDF) environment.
Input Parameter Description Name Type Description environment_name string Name of the environment to be dropped. Must be an existing environment. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description no_error_if_not_exists If true and if the environment specified in input parameter environment_name does not exist, no error is returned. If false and if the environment specified in input parameter environment_name does not exist, then an error is returned.</description></item><item><title>Drop UDF Environment</title><link>/7.2/feature_overview/drop_environment_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/drop_environment_feature_overview/</guid><description>Drop an existing user-defined function (UDF) environment.
Input Parameter Description Name Type Description environment_name string Name of the environment to be dropped. Must be an existing environment. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description no_error_if_not_exists If true and if the environment specified in input parameter environment_name does not exist, no error is returned. If false and if the environment specified in input parameter environment_name does not exist, then an error is returned.</description></item><item><title>Dynamic Schemas</title><link>/7.2/api/dynamic_schemas/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/dynamic_schemas/</guid><description>Dynamic Schemas in Python Dynamic Schemas in Java For some endpoints (e.g. /aggregate/groupby, /aggregate/unique, /get/records/bycolumn), the response from Kinetica is formatted depending on the request and the data being returned. This is known as a dynamic schema. The response will contain an Avro schema string (in the response_schema_str field) and then either an Avro binary encoded response (in the binary_encoded_response field) or an Avro JSON encoded response (in the json_encoded_response field).</description></item><item><title>Dynamic Schemas</title><link>/7.2/aws/api/dynamic_schemas/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/dynamic_schemas/</guid><description>Dynamic Schemas in Python Dynamic Schemas in Java For some endpoints (e.g. /aggregate/groupby, /aggregate/unique, /get/records/bycolumn), the response from Kinetica is formatted depending on the request and the data being returned. This is known as a dynamic schema. The response will contain an Avro schema string (in the response_schema_str field) and then either an Avro binary encoded response (in the binary_encoded_response field) or an Avro JSON encoded response (in the json_encoded_response field).</description></item><item><title>Event Codes</title><link>/7.2/admin/event_codes/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/event_codes/</guid><description>When adding an Event Alert, there are many event codes to choose from. You can search through the available events in the event alert creation window using one of the event codes below or using keywords from a description of the desired event, e.g., shutdown, standby, etc. The events are organized by Kinetica component.
Cluster Operations Data Source Subscriptions HTTPD High Availability (HA) Host Manager Machine Learning (ML) Monitoring Rank Operations Reveal SQL Query Planner Cluster Operations Event Code Severity Description / Log Message 01.</description></item><item><title>Event Codes</title><link>/7.2/aws/admin/event_codes/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/admin/event_codes/</guid><description>When adding an Event Alert, there are many event codes to choose from. You can search through the available events in the event alert creation window using one of the event codes below or using keywords from a description of the desired event, e.g., shutdown, standby, etc. The events are organized by Kinetica component.
Cluster Operations Data Source Subscriptions HTTPD High Availability (HA) Host Manager Machine Learning (ML) Monitoring Rank Operations Reveal SQL Query Planner Cluster Operations Event Code Severity Description / Log Message 01.</description></item><item><title>Events</title><link>/7.2/admin/kagent/events/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/kagent/events/</guid><description>The Events page in KAgent hosts a running log of all events that have occurred. Events are configured via the Alerts page. Review Event Codes for a list of all available events.
Actions The available actions on the Events page are as follows:
Refresh the list of events by clicking Refresh Update any of the Advanced Filter fields and click Apply Filter to filter the events list based on the provided values.</description></item><item><title>Example UDF (CUDA) - cuBLAS</title><link>/7.2/udf/python/examples/dist_cuda_cublas/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/udf/python/examples/dist_cuda_cublas/</guid><description>The following is a complete example, using the Python API, of a CUDA-based UDF that performs various computations using the scikit-CUDA interface. It will take two vectors and one matrix of data loaded from a Kinetica table and perform various operations in both NumPy &amp;amp; cuBLAS, writing the comparison output to the system log.
This setup assumes the UDF is being developed on the Kinetica host (or head node host, if a multi-node Kinetica cluster); and that the Python database API is available at /opt/gpudb/api/python and the Python UDF API is available at /opt/gpudb/udf/api/python.</description></item><item><title>Example UDF (CUDA) - Sum of Squares</title><link>/7.2/udf/cpp/examples/dist_cuda_sum_of_squares/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/udf/cpp/examples/dist_cuda_sum_of_squares/</guid><description>The following implements the sum-of-squares algorithm as a distributed UDF using the CUDA-based UDF C++ API. The initialization script will be run separately from the UDF itself, and the execution script will need to target the UDF C++ binary.
This example will take a list of input tables and corresponding output tables (must be the same number) and, for each record of each input table, sums the squares of all input table columns and saves the result to the first column of the corresponding output table record; i.</description></item><item><title>Example UDF (Non-CUDA) - Distributed Model</title><link>/7.2/aws/udf/python/examples/github_examples/dist_model/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/udf/python/examples/github_examples/dist_model/</guid><description>The following is a complete example, using the Python UDF API, of a non-CUDA UDF that demonstrates how to build multiple models based on distributed data and combine them into an ensemble. This example (and others) can be found in the Python UDF API repository; this repository can be downloaded/cloned from GitHub.
References Prerequisites UDF API Download Relevant Scripts UDF Deployment Execution Detail Database Setup Model Training UDF (dt_train.py) Training UDF Registration (register_execute_train.</description></item><item><title>Example UDF (Non-CUDA) - Distributed Model</title><link>/7.2/udf/python/examples/github_examples/dist_model/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/udf/python/examples/github_examples/dist_model/</guid><description>The following is a complete example, using the Python UDF API, of a non-CUDA UDF that demonstrates how to build multiple models based on distributed data and combine them into an ensemble. This example (and others) can be found in the Python UDF API repository; this repository can be downloaded/cloned from GitHub.
References Prerequisites UDF API Download Relevant Scripts UDF Deployment Execution Detail Database Setup Model Training UDF (dt_train.py) Training UDF Registration (register_execute_train.</description></item><item><title>Example UDF (Non-CUDA) - Pandas</title><link>/7.2/aws/udf/python/examples/github_examples/pandas/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/udf/python/examples/github_examples/pandas/</guid><description>The following is a complete example, using the Python UDF API, of a non-CUDA UDF that demonstrates how to create pandas dataframes and insert them into tables in Kinetica. This example (and others) can be found in the Python UDF API repository; this repository can be downloaded/cloned from GitHub.
References Prerequisites UDF API Download Relevant Scripts UDF Deployment Execution Detail Database Setup UDF (df_to_output_UDF.py) UDF Registration (register_execute_UDF.py) References Python UDF Reference -- detailed description of the entire UDF API Running UDFs -- detailed description on running Python UDFs Example UDFs -- example UDFs written in Python Prerequisites The general prerequisites for using UDFs in Kinetica can be found under UDF Prerequisites.</description></item><item><title>Example UDF (Non-CUDA) - Pandas</title><link>/7.2/udf/python/examples/github_examples/pandas/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/udf/python/examples/github_examples/pandas/</guid><description>The following is a complete example, using the Python UDF API, of a non-CUDA UDF that demonstrates how to create pandas dataframes and insert them into tables in Kinetica. This example (and others) can be found in the Python UDF API repository; this repository can be downloaded/cloned from GitHub.
References Prerequisites UDF API Download Relevant Scripts UDF Deployment Execution Detail Database Setup UDF (df_to_output_UDF.py) UDF Registration (register_execute_UDF.py) References Python UDF Reference -- detailed description of the entire UDF API Running UDFs -- detailed description on running Python UDFs Example UDFs -- example UDFs written in Python Prerequisites The general prerequisites for using UDFs in Kinetica can be found under UDF Prerequisites.</description></item><item><title>Example UDF (Non-CUDA) - Sum of Squares</title><link>/7.2/aws/udf/python/examples/dist_noncuda_sum_of_squares/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/udf/python/examples/dist_noncuda_sum_of_squares/</guid><description>Download &amp;amp; Run UDF Detail Initialization (udf_sos_manager.py init) UDF (udf_sos_proc.py) Execution (udf_sos_manager.py exec) The following is a complete example, using the Python API, of a non-CUDA UDF that takes a list of input tables and corresponding output tables (must be the same number) and, for each record of each input table, sums the squares of input table columns and saves the result to the corresponding output table column; i.e.:</description></item><item><title>Example UDF (Non-CUDA) - Sum of Squares</title><link>/7.2/udf/python/examples/dist_noncuda_sum_of_squares/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/udf/python/examples/dist_noncuda_sum_of_squares/</guid><description>Download &amp;amp; Run UDF Detail Initialization (udf_sos_manager.py init) UDF (udf_sos_proc.py) Execution (udf_sos_manager.py exec) The following is a complete example, using the Python API, of a non-CUDA UDF that takes a list of input tables and corresponding output tables (must be the same number) and, for each record of each input table, sums the squares of input table columns and saves the result to the corresponding output table column; i.e.:</description></item><item><title>Except</title><link>/7.2/aws/concepts/except/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/concepts/except/</guid><description>An except is a representation of all rows in one data set (table or view) that do not appear in another.
Note
An except is somewhat analogous to creating a table from a SQL EXCEPT of two tables. See CREATE TABLE ... AS and EXCEPT for details.
An except is performed via the /create/union endpoint, using the except or except_all mode:
Except -- all unique rows that exist in one data set, but not the other Except All -- all rows (including duplicates) that exist in one data set, but not the other Note</description></item><item><title>Except</title><link>/7.2/concepts/except/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/concepts/except/</guid><description>An except is a representation of all rows in one data set (table or view) that do not appear in another.
Note
An except is somewhat analogous to creating a table from a SQL EXCEPT of two tables. See CREATE TABLE ... AS and EXCEPT for details.
An except is performed via the /create/union endpoint, using the except or except_all mode:
Except -- all unique rows that exist in one data set, but not the other Except All -- all rows (including duplicates) that exist in one data set, but not the other Note</description></item><item><title>Execute Proc</title><link>/7.2/aws/feature_overview/execute_proc_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/execute_proc_feature_overview/</guid><description>Executes a proc. This endpoint is asynchronous and does not wait for the proc to complete before returning.
If the proc being executed is distributed, input parameter input_table_names and input parameter input_column_names may be passed to the proc to use for reading data, and input parameter output_table_names may be passed to the proc to use for writing data.
If the proc being executed is non-distributed, these table parameters will be ignored.</description></item><item><title>Execute Proc</title><link>/7.2/feature_overview/execute_proc_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/execute_proc_feature_overview/</guid><description>Executes a proc. This endpoint is asynchronous and does not wait for the proc to complete before returning.
If the proc being executed is distributed, input parameter input_table_names and input parameter input_column_names may be passed to the proc to use for reading data, and input parameter output_table_names may be passed to the proc to use for writing data.
If the proc being executed is non-distributed, these table parameters will be ignored.</description></item><item><title>Execute SQL</title><link>/7.2/aws/feature_overview/execute_sql_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/execute_sql_feature_overview/</guid><description>Execute a SQL statement (query, DML, or DDL).
See SQL Support for the complete set of supported SQL commands.
When a caller wants all the results from a large query (e.g., more than max_get_records_size records), they can make multiple calls to this endpoint using the input parameter offset and input parameter limit parameters to page through the results. Normally, this will execute the input parameter statement query each time. To avoid re-executing the query each time and to keep the results in the same order, the caller should specify a paging_table name to hold the results of the query between calls and specify the paging_table on subsequent calls.</description></item><item><title>Execute SQL</title><link>/7.2/feature_overview/execute_sql_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/execute_sql_feature_overview/</guid><description>Execute a SQL statement (query, DML, or DDL).
See SQL Support for the complete set of supported SQL commands.
When a caller wants all the results from a large query (e.g., more than max_get_records_size records), they can make multiple calls to this endpoint using the input parameter offset and input parameter limit parameters to page through the results. Normally, this will execute the input parameter statement query each time. To avoid re-executing the query each time and to keep the results in the same order, the caller should specify a paging_table name to hold the results of the query between calls and specify the paging_table on subsequent calls.</description></item><item><title>Export Query Metrics</title><link>/7.2/aws/feature_overview/export_query_metrics_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/export_query_metrics_feature_overview/</guid><description>Export query metrics to a given destination. Returns query metrics.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description expression Filter for multi query export. filepath Path to export target specified as a filename or existing directory. format Specifies which format to export the metrics.
The default value is json.</description></item><item><title>Export Query Metrics</title><link>/7.2/feature_overview/export_query_metrics_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/export_query_metrics_feature_overview/</guid><description>Export query metrics to a given destination. Returns query metrics.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description expression Filter for multi query export. filepath Path to export target specified as a filename or existing directory. format Specifies which format to export the metrics.
The default value is json.</description></item><item><title>Export Records from Table</title><link>/7.2/aws/feature_overview/export_records_tofiles_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/export_records_tofiles_feature_overview/</guid><description>Export records from a table to files. All tables can be exported, in full or partial (see columns_to_export and columns_to_skip). Additional filtering can be applied when using export table with expression through SQL. Default destination is KIFS, though other storage types (Azure, S3, GCS, and HDFS) are supported through datasink_name; see &lt;a href="/7.2/7.2/aws/feature_overview/create_datasink_feature_overview/">Create Data Sink&lt;/a>.
Server's local file system is not supported. Default file format is delimited text. See options for different file types and different options for each file type.</description></item><item><title>Export Records from Table</title><link>/7.2/feature_overview/export_records_tofiles_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/export_records_tofiles_feature_overview/</guid><description>Export records from a table to files. All tables can be exported, in full or partial (see columns_to_export and columns_to_skip). Additional filtering can be applied when using export table with expression through SQL. Default destination is KIFS, though other storage types (Azure, S3, GCS, and HDFS) are supported through datasink_name; see &lt;a href="/7.2/7.2/feature_overview/create_datasink_feature_overview/">Create Data Sink&lt;/a>.
Server's local file system is not supported. Default file format is delimited text. See options for different file types and different options for each file type.</description></item><item><title>Export Records to External Database Table</title><link>/7.2/aws/feature_overview/export_records_totable_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/export_records_totable_feature_overview/</guid><description>Exports records from source table to the specified target table in an external database.
Input Parameter Description Name Type Description table_name string Name of the table from which the data will be exported to remote database, in [schema_name.]table_name format, using standard name resolution rules. remote_query string Parameterized insert query to export gpudb table data into remote database.
The default value is ''.
options map of string to strings Optional parameters.</description></item><item><title>Export Records to External Database Table</title><link>/7.2/feature_overview/export_records_totable_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/export_records_totable_feature_overview/</guid><description>Exports records from source table to the specified target table in an external database.
Input Parameter Description Name Type Description table_name string Name of the table from which the data will be exported to remote database, in [schema_name.]table_name format, using standard name resolution rules. remote_query string Parameterized insert query to export gpudb table data into remote database.
The default value is ''.
options map of string to strings Optional parameters.</description></item><item><title>Exporting Data</title><link>/7.2/aws/sql/export/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/sql/export/</guid><description>EXPORT ... INTO Delimited Text Options Export Options Examples EXPORT ... INTO Kinetica can export data from one or more tables, using an EXPORT ... INTO statement. The data can be exported to either of the following:
KiFS a data sink configured to allow write access to: remote files on Azure, GCS, HDFS, or S3 a writable remote database table via JDBC Note
For contextualized examples, see Examples. For copy/paste examples, see Exporting Data.</description></item><item><title>Exporting Data</title><link>/7.2/sql/export/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/sql/export/</guid><description>EXPORT ... INTO Delimited Text Options Export Options Examples EXPORT ... INTO Kinetica can export data from one or more tables, using an EXPORT ... INTO statement. The data can be exported to either of the following:
KiFS a data sink configured to allow write access to: remote files on Azure, GCS, HDFS, or S3 a writable remote database table via JDBC Note
For contextualized examples, see Examples. For copy/paste examples, see Exporting Data.</description></item><item><title>Expressions</title><link>/7.2/aws/concepts/expressions/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/concepts/expressions/</guid><description>Kinetica has native API support for a variety of expressions, which are used as inputs while querying data (for supported SQL expressions, see Queries (SQL) ). These native API expressions can involve one or more constants (both numeric and string) and table columns. The expressions follow certain constraints based on where they are used, but all the expressions should follow the basic guidelines outlined below.
Important
Use parentheses liberally to ensure correct order-of-operations.</description></item><item><title>Expressions</title><link>/7.2/concepts/expressions/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/concepts/expressions/</guid><description>Kinetica has native API support for a variety of expressions, which are used as inputs while querying data (for supported SQL expressions, see Queries (SQL) ). These native API expressions can involve one or more constants (both numeric and string) and table columns. The expressions follow certain constraints based on where they are used, but all the expressions should follow the basic guidelines outlined below.
Important
Use parentheses liberally to ensure correct order-of-operations.</description></item><item><title>External Authentication Configuration</title><link>/7.2/security/shared/ex_auth_config/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/security/shared/ex_auth_config/</guid><description>External authentication data store integration with Kinetica is accomplished through an Apache HTTPD proxy. This proxy comes packaged with Kinetica and can be found in /opt/gpudb/httpd. Since this portion is controlled by Apache HTTP not Kinetica, see the Apache documentation for further details. External authentication can be configured for Kinetica with or without SSL.
Kinetica currently supports the following external authentication sources:
LDAP Microsoft Active Directory Kerberos Important
See Obfuscating Plain-Text Passwords for an example of obfuscating the plain-text LDAP/AD password in the HTTPD configuration file.</description></item><item><title>External Tables</title><link>/7.2/aws/concepts/external_tables/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/concepts/external_tables/</guid><description>Types Data File Formats Table Features Data Sources Ingestion Mode Refresh on Start Error Mode Creating an External Table An external table is a database object whose source data is located in one or more files external to the database. The source data can be located in either of the following locations:
in KiFS on a remote system, accessible via a data source External tables are created via the /create/table/external native API call.</description></item><item><title>External Tables</title><link>/7.2/concepts/external_tables/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/concepts/external_tables/</guid><description>Types Data File Formats Table Features Data Sources Ingestion Mode Refresh on Start Error Mode Creating an External Table An external table is a database object whose source data is located in one or more files external to the database. The source data can be located in either of the following locations:
in KiFS on a remote system, accessible via a data source External tables are created via the /create/table/external native API call.</description></item><item><title>File Explorer</title><link>/7.2/admin/workbench/ui/explorer/files/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/workbench/ui/explorer/files/</guid><description>General Features File List The File Explorer can be used to manage directories &amp;amp; files in Kinetica File System (KiFS).
File Explorer Tab
To access the File Explorer, in Workbench, click the Files tab of the left-hand navigation pane.
General Features At the top of the File Explorer tab are several file/directory actions:
Search box - filter displayed files &amp;amp; directories, by name; directory matches will result in all files in that directory being displayed Refresh icon - refresh the list of displayed files &amp;amp; directories &amp;#43; icon - create a new directory or upload a file File List The File Explorer displays a list of top-level directories and the set of files contained within them.</description></item><item><title>File Explorer</title><link>/7.2/aws/admin/workbench/ui/explorer/files/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/admin/workbench/ui/explorer/files/</guid><description>General Features File List The File Explorer can be used to manage directories &amp;amp; files in Kinetica File System (KiFS).
File Explorer Tab
To access the File Explorer, in Workbench, click the Files tab of the left-hand navigation pane.
General Features At the top of the File Explorer tab are several file/directory actions:
Search box - filter displayed files &amp;amp; directories, by name; directory matches will result in all files in that directory being displayed Refresh icon - refresh the list of displayed files &amp;amp; directories &amp;#43; icon - create a new directory or upload a file File List The File Explorer displays a list of top-level directories and the set of files contained within them.</description></item><item><title>File Upload Import</title><link>/7.2/admin/workbench/ui/import/upload/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/workbench/ui/import/upload/</guid><description>Import Overview Setup Source Destination Configure Summary Using the File Upload Import wizard, local files can be staged in KiFS and imported into Kinetica. Once in KiFS, they can subsequently be imported via the Kinetica Filesystem import wizard or via SQL's LOAD INTO command, or be made the source of data for an external table, among other uses.
To upload a local file to KiFS and import the data into Kinetica, click on the File Upload panel on the Import landing page in Workbench.</description></item><item><title>File Upload Import</title><link>/7.2/aws/admin/workbench/ui/import/upload/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/admin/workbench/ui/import/upload/</guid><description>Import Overview Setup Source Destination Configure Summary Using the File Upload Import wizard, local files can be staged in KiFS and imported into Kinetica. Once in KiFS, they can subsequently be imported via the Kinetica Filesystem import wizard or via SQL's LOAD INTO command, or be made the source of data for an external table, among other uses.
To upload a local file to KiFS and import the data into Kinetica, click on the File Upload panel on the Import landing page in Workbench.</description></item><item><title>Files &amp; Directories (KiFS)</title><link>/7.2/aws/sql/kifs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/sql/kifs/</guid><description>CREATE DIRECTORY ALTER DIRECTORY Set Data Limit LIST DIRECTORY DOWNLOAD DIRECTORY DROP DIRECTORY UPLOAD FILE UPLOAD URL LIST FILE DOWNLOAD FILE DROP FILE Kinetica, via KiFS, provides support for staging files within the database for subsequent ingestion. The file structure consists of a single layer of top-level directories, with each file contained within one of those directories. File names can contain / characters to give the appearance of existing under a hierarchy of one or more sub-directories.</description></item><item><title>Files &amp; Directories (KiFS)</title><link>/7.2/sql/kifs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/sql/kifs/</guid><description>CREATE DIRECTORY ALTER DIRECTORY Set Data Limit LIST DIRECTORY DOWNLOAD DIRECTORY DROP DIRECTORY UPLOAD FILE UPLOAD URL LIST FILE DOWNLOAD FILE DROP FILE Kinetica, via KiFS, provides support for staging files within the database for subsequent ingestion. The file structure consists of a single layer of top-level directories, with each file contained within one of those directories. File names can contain / characters to give the appearance of existing under a hierarchy of one or more sub-directories.</description></item><item><title>Filter</title><link>/7.2/aws/feature_overview/filter_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/filter_feature_overview/</guid><description>Filters data based on the specified expression. The results are stored in a result set with the given input parameter view_name.
For details see Expressions.
The response message contains the number of points for which the expression evaluated to be true, which is equivalent to the size of the result view.
Input Parameter Description Name Type Description table_name string Name of the table to filter, in [schema_name.]table_name format, using standard name resolution rules.</description></item><item><title>Filter</title><link>/7.2/feature_overview/filter_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/filter_feature_overview/</guid><description>Filters data based on the specified expression. The results are stored in a result set with the given input parameter view_name.
For details see Expressions.
The response message contains the number of points for which the expression evaluated to be true, which is equivalent to the size of the result view.
Input Parameter Description Name Type Description table_name string Name of the table to filter, in [schema_name.]table_name format, using standard name resolution rules.</description></item><item><title>Filter by Area</title><link>/7.2/aws/feature_overview/filter_byarea_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/filter_byarea_feature_overview/</guid><description>Calculates which objects from a table are within a named area of interest (NAI/polygon). The operation is synchronous, meaning that a response will not be returned until all the matching objects are fully available. The response payload provides the count of the resulting set. A new resultant set (view) which satisfies the input NAI restriction specification is created with the name input parameter view_name passed in as part of the input.</description></item><item><title>Filter by Area</title><link>/7.2/feature_overview/filter_byarea_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/filter_byarea_feature_overview/</guid><description>Calculates which objects from a table are within a named area of interest (NAI/polygon). The operation is synchronous, meaning that a response will not be returned until all the matching objects are fully available. The response payload provides the count of the resulting set. A new resultant set (view) which satisfies the input NAI restriction specification is created with the name input parameter view_name passed in as part of the input.</description></item><item><title>Filter by Box</title><link>/7.2/aws/feature_overview/filter_bybox_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/filter_bybox_feature_overview/</guid><description>Calculates how many objects within the given table lie in a rectangular box. The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set. A new resultant set which satisfies the input NAI restriction specification is also created when a input parameter view_name is passed in as part of the input payload.</description></item><item><title>Filter by Box</title><link>/7.2/feature_overview/filter_bybox_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/filter_bybox_feature_overview/</guid><description>Calculates how many objects within the given table lie in a rectangular box. The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set. A new resultant set which satisfies the input NAI restriction specification is also created when a input parameter view_name is passed in as part of the input payload.</description></item><item><title>Filter by Geometry</title><link>/7.2/aws/feature_overview/filter_bygeometry_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/filter_bygeometry_feature_overview/</guid><description>Applies a geometry filter against a geospatial geometry column in a given table or view. The filtering geometry is provided by input parameter input_wkt.
Input Parameter Description Name Type Description table_name string Name of the table on which the filter by geometry will be performed, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table or view containing a geospatial geometry column. view_name string If provided, then this will be the name of the view containing the results, in [schema_name.</description></item><item><title>Filter by Geometry</title><link>/7.2/feature_overview/filter_bygeometry_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/filter_bygeometry_feature_overview/</guid><description>Applies a geometry filter against a geospatial geometry column in a given table or view. The filtering geometry is provided by input parameter input_wkt.
Input Parameter Description Name Type Description table_name string Name of the table on which the filter by geometry will be performed, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table or view containing a geospatial geometry column. view_name string If provided, then this will be the name of the view containing the results, in [schema_name.</description></item><item><title>Filter by List</title><link>/7.2/aws/feature_overview/filter_bylist_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/filter_bylist_feature_overview/</guid><description>Calculates which records from a table have values in the given list for the corresponding column. The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set. A new resultant set (view) which satisfies the input filter specification is also created if a input parameter view_name is passed in as part of the request.</description></item><item><title>Filter by List</title><link>/7.2/feature_overview/filter_bylist_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/filter_bylist_feature_overview/</guid><description>Calculates which records from a table have values in the given list for the corresponding column. The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set. A new resultant set (view) which satisfies the input filter specification is also created if a input parameter view_name is passed in as part of the request.</description></item><item><title>Filter by Radius</title><link>/7.2/aws/feature_overview/filter_byradius_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/filter_byradius_feature_overview/</guid><description>Calculates which objects from a table lie within a circle with the given radius and center point (i.e. circular NAI). The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set. A new resultant set (view) which satisfies the input circular NAI restriction specification is also created if a input parameter view_name is passed in as part of the request.</description></item><item><title>Filter by Radius</title><link>/7.2/feature_overview/filter_byradius_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/filter_byradius_feature_overview/</guid><description>Calculates which objects from a table lie within a circle with the given radius and center point (i.e. circular NAI). The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set. A new resultant set (view) which satisfies the input circular NAI restriction specification is also created if a input parameter view_name is passed in as part of the request.</description></item><item><title>Filter by Range</title><link>/7.2/aws/feature_overview/filter_byrange_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/filter_byrange_feature_overview/</guid><description>Calculates which objects from a table have a column that is within the given bounds. An object from the table identified by input parameter table_name is added to the view input parameter view_name if its column is within [input parameter lower_bound, input parameter upper_bound] (inclusive). The operation is synchronous. The response provides a count of the number of objects which passed the bound filter. Although this functionality can also be accomplished with the standard filter function, it is more efficient.</description></item><item><title>Filter by Range</title><link>/7.2/feature_overview/filter_byrange_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/filter_byrange_feature_overview/</guid><description>Calculates which objects from a table have a column that is within the given bounds. An object from the table identified by input parameter table_name is added to the view input parameter view_name if its column is within [input parameter lower_bound, input parameter upper_bound] (inclusive). The operation is synchronous. The response provides a count of the number of objects which passed the bound filter. Although this functionality can also be accomplished with the standard filter function, it is more efficient.</description></item><item><title>Filter by Series</title><link>/7.2/aws/feature_overview/filter_byseries_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/filter_byseries_feature_overview/</guid><description>Filters objects matching all points of the given track (works only on track type data). It allows users to specify a particular track to find all other points in the table that fall within specified ranges (spatial and temporal) of all points of the given track. Additionally, the user can specify another track to see if the two intersect (or go close to each other within the specified ranges). The user also has the flexibility of using different metrics for the spatial distance calculation: Euclidean (flat geometry) or Great Circle (spherical geometry to approximate the Earth's surface distances).</description></item><item><title>Filter by Series</title><link>/7.2/feature_overview/filter_byseries_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/filter_byseries_feature_overview/</guid><description>Filters objects matching all points of the given track (works only on track type data). It allows users to specify a particular track to find all other points in the table that fall within specified ranges (spatial and temporal) of all points of the given track. Additionally, the user can specify another track to see if the two intersect (or go close to each other within the specified ranges). The user also has the flexibility of using different metrics for the spatial distance calculation: Euclidean (flat geometry) or Great Circle (spherical geometry to approximate the Earth's surface distances).</description></item><item><title>Filter by String</title><link>/7.2/aws/feature_overview/filter_bystring_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/filter_bystring_feature_overview/</guid><description>Calculates which objects from a table or view match a string expression for the given string columns. Setting case_sensitive can modify case sensitivity in matching for all modes except search. For search mode details and limitations, see Full Text Search.
Input Parameter Description Name Type Description table_name string Name of the table on which the filter operation will be performed, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table or view.</description></item><item><title>Filter by String</title><link>/7.2/feature_overview/filter_bystring_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/filter_bystring_feature_overview/</guid><description>Calculates which objects from a table or view match a string expression for the given string columns. Setting case_sensitive can modify case sensitivity in matching for all modes except search. For search mode details and limitations, see Full Text Search.
Input Parameter Description Name Type Description table_name string Name of the table on which the filter operation will be performed, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table or view.</description></item><item><title>Filter by Table</title><link>/7.2/aws/feature_overview/filter_bytable_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/filter_bytable_feature_overview/</guid><description>Filters objects in one table based on objects in another table. The user must specify matching column types from the two tables (i.e. the target table from which objects will be filtered and the source table based on which the filter will be created); the column names need not be the same. If a input parameter view_name is specified, then the filtered objects will then be put in a newly created view.</description></item><item><title>Filter by Table</title><link>/7.2/feature_overview/filter_bytable_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/filter_bytable_feature_overview/</guid><description>Filters objects in one table based on objects in another table. The user must specify matching column types from the two tables (i.e. the target table from which objects will be filtered and the source table based on which the filter will be created); the column names need not be the same. If a input parameter view_name is specified, then the filtered objects will then be put in a newly created view.</description></item><item><title>Filter by Value</title><link>/7.2/aws/feature_overview/filter_byvalue_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/filter_byvalue_feature_overview/</guid><description>Calculates which objects from a table has a particular value for a particular column. The input parameters provide a way to specify either a String or a Double valued column and a desired value for the column on which the filter is performed. The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set.</description></item><item><title>Filter by Value</title><link>/7.2/feature_overview/filter_byvalue_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/filter_byvalue_feature_overview/</guid><description>Calculates which objects from a table has a particular value for a particular column. The input parameters provide a way to specify either a String or a Double valued column and a desired value for the column on which the filter is performed. The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set.</description></item><item><title>Filter Geometry by Area</title><link>/7.2/aws/feature_overview/filter_byarea_geometry_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/filter_byarea_geometry_feature_overview/</guid><description>Calculates which geospatial geometry objects from a table intersect a named area of interest (NAI/polygon). The operation is synchronous, meaning that a response will not be returned until all the matching objects are fully available. The response payload provides the count of the resulting set. A new resultant set (view) which satisfies the input NAI restriction specification is created with the name input parameter view_name passed in as part of the input.</description></item><item><title>Filter Geometry by Area</title><link>/7.2/feature_overview/filter_byarea_geometry_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/filter_byarea_geometry_feature_overview/</guid><description>Calculates which geospatial geometry objects from a table intersect a named area of interest (NAI/polygon). The operation is synchronous, meaning that a response will not be returned until all the matching objects are fully available. The response payload provides the count of the resulting set. A new resultant set (view) which satisfies the input NAI restriction specification is created with the name input parameter view_name passed in as part of the input.</description></item><item><title>Filter Geometry by Box</title><link>/7.2/aws/feature_overview/filter_bybox_geometry_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/filter_bybox_geometry_feature_overview/</guid><description>Calculates which geospatial geometry objects from a table intersect a rectangular box. The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set. A new resultant set which satisfies the input NAI restriction specification is also created when a input parameter view_name is passed in as part of the input payload.</description></item><item><title>Filter Geometry by Box</title><link>/7.2/feature_overview/filter_bybox_geometry_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/filter_bybox_geometry_feature_overview/</guid><description>Calculates which geospatial geometry objects from a table intersect a rectangular box. The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set. A new resultant set which satisfies the input NAI restriction specification is also created when a input parameter view_name is passed in as part of the input payload.</description></item><item><title>Filter Geometry by Radius</title><link>/7.2/aws/feature_overview/filter_byradius_geometry_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/filter_byradius_geometry_feature_overview/</guid><description>Calculates which geospatial geometry objects from a table intersect a circle with the given radius and center point (i.e. circular NAI). The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set. A new resultant set (view) which satisfies the input circular NAI restriction specification is also created if a input parameter view_name is passed in as part of the request.</description></item><item><title>Filter Geometry by Radius</title><link>/7.2/feature_overview/filter_byradius_geometry_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/filter_byradius_geometry_feature_overview/</guid><description>Calculates which geospatial geometry objects from a table intersect a circle with the given radius and center point (i.e. circular NAI). The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set. A new resultant set (view) which satisfies the input circular NAI restriction specification is also created if a input parameter view_name is passed in as part of the request.</description></item><item><title>Filtered Views</title><link>/7.2/aws/concepts/filtered_views/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/concepts/filtered_views/</guid><description>A filtered view is a queryable filter of a table or another view. A filtered view can be created by filtering an existing table or view using the /filter endpoint.
Note
For SQL views, see CREATE VIEW.
Given the need to minimize memory usage, filtered views are given a default time-to-live, after which they will expire and be removed from memory. Each access of the filtered view causes the remaining time-to-live to be reset.</description></item><item><title>Filtered Views</title><link>/7.2/concepts/filtered_views/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/concepts/filtered_views/</guid><description>A filtered view is a queryable filter of a table or another view. A filtered view can be created by filtering an existing table or view using the /filter endpoint.
Note
For SQL views, see CREATE VIEW.
Given the need to minimize memory usage, filtered views are given a default time-to-live, after which they will expire and be removed from memory. Each access of the filtered view causes the remaining time-to-live to be reset.</description></item><item><title>Full Text Search</title><link>/7.2/aws/concepts/full_text_search/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/concepts/full_text_search/</guid><description>The SQL FILTER_BY_STRING function, as well as the /filter/bystring endpoint, enables the use of several string-based search modes, including full text search via the search mode. The syntax and restrictions for this search follow, including examples of applying different search criteria.
In order for a full text search to be applied to a column, it must be a string type and have the text_search column property applied. The following specific types under the string base type are text-searchable:</description></item><item><title>Full Text Search</title><link>/7.2/concepts/full_text_search/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/concepts/full_text_search/</guid><description>The SQL FILTER_BY_STRING function, as well as the /filter/bystring endpoint, enables the use of several string-based search modes, including full text search via the search mode. The syntax and restrictions for this search follow, including examples of applying different search criteria.
In order for a full text search to be applied to a column, the following requirements must be met:
Full text search must be enabled by setting enable_text_search to true in the /opt/gpudb/core/etc/gpudb.</description></item><item><title>Geospatial Examples</title><link>/7.2/aws/location_intelligence/geospatial_examples/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/location_intelligence/geospatial_examples/</guid><description> The following are complete examples for utilizing geospatial data, geospatial functions, and the Kinetica Web Mapping Service (WMS).
Using WKT Data and Geospatial Functions Example of ingesting WKT data and using geospatial functions via SQL and the Kinetica Python API Generate Isochrones Example of generating images containing isochrones using an existing graph and the /visualize/isochrone and /wms endpoints Geospatial Partitioning Example of partitioning geospatial data to improve the performance of locality-based geospatial lookups</description></item><item><title>Geospatial Examples</title><link>/7.2/location_intelligence/geospatial_examples/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/location_intelligence/geospatial_examples/</guid><description> The following are complete examples for utilizing geospatial data, geospatial functions, and the Kinetica Web Mapping Service (WMS).
Using WKT Data and Geospatial Functions Example of ingesting WKT data and using geospatial functions via SQL and the Kinetica Python API Generate Isochrones Example of generating images containing isochrones using an existing graph and the /visualize/isochrone and /wms endpoints Geospatial Partitioning Example of partitioning geospatial data to improve the performance of locality-based geospatial lookups</description></item><item><title>Geospatial Objects</title><link>/7.2/aws/location_intelligence/geo_objects/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/location_intelligence/geo_objects/</guid><description>Points A point can be any record that has fields containing the longitude and latitude of a geospatial point.
Shapes Kinetica supports the following WKT types: Point, LineString, Polygon, MultiPoint, MultiLineString, MultiPolygon, and GeometryCollection.
WKT shapes can include a z-level value ranging from -128 to +128 but rendering points on the z-axis (e.g., via Web Map Service or Workbench as either a Table/View WMS Preview or a Worksheet Map Block) is currently not supported.</description></item><item><title>Geospatial Objects</title><link>/7.2/location_intelligence/geo_objects/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/location_intelligence/geo_objects/</guid><description>Points A point can be any record that has fields containing the longitude and latitude of a geospatial point.
Shapes Kinetica supports the following WKT types: Point, LineString, Polygon, MultiPoint, MultiLineString, MultiPolygon, and GeometryCollection.
WKT shapes can include a z-level value ranging from -128 to +128 but rendering points on the z-axis (e.g., via Web Map Service or GAdmin) is currently not supported.
Note
Though LINEARRING WKT types may be inserted into tables, any LINEARRINGs used within a geospatial function will be converted to a LINESTRING</description></item><item><title>Geospatial Queries</title><link>/7.2/aws/tuning/cs/geo/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/tuning/cs/geo/</guid><description>Geospatial Partitioning Geospatial partitioning is a method for organizing geospatial data, grouping spatial entities in close proximity to each other. This geospatial grouping allows for accelerated geospatial processing of the grouped data.
Geospatial joins, specifically, will take advantage of this process improvement. An increase in performance using this technique will be proportional to the size of the data being joined.
Example The goal of the geospatial join in this example is to show flights that landed at (or passed over) JFK airport.</description></item><item><title>Geospatial Queries</title><link>/7.2/tuning/cs/geo/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/tuning/cs/geo/</guid><description>Geospatial Partitioning Geospatial partitioning is a method for organizing geospatial data, grouping spatial entities in close proximity to each other. This geospatial grouping allows for accelerated geospatial processing of the grouped data.
Geospatial joins, specifically, will take advantage of this process improvement. An increase in performance using this technique will be proportional to the size of the data being joined.
Example The goal of the geospatial join in this example is to show flights that landed at (or passed over) JFK airport.</description></item><item><title>Geospatial/Geometry Functions</title><link>/7.2/aws/location_intelligence/geo_functions/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/location_intelligence/geo_functions/</guid><description>Enhanced Performance Scalar Functions Scalar Functions Aggregation Functions Track Functions ST_TRACK_DWITHIN ST_TRACKINTERSECTS H3 Functions Five types of geospatial functions are available in Kinetica:
Scalar Functions - apply a geospatial function at the record level to WKT or X/Y data Enhanced Performance Scalar Functions - apply performance-optimized geospatial functions to X/Y data Aggregate Functions - apply a geospatial function across groups of records to WKT or X/Y data Track Functions - apply scalar &amp;amp; aggregate functions to &lt;a href="/7.2/7.2/aws/location_intelligence/geo_objects/#geospatial-tracks">track-based data&lt;/a> H3 Functions - apply H3 gridding functions to WKT or X/Y data Tip</description></item><item><title>Geospatial/Geometry Functions</title><link>/7.2/location_intelligence/geo_functions/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/location_intelligence/geo_functions/</guid><description>Enhanced Performance Scalar Functions Scalar Functions Aggregation Functions Track Functions ST_TRACK_DWITHIN ST_TRACKINTERSECTS H3 Functions Five types of geospatial functions are available in Kinetica:
Scalar Functions - apply a geospatial function at the record level to WKT or X/Y data Enhanced Performance Scalar Functions - apply performance-optimized geospatial functions to X/Y data Aggregate Functions - apply a geospatial function across groups of records to WKT or X/Y data Track Functions - apply scalar &amp;amp; aggregate functions to &lt;a href="/7.2/7.2/location_intelligence/geo_objects/#geospatial-tracks">track-based data&lt;/a> H3 Functions - apply H3 gridding functions to WKT or X/Y data Tip</description></item><item><title>Get Asynchronous Job Result</title><link>/7.2/aws/feature_overview/get_job_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/get_job_feature_overview/</guid><description>Get the status and result of asynchronously running job. See the &lt;a href="/7.2/7.2/aws/feature_overview/create_job_feature_overview/">Create Asynchronous Job&lt;/a> for starting an asynchronous job. Some fields of the response are filled only after the submitted job has finished execution.
Input Parameter Description Name Type Description job_id long A unique identifier for the job whose status and result is to be fetched. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>Get Asynchronous Job Result</title><link>/7.2/feature_overview/get_job_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/get_job_feature_overview/</guid><description>Get the status and result of asynchronously running job. See the &lt;a href="/7.2/7.2/feature_overview/create_job_feature_overview/">Create Asynchronous Job&lt;/a> for starting an asynchronous job. Some fields of the response are filled only after the submitted job has finished execution.
Input Parameter Description Name Type Description job_id long A unique identifier for the job whose status and result is to be fetched. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>Get Graph Entities</title><link>/7.2/aws/feature_overview/get_graph_entities_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/get_graph_entities_feature_overview/</guid><description>Retrieves node or edge entities from an existing graph, with pagination support via offset and limit. Use &lt;a href="/7.2/7.2/aws/feature_overview/show_graph_feature_overview/">Show Graphs&lt;/a> to obtain the total number of nodes and edges.
Input Parameter Description Name Type Description graph_name string Name of the graph from which to retrieve entities. offset long Starting index of the entities to retrieve (0-based).
The default value is 0.
limit long Number of entities to retrieve starting from input parameter offset.</description></item><item><title>Get Graph Entities</title><link>/7.2/feature_overview/get_graph_entities_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/get_graph_entities_feature_overview/</guid><description>Retrieves node or edge entities from an existing graph, with pagination support via offset and limit. Use &lt;a href="/7.2/7.2/feature_overview/show_graph_feature_overview/">Show Graphs&lt;/a> to obtain the total number of nodes and edges.
Input Parameter Description Name Type Description graph_name string Name of the graph from which to retrieve entities. offset long Starting index of the entities to retrieve (0-based).
The default value is 0.
limit long Number of entities to retrieve starting from input parameter offset.</description></item><item><title>Get JSON Records</title><link>/7.2/aws/feature_overview/get_records_json_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/get_records_json_feature_overview/</guid><description>Overview Usage Parameters Examples Responses Overview Kinetica provides a direct JSON egress service to allow records to be retrieved as raw JSON from the database.
Several options can be used to identify &amp;amp; filter the data being requested. There is also limited support for aggregation.
JSON objects will be returned as an array:
Single or Multiple Records 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 [ { &amp;#34;id&amp;#34;: 1, &amp;#34;category&amp;#34;: &amp;#34;Furniture&amp;#34;, &amp;#34;name&amp;#34;: &amp;#34;Clamp-on Lamps&amp;#34;, &amp;#34;description&amp;#34;: &amp;#34;Strong, steadfast fasteners; localized lighting for laboring&amp;#34;, &amp;#34;stock&amp;#34;: 10 }, { &amp;#34;id&amp;#34;: 14, &amp;#34;category&amp;#34;: &amp;#34;Technology&amp;#34;, &amp;#34;name&amp;#34;: &amp;#34;Dot Matrix Printers&amp;#34;, &amp;#34;description&amp;#34;: &amp;#34;Impactful industrial implements for impressing ink iteratively&amp;#34;, &amp;#34;stock&amp;#34;: 27 } ] For examples, see Examples or JSON Egress Snippets.</description></item><item><title>Get JSON Records</title><link>/7.2/feature_overview/get_records_json_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/get_records_json_feature_overview/</guid><description>Overview Usage Parameters Examples Responses Overview Kinetica provides a direct JSON egress service to allow records to be retrieved as raw JSON from the database.
Several options can be used to identify &amp;amp; filter the data being requested. There is also limited support for aggregation.
JSON objects will be returned as an array:
Single or Multiple Records 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 [ { &amp;#34;id&amp;#34;: 1, &amp;#34;category&amp;#34;: &amp;#34;Furniture&amp;#34;, &amp;#34;name&amp;#34;: &amp;#34;Clamp-on Lamps&amp;#34;, &amp;#34;description&amp;#34;: &amp;#34;Strong, steadfast fasteners; localized lighting for laboring&amp;#34;, &amp;#34;stock&amp;#34;: 10 }, { &amp;#34;id&amp;#34;: 14, &amp;#34;category&amp;#34;: &amp;#34;Technology&amp;#34;, &amp;#34;name&amp;#34;: &amp;#34;Dot Matrix Printers&amp;#34;, &amp;#34;description&amp;#34;: &amp;#34;Impactful industrial implements for impressing ink iteratively&amp;#34;, &amp;#34;stock&amp;#34;: 27 } ] For examples, see Examples or JSON Egress Snippets.</description></item><item><title>Get Records</title><link>/7.2/aws/feature_overview/get_records_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/get_records_feature_overview/</guid><description>Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column. This operation can be performed on tables and views. Records can be returned encoded as binary, json, or geojson.
This operation supports paging through the data via the input parameter offset and input parameter limit parameters. Note that when paging through a table, if the table (or the underlying table in case of a view) is updated (records are inserted, deleted or modified) the records retrieved may differ between calls based on the updates applied.</description></item><item><title>Get Records</title><link>/7.2/feature_overview/get_records_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/get_records_feature_overview/</guid><description>Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column. This operation can be performed on tables and views. Records can be returned encoded as binary, json, or geojson.
This operation supports paging through the data via the input parameter offset and input parameter limit parameters. Note that when paging through a table, if the table (or the underlying table in case of a view) is updated (records are inserted, deleted or modified) the records retrieved may differ between calls based on the updates applied.</description></item><item><title>Get Records by Column</title><link>/7.2/aws/feature_overview/get_records_bycolumn_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/get_records_bycolumn_feature_overview/</guid><description>For a given table, retrieves the values from the requested column(s). Maps of column name to the array of values as well as the column data type are returned. This endpoint supports pagination with the input parameter offset and input parameter limit parameters.
Window functions, which can perform operations like moving averages, are available through this endpoint as well as &lt;a href="/7.2/7.2/aws/feature_overview/create_projection_feature_overview/">Create Projection&lt;/a>.
When using pagination, if the table (or the underlying table in the case of a view) is modified (records are inserted, updated, or deleted) during a call to the endpoint, the records or values retrieved may differ between calls based on the type of the update, e.</description></item><item><title>Get Records by Column</title><link>/7.2/feature_overview/get_records_bycolumn_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/get_records_bycolumn_feature_overview/</guid><description>For a given table, retrieves the values from the requested column(s). Maps of column name to the array of values as well as the column data type are returned. This endpoint supports pagination with the input parameter offset and input parameter limit parameters.
Window functions, which can perform operations like moving averages, are available through this endpoint as well as &lt;a href="/7.2/7.2/feature_overview/create_projection_feature_overview/">Create Projection&lt;/a>.
When using pagination, if the table (or the underlying table in the case of a view) is modified (records are inserted, updated, or deleted) during a call to the endpoint, the records or values retrieved may differ between calls based on the type of the update, e.</description></item><item><title>Get Records by Series</title><link>/7.2/aws/feature_overview/get_records_byseries_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/get_records_byseries_feature_overview/</guid><description>Retrieves the complete series/track records from the given input parameter world_table_name based on the partial track information contained in the input parameter table_name.
This operation supports paging through the data via the input parameter offset and input parameter limit parameters.
In contrast to &lt;a href="/7.2/7.2/aws/feature_overview/get_records_feature_overview/">Get Records&lt;/a> this returns records grouped by series/track. So if input parameter offset is 0 and input parameter limit is 5 this operation would return the first 5 series/tracks in input parameter table_name.</description></item><item><title>Get Records by Series</title><link>/7.2/feature_overview/get_records_byseries_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/get_records_byseries_feature_overview/</guid><description>Retrieves the complete series/track records from the given input parameter world_table_name based on the partial track information contained in the input parameter table_name.
This operation supports paging through the data via the input parameter offset and input parameter limit parameters.
In contrast to &lt;a href="/7.2/7.2/feature_overview/get_records_feature_overview/">Get Records&lt;/a> this returns records grouped by series/track. So if input parameter offset is 0 and input parameter limit is 5 this operation would return the first 5 series/tracks in input parameter table_name.</description></item><item><title>Get Records from Collection</title><link>/7.2/aws/feature_overview/get_records_fromcollection_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/get_records_fromcollection_feature_overview/</guid><description>Retrieves records from a collection. The operation can optionally return the record IDs which can be used in certain queries such as &lt;a href="/7.2/7.2/aws/feature_overview/delete_records_feature_overview/">Delete Records&lt;/a>.
This operation supports paging through the data via the input parameter offset and input parameter limit parameters.
Note that when using the Java API, it is not possible to retrieve records from join views using this operation. (DEPRECATED)
Input Parameter Description Name Type Description table_name string Name of the collection or table from which records are to be retrieved, in [schema_name.</description></item><item><title>Get Records from Collection</title><link>/7.2/feature_overview/get_records_fromcollection_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/get_records_fromcollection_feature_overview/</guid><description>Retrieves records from a collection. The operation can optionally return the record IDs which can be used in certain queries such as &lt;a href="/7.2/7.2/feature_overview/delete_records_feature_overview/">Delete Records&lt;/a>.
This operation supports paging through the data via the input parameter offset and input parameter limit parameters.
Note that when using the Java API, it is not possible to retrieve records from join views using this operation. (DEPRECATED)
Input Parameter Description Name Type Description table_name string Name of the collection or table from which records are to be retrieved, in [schema_name.</description></item><item><title>GPU Driver</title><link>/7.2/install/shared/gpu_driver/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/install/shared/gpu_driver/</guid><description> GPU Driver Matrix The cards below have been tested in large-scale production environments and provide the best performance for the database.
GPU Driver Kinetica Package T4 525.X (or higher) gpudb-cuda-license V100 525.X (or higher) gpudb-cuda-license A10/A40/A100 525.X (or higher) gpudb-cuda-license L4/L40 525.X (or higher) gpudb-cuda-license H100 525.X (or higher) gpudb-cuda-license</description></item><item><title>Grant Credential Permission</title><link>/7.2/aws/feature_overview/grant_permission_credential_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/grant_permission_credential_feature_overview/</guid><description>Grants a credential-level permission to a user or role.
Input Parameter Description Name Type Description name string Name of the user or role to which the permission will be granted. Must be an existing user or role. permission string Permission to grant to the user or role.
Supported Values Description credential_admin Full read/write and administrative access on the credential. credential_read Ability to read and use the credential. credential_name string Name of the credential on which the permission will be granted.</description></item><item><title>Grant Credential Permission</title><link>/7.2/feature_overview/grant_permission_credential_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/grant_permission_credential_feature_overview/</guid><description>Grants a credential-level permission to a user or role.
Input Parameter Description Name Type Description name string Name of the user or role to which the permission will be granted. Must be an existing user or role. permission string Permission to grant to the user or role.
Supported Values Description credential_admin Full read/write and administrative access on the credential. credential_read Ability to read and use the credential. credential_name string Name of the credential on which the permission will be granted.</description></item><item><title>Grant Data Source Permission</title><link>/7.2/aws/feature_overview/grant_permission_datasource_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/grant_permission_datasource_feature_overview/</guid><description>Grants a data source permission to a user or role.
Input Parameter Description Name Type Description name string Name of the user or role to which the permission will be granted. Must be an existing user or role. permission string Permission to grant to the user or role.
Supported Values Description admin Admin access on the given data source. connect Connect access on the given data source. datasource_name string Name of the data source on which the permission will be granted.</description></item><item><title>Grant Data Source Permission</title><link>/7.2/feature_overview/grant_permission_datasource_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/grant_permission_datasource_feature_overview/</guid><description>Grants a data source permission to a user or role.
Input Parameter Description Name Type Description name string Name of the user or role to which the permission will be granted. Must be an existing user or role. permission string Permission to grant to the user or role.
Supported Values Description admin Admin access on the given data source. connect Connect access on the given data source. datasource_name string Name of the data source on which the permission will be granted.</description></item><item><title>Grant Directory Permission</title><link>/7.2/aws/feature_overview/grant_permission_directory_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/grant_permission_directory_feature_overview/</guid><description>Grants a KiFS directory-level permission to a user or role.
Input Parameter Description Name Type Description name string Name of the user or role to which the permission will be granted. Must be an existing user or role. permission string Permission to grant to the user or role.
Supported Values Description directory_read For files in the directory, access to list files, download files, or use files in server side functions.</description></item><item><title>Grant Directory Permission</title><link>/7.2/feature_overview/grant_permission_directory_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/grant_permission_directory_feature_overview/</guid><description>Grants a KiFS directory-level permission to a user or role.
Input Parameter Description Name Type Description name string Name of the user or role to which the permission will be granted. Must be an existing user or role. permission string Permission to grant to the user or role.
Supported Values Description directory_read For files in the directory, access to list files, download files, or use files in server side functions.</description></item><item><title>Grant Permission</title><link>/7.2/aws/feature_overview/grant_permission_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/grant_permission_feature_overview/</guid><description>Grant user or role the specified permission on the specified object.
Input Parameter Description Name Type Description principal string Name of the user or role for which the permission is being granted. Must be an existing user or role.
The default value is ''.
object string Name of object permission is being granted to. It is recommended to use a fully-qualified name when possible. object_type string The type of object being granted to.</description></item><item><title>Grant Permission</title><link>/7.2/feature_overview/grant_permission_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/grant_permission_feature_overview/</guid><description>Grant user or role the specified permission on the specified object.
Input Parameter Description Name Type Description principal string Name of the user or role for which the permission is being granted. Must be an existing user or role.
The default value is ''.
object string Name of object permission is being granted to. It is recommended to use a fully-qualified name when possible. object_type string The type of object being granted to.</description></item><item><title>Grant Proc Permission</title><link>/7.2/aws/feature_overview/grant_permission_proc_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/grant_permission_proc_feature_overview/</guid><description>Grants a proc-level permission to a user or role.
Input Parameter Description Name Type Description name string Name of the user or role to which the permission will be granted. Must be an existing user or role. permission string Permission to grant to the user or role.
Supported Values Description proc_admin Admin access to the proc. proc_execute Execute access to the proc. proc_name string Name of the proc to which the permission grants access.</description></item><item><title>Grant Proc Permission</title><link>/7.2/feature_overview/grant_permission_proc_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/grant_permission_proc_feature_overview/</guid><description>Grants a proc-level permission to a user or role.
Input Parameter Description Name Type Description name string Name of the user or role to which the permission will be granted. Must be an existing user or role. permission string Permission to grant to the user or role.
Supported Values Description proc_admin Admin access to the proc. proc_execute Execute access to the proc. proc_name string Name of the proc to which the permission grants access.</description></item><item><title>Grant Role</title><link>/7.2/aws/feature_overview/grant_role_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/grant_role_feature_overview/</guid><description>Grants membership in a role to a user or role.
Input Parameter Description Name Type Description role string Name of the role in which membership will be granted. Must be an existing role. member string Name of the user or role that will be granted membership in input parameter role. Must be an existing user or role. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>Grant Role</title><link>/7.2/feature_overview/grant_role_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/grant_role_feature_overview/</guid><description>Grants membership in a role to a user or role.
Input Parameter Description Name Type Description role string Name of the role in which membership will be granted. Must be an existing role. member string Name of the user or role that will be granted membership in input parameter role. Must be an existing user or role. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>Grant System Permission</title><link>/7.2/aws/feature_overview/grant_permission_system_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/grant_permission_system_feature_overview/</guid><description>Grants a system-level permission to a user or role.
Input Parameter Description Name Type Description name string Name of the user or role to which the permission will be granted. Must be an existing user or role. permission string Permission to grant to the user or role.
Supported Values Description system_admin Full access to all data and system functions. system_user_admin Access to administer users and roles that do not have system_admin permission.</description></item><item><title>Grant System Permission</title><link>/7.2/feature_overview/grant_permission_system_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/grant_permission_system_feature_overview/</guid><description>Grants a system-level permission to a user or role.
Input Parameter Description Name Type Description name string Name of the user or role to which the permission will be granted. Must be an existing user or role. permission string Permission to grant to the user or role.
Supported Values Description system_admin Full access to all data and system functions. system_user_admin Access to administer users and roles that do not have system_admin permission.</description></item><item><title>Grant Table Permission</title><link>/7.2/aws/feature_overview/grant_permission_table_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/grant_permission_table_feature_overview/</guid><description>Grants a table-level permission to a user or role.
Input Parameter Description Name Type Description name string Name of the user or role to which the permission will be granted. Must be an existing user or role. permission string Permission to grant to the user or role.
Supported Values Description table_admin Full read/write and administrative access to the table. table_insert Insert access to the table. table_update Update access to the table.</description></item><item><title>Grant Table Permission</title><link>/7.2/feature_overview/grant_permission_table_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/grant_permission_table_feature_overview/</guid><description>Grants a table-level permission to a user or role.
Input Parameter Description Name Type Description name string Name of the user or role to which the permission will be granted. Must be an existing user or role. permission string Permission to grant to the user or role.
Supported Values Description table_admin Full read/write and administrative access to the table. table_insert Insert access to the table. table_update Update access to the table.</description></item><item><title>Graphs</title><link>/7.2/aws/sql/graph/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/sql/graph/</guid><description>SQL/PGQ Examples Limitations &amp;amp; Suggestions QUERY_GRAPH Examples MATCH_GRAPH Examples SOLVE_GRAPH Examples CREATE GRAPH Examples ALTER GRAPH DROP GRAPH SHOW GRAPH DESCRIBE GRAPH Kinetica provides support for graph creation and management in SQL. Graphs represent topological relationships (both geospatial and non-geospatial) via nodes that are connected by edges.
Graph features accessible via SQL include:
Query SQL/PGQ QUERY_GRAPH Solve MATCH_GRAPH SOLVE_GRAPH Management CREATE GRAPH ALTER GRAPH DROP GRAPH SHOW GRAPH DESCRIBE GRAPH SQL/PGQ SQL/PGQ can be used to query an existing graph using the supported subset of the Cypher Query Language syntax.</description></item><item><title>Graphs</title><link>/7.2/sql/graph/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/sql/graph/</guid><description>SQL/PGQ Examples Limitations &amp;amp; Suggestions QUERY_GRAPH Examples MATCH_GRAPH Examples SOLVE_GRAPH Examples CREATE GRAPH Examples ALTER GRAPH DROP GRAPH SHOW GRAPH DESCRIBE GRAPH Kinetica provides support for graph creation and management in SQL. Graphs represent topological relationships (both geospatial and non-geospatial) via nodes that are connected by edges.
Graph features accessible via SQL include:
Query SQL/PGQ QUERY_GRAPH Solve MATCH_GRAPH SOLVE_GRAPH Management CREATE GRAPH ALTER GRAPH DROP GRAPH SHOW GRAPH DESCRIBE GRAPH SQL/PGQ SQL/PGQ can be used to query an existing graph using the supported subset of the Cypher Query Language syntax.</description></item><item><title>Graphs &amp; Solvers Concepts</title><link>/7.2/aws/graph_solver/network_graph_solver/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/graph_solver/network_graph_solver/</guid><description>Graphs in Kinetica A Brief Intro Graphs in Kinetica &amp;times; Kinetica provides a generic and extensible design of networks with the aim of being tailored or used for various real-life applications, such as transportation, utility, social, and geospatial. Networks comprise a graph and a solver. A graph represents topological relationships via nodes that are connected by edges; a solver represents the type of solution appropriate for the issue the graph was made to illustrate.</description></item><item><title>Graphs &amp; Solvers Concepts</title><link>/7.2/graph_solver/network_graph_solver/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/graph_solver/network_graph_solver/</guid><description>Graphs in Kinetica A Brief Intro Graphs in Kinetica &amp;times; Kinetica provides a generic and extensible design of networks with the aim of being tailored or used for various real-life applications, such as transportation, utility, social, and geospatial. Networks comprise a graph and a solver. A graph represents topological relationships via nodes that are connected by edges; a solver represents the type of solution appropriate for the issue the graph was made to illustrate.</description></item><item><title>Grouping Sets</title><link>/7.2/aws/concepts/grouping_sets/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/concepts/grouping_sets/</guid><description>The grouping sets operation calculates aggregates over any user-specified dimensions. It offers much more flexibility and customizability over the Cube and Rollup functions, while allowing both as possible dimensions over which aggregation can be performed.
For example, given grouping sets of B, (D,E), &amp;amp; (ROLLUP(A,C)), it computes the requested aggregates for the following combinations of columns:
Group B: { B&amp;nbsp;&amp;nbsp; } - unique B values Group (D,E): {&amp;nbsp;&amp;nbsp; DE} - unique D E pairs Group ROLLUP(A,C): {A C&amp;nbsp; } - unique A C pairs {A&amp;nbsp;&amp;nbsp;&amp;nbsp; } - unique A values {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } - all values The grouping sets operation is an aggregate function that can be invoked natively in the options map of the /aggregate/groupby endpoint.</description></item><item><title>Grouping Sets</title><link>/7.2/concepts/grouping_sets/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/concepts/grouping_sets/</guid><description>The grouping sets operation calculates aggregates over any user-specified dimensions. It offers much more flexibility and customizability over the Cube and Rollup functions, while allowing both as possible dimensions over which aggregation can be performed.
For example, given grouping sets of B, (D,E), &amp;amp; (ROLLUP(A,C)), it computes the requested aggregates for the following combinations of columns:
Group B: { B&amp;nbsp;&amp;nbsp; } - unique B values Group (D,E): {&amp;nbsp;&amp;nbsp; DE} - unique D E pairs Group ROLLUP(A,C): {A C&amp;nbsp; } - unique A C pairs {A&amp;nbsp;&amp;nbsp;&amp;nbsp; } - unique A values {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } - all values The grouping sets operation is an aggregate function that can be invoked natively in the options map of the /aggregate/groupby endpoint.</description></item><item><title>Has Permission</title><link>/7.2/aws/feature_overview/has_permission_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/has_permission_feature_overview/</guid><description>Checks if the specified user has the specified permission on the specified object.
Input Parameter Description Name Type Description principal string Name of the user for which the permission is being checked. Must be an existing user. If blank, will use the current user.
The default value is ''.
object string Name of object to check for the requested permission. It is recommended to use a fully-qualified name when possible.</description></item><item><title>Has Permission</title><link>/7.2/feature_overview/has_permission_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/has_permission_feature_overview/</guid><description>Checks if the specified user has the specified permission on the specified object.
Input Parameter Description Name Type Description principal string Name of the user for which the permission is being checked. Must be an existing user. If blank, will use the current user.
The default value is ''.
object string Name of object to check for the requested permission. It is recommended to use a fully-qualified name when possible.</description></item><item><title>Has Proc</title><link>/7.2/aws/feature_overview/has_proc_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/has_proc_feature_overview/</guid><description>Checks the existence of a proc with the given name.
Input Parameter Description Name Type Description proc_name string Name of the proc to check for existence. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description proc_name string Value of input parameter proc_name. proc_exists boolean Indicates whether the proc exists or not.
The supported values are:</description></item><item><title>Has Proc</title><link>/7.2/feature_overview/has_proc_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/has_proc_feature_overview/</guid><description>Checks the existence of a proc with the given name.
Input Parameter Description Name Type Description proc_name string Name of the proc to check for existence. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description proc_name string Value of input parameter proc_name. proc_exists boolean Indicates whether the proc exists or not.
The supported values are:</description></item><item><title>Has Role</title><link>/7.2/aws/feature_overview/has_role_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/has_role_feature_overview/</guid><description>Checks if the specified user has the specified role.
Input Parameter Description Name Type Description principal string Name of the user for which role membership is being checked. Must be an existing user. If blank, will use the current user.
The default value is ''.
role string Name of role to check for membership. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>Has Role</title><link>/7.2/feature_overview/has_role_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/has_role_feature_overview/</guid><description>Checks if the specified user has the specified role.
Input Parameter Description Name Type Description principal string Name of the user for which role membership is being checked. Must be an existing user. If blank, will use the current user.
The default value is ''.
role string Name of role to check for membership. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>Has Schema</title><link>/7.2/aws/feature_overview/has_schema_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/has_schema_feature_overview/</guid><description>Checks for the existence of a schema with the given name.
Input Parameter Description Name Type Description schema_name string Name of the schema to check for existence, in root, using standard name resolution rules. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description schema_name string Value of input parameter schema_name. schema_exists boolean Indicates whether the schema exists or not.</description></item><item><title>Has Schema</title><link>/7.2/feature_overview/has_schema_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/has_schema_feature_overview/</guid><description>Checks for the existence of a schema with the given name.
Input Parameter Description Name Type Description schema_name string Name of the schema to check for existence, in root, using standard name resolution rules. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description schema_name string Value of input parameter schema_name. schema_exists boolean Indicates whether the schema exists or not.</description></item><item><title>Has Table</title><link>/7.2/aws/feature_overview/has_table_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/has_table_feature_overview/</guid><description>Checks for the existence of a table with the given name.
Input Parameter Description Name Type Description table_name string Name of the table to check for existence, in [schema_name.]table_name format, using standard name resolution rules. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description table_name string Value of input parameter table_name. table_exists boolean Indicates whether the table exists or not.</description></item><item><title>Has Table</title><link>/7.2/feature_overview/has_table_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/has_table_feature_overview/</guid><description>Checks for the existence of a table with the given name.
Input Parameter Description Name Type Description table_name string Name of the table to check for existence, in [schema_name.]table_name format, using standard name resolution rules. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description table_name string Value of input parameter table_name. table_exists boolean Indicates whether the table exists or not.</description></item><item><title>Has Type</title><link>/7.2/aws/feature_overview/has_type_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/has_type_feature_overview/</guid><description>Check for the existence of a type.
Input Parameter Description Name Type Description type_id string Id of the type returned in response to &lt;a href="/7.2/7.2/aws/feature_overview/create_type_feature_overview/">Create Type&lt;/a> request. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description type_id string Value of input parameter type_id. type_exists boolean Indicates whether the type exists or not.
The supported values are:</description></item><item><title>Has Type</title><link>/7.2/feature_overview/has_type_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/has_type_feature_overview/</guid><description>Check for the existence of a type.
Input Parameter Description Name Type Description type_id string Id of the type returned in response to &lt;a href="/7.2/7.2/feature_overview/create_type_feature_overview/">Create Type&lt;/a> request. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description type_id string Value of input parameter type_id. type_exists boolean Indicates whether the type exists or not.
The supported values are:</description></item><item><title>HDFS Import</title><link>/7.2/admin/workbench/ui/import/hdfs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/workbench/ui/import/hdfs/</guid><description>Import Overview Setup Source Destination Configure Summary Using the HDFS Import wizard, files located in HDFS can be imported into Kinetica.
To import a file from HDFS into Kinetica, click on the HDFS panel on the Import landing page in Workbench.
The HDFS Import wizard appears in the right-hand pane.
HDFS Import Wizard
The wizard has two tabs:
Import - contains the 5-step process for importing files from HDFS History - lists all of your previous HDFS import attempts Import Overview When importing, the following five steps will need to be completed:</description></item><item><title>HDFS Import</title><link>/7.2/aws/admin/workbench/ui/import/hdfs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/admin/workbench/ui/import/hdfs/</guid><description>Import Overview Setup Source Destination Configure Summary Using the HDFS Import wizard, files located in HDFS can be imported into Kinetica.
To import a file from HDFS into Kinetica, click on the HDFS panel on the Import landing page in Workbench.
The HDFS Import wizard appears in the right-hand pane.
HDFS Import Wizard
The wizard has two tabs:
Import - contains the 5-step process for importing files from HDFS History - lists all of your previous HDFS import attempts Import Overview When importing, the following five steps will need to be completed:</description></item><item><title>High Availability Architecture</title><link>/7.2/ha/ha_architecture/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/ha/ha_architecture/</guid><description>Failover Modes Failure and Recovery High Availability Processing Operation Handling Synchronous Operations Asynchronous Operations Queries Eventual Consistency Data Synchronization Recovery The Kinetica HA eliminates the single point of failure in a standard Kinetica cluster and provides recovery from failure. It is implemented within the cluster to utilize multiple replicas of data and provides an eventually consistent data store, by default. Through modification of the configuration, immediate consistency can also be achieved, though at a performance cost.</description></item><item><title>High Availability Configuration &amp; Management</title><link>/7.2/ha/ha_configuration/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/ha/ha_configuration/</guid><description>Pre-requisites Configuration Enable HA Config HA APIs Connectors External Data Management Pre-requisites An HA installation requires the following components:
Two or more clusters with matching Kinetica installations managed by KAgent
Note
If the clusters are not managed, KAgent should be installed and then the clusters should be added to it.
Two nodes (across the clusters) have RabbitMQ installed
etcd
The KAgent UI
Configuration Enable HA HA is enabled on a ring using the KAgent UI.</description></item><item><title>Home</title><link>/7.2/admin/workbench/ui/home/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/workbench/ui/home/</guid><description> Home serves as the landing page for Workbench.
Workbench Home Page
This landing page can be reached at any time by clicking on the Home menu item at the top. This will open several options in the right-hand pane, including:
Getting Started - links to various tutorials native API reference, and native API downloads Import - links to the import &amp;amp; external table wizards, as well as to the various data source specific import wizards Connect - sample code blocks for connecting to Kinetica with the various native API languages and JDBC Resources - links to video tutorials</description></item><item><title>Home</title><link>/7.2/aws/admin/workbench/ui/home/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/admin/workbench/ui/home/</guid><description> Home serves as the landing page for Workbench.
Workbench Home Page
This landing page can be reached at any time by clicking on the Home menu item at the top. This will open several options in the right-hand pane, including:
Getting Started - links to various tutorials native API reference, and native API downloads Import - links to the import &amp;amp; external table wizards, as well as to the various data source specific import wizards Connect - sample code blocks for connecting to Kinetica with the various native API languages and JDBC Resources - links to video tutorials</description></item><item><title>Host Manager</title><link>/7.2/admin/host_manager/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/host_manager/</guid><description> Host Manager is a supervisor process that manages several processes that are part of each Kinetica install. The following processes are managed by Host Manager and will be restarted if they fail unexpectedly:
Database Services Text Search ODBC Server HTTPD Note
Read more about managing the Host Manager process on Managing Kinetica Services.
The Host Manager also serves the following endpoints:
/admin/add/host /admin/alter/host /admin/remove/host /admin/show/alerts /admin/switchover</description></item><item><title>Host Manager</title><link>/7.2/aws/admin/host_manager/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/admin/host_manager/</guid><description> Host Manager is a supervisor process that manages several processes that are part of each Kinetica install. The following processes are managed by Host Manager and will be restarted if they fail unexpectedly:
Database Services Text Search ODBC Server HTTPD</description></item><item><title>HTTPD "Data" Configuration</title><link>/7.2/security/shared/ssl/httpd_data_config/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/security/shared/ssl/httpd_data_config/</guid><description>Navigate to /opt/gpudb/httpd/conf/data.conf and uncomment the following settings, ensuring you replace the SSLCertificateFile and SSLCertificateKeyFile setting values with the proper file paths. Read the Apache HTTPD SSL Docs for more information
SSLEngine On ... SSLCertificateFile &amp;lt;/path/to/cert&amp;gt; SSLCertificateKeyFile &amp;lt;/path/to/key&amp;gt; SSLProxyEngine On RequestHeader set X-Forwarded-Proto &amp;quot;https&amp;quot; Important
The following settings are optional but provide greater security. Depending on what version of OpenSSL is installed on the system, the TLS version should be updated.</description></item><item><title>HTTPD "NoAuth" Configuration</title><link>/7.2/security/shared/ssl/httpd_noauth_config/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/security/shared/ssl/httpd_noauth_config/</guid><description>Navigate to /opt/gpudb/httpd/conf/noauth.conf and uncomment the following settings, ensuring you replace the SSLCertificateFile and SSLCertificateKeyFile setting values with the proper file paths. Read the Apache HTTPD SSL Docs for more information
SSLEngine On ... SSLCertificateFile &amp;lt;/path/to/cert&amp;gt; SSLCertificateKeyFile &amp;lt;/path/to/key&amp;gt; SSLProxyEngine On RequestHeader set X-Forwarded-Proto &amp;quot;https&amp;quot; Important
The following settings are optional but provide greater security. Depending on what version of OpenSSL is installed on the system, the TLS version should be updated.</description></item><item><title>Indexes</title><link>/7.2/aws/concepts/indexes/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/concepts/indexes/</guid><description>An index is used to improve the performance of data access within the system.
There are several types of indexes:
Primary Key Index Relational Index Column Index Low-Cardinality Index Chunk Skip Index Geospatial Index CAGRA Index HNSW Index Primary Key Index A primary key index is created by default when a table is created with a primary key specified. It will match the primary key in nature, in that it will be a single-column index if the primary key is on a single column and a multi-column composite index if the primary key is a composite primary key.</description></item><item><title>Indexes</title><link>/7.2/concepts/indexes/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/concepts/indexes/</guid><description>An index is used to improve the performance of data access within the system.
There are several types of indexes:
Primary Key Index Relational Index Column Index Low-Cardinality Index Chunk Skip Index Geospatial Index CAGRA Index HNSW Index Primary Key Index A primary key index is created by default when a table is created with a primary key specified. It will match the primary key in nature, in that it will be a single-column index if the primary key is on a single column and a multi-column composite index if the primary key is a composite primary key.</description></item><item><title>Info (Instance Information)</title><link>/7.2/admin/gadmin/info/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/gadmin/info/</guid><description>Click Info in the top navigation menu to access several methods for monitoring &amp;amp; checking the health of the system.
Status Diagnostics Info Status Status will display the main set of Kinetica metrics.
Diagnostics Diagnostics will perform several tests on the Kinetica server/cluster to determine whether or not the system is functioning properly. The result should look similar to this:
Info Info will show you configuration and version information about your instance of Kinetica.</description></item><item><title>Insert JSON Records</title><link>/7.2/aws/feature_overview/insert_records_json_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/insert_records_json_feature_overview/</guid><description>Overview Usage Examples Responses Overview Kinetica provides a direct JSON ingest service to allow raw JSON to be translated into records and inserted into the database.
If the target table exists, inserted records will be appended to it.
If the target table does not exist, it will be created automatically, with type inferencing used to determine column types &amp;amp; sizes, before inserting data.
Tip
To ensure a particular column ordering with a created target table, use the columns_to_load parameter, specifying all columns in the desired order.</description></item><item><title>Insert JSON Records</title><link>/7.2/feature_overview/insert_records_json_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/insert_records_json_feature_overview/</guid><description>Overview Usage Examples Responses Overview Kinetica provides a direct JSON ingest service to allow raw JSON to be translated into records and inserted into the database.
If the target table exists, inserted records will be appended to it.
If the target table does not exist, it will be created automatically, with type inferencing used to determine column types &amp;amp; sizes, before inserting data.
Tip
To ensure a particular column ordering with a created target table, use the columns_to_load parameter, specifying all columns in the desired order.</description></item><item><title>Insert Records</title><link>/7.2/aws/feature_overview/insert_records_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/insert_records_feature_overview/</guid><description>Adds multiple records to the specified table. The operation is synchronous, meaning that a response will not be returned until all the records are fully inserted and available. The response payload provides the counts of the number of records actually inserted and/or updated, and can provide the unique identifier of each added record.
The input parameter options parameter can be used to customize this function's behavior.
The update_on_existing_pk option specifies the record collision policy for inserting into a table with a primary key, but is ignored if no primary key exists.</description></item><item><title>Insert Records</title><link>/7.2/feature_overview/insert_records_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/insert_records_feature_overview/</guid><description>Adds multiple records to the specified table. The operation is synchronous, meaning that a response will not be returned until all the records are fully inserted and available. The response payload provides the counts of the number of records actually inserted and/or updated, and can provide the unique identifier of each added record.
The input parameter options parameter can be used to customize this function's behavior.
The update_on_existing_pk option specifies the record collision policy for inserting into a table with a primary key, but is ignored if no primary key exists.</description></item><item><title>Insert Records from External Database</title><link>/7.2/aws/feature_overview/insert_records_fromquery_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/insert_records_fromquery_feature_overview/</guid><description>Computes remote query result and inserts the result data into a new or existing table.
Input Parameter Description Name Type Description table_name string Name of the table into which the data will be inserted, in [schema_name.]table_name format, using standard name resolution rules. If the table does not exist, the table will be created using either an existing type_id or the type inferred from the remote query, and the new table name will have to meet standard table naming criteria.</description></item><item><title>Insert Records from External Database</title><link>/7.2/feature_overview/insert_records_fromquery_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/insert_records_fromquery_feature_overview/</guid><description>Computes remote query result and inserts the result data into a new or existing table.
Input Parameter Description Name Type Description table_name string Name of the table into which the data will be inserted, in [schema_name.]table_name format, using standard name resolution rules. If the table does not exist, the table will be created using either an existing type_id or the type inferred from the remote query, and the new table name will have to meet standard table naming criteria.</description></item><item><title>Insert Records from File(s)</title><link>/7.2/aws/feature_overview/insert_records_fromfiles_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/insert_records_fromfiles_feature_overview/</guid><description>Reads from one or more files and inserts the data into a new or existing table. The source data can be located either in KiFS; on the cluster, accessible to the database; or remotely, accessible via a pre-defined external data source.
For delimited text files, there are two loading schemes: positional and name-based. The name-based loading scheme is enabled when the file has a header present and text_has_header is set to true.</description></item><item><title>Insert Records from File(s)</title><link>/7.2/feature_overview/insert_records_fromfiles_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/insert_records_fromfiles_feature_overview/</guid><description>Reads from one or more files and inserts the data into a new or existing table. The source data can be located either in KiFS; on the cluster, accessible to the database; or remotely, accessible via a pre-defined external data source.
For delimited text files, there are two loading schemes: positional and name-based. The name-based loading scheme is enabled when the file has a header present and text_has_header is set to true.</description></item><item><title>Insert Records from Payload</title><link>/7.2/aws/feature_overview/insert_records_frompayload_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/insert_records_frompayload_feature_overview/</guid><description>Reads from the given text-based or binary payload and inserts the data into a new or existing table. The table will be created if it doesn't already exist.
Returns once all records are processed.
Input Parameter Description Name Type Description table_name string Name of the table into which the data will be inserted, in [schema_name.]table_name format, using standard name resolution rules. If the table does not exist, the table will be created using either an existing type_id or the type inferred from the payload, and the new table name will have to meet standard table naming criteria.</description></item><item><title>Insert Records from Payload</title><link>/7.2/feature_overview/insert_records_frompayload_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/insert_records_frompayload_feature_overview/</guid><description>Reads from the given text-based or binary payload and inserts the data into a new or existing table. The table will be created if it doesn't already exist.
Returns once all records are processed.
Input Parameter Description Name Type Description table_name string Name of the table into which the data will be inserted, in [schema_name.]table_name format, using standard name resolution rules. If the table does not exist, the table will be created using either an existing type_id or the type inferred from the payload, and the new table name will have to meet standard table naming criteria.</description></item><item><title>Insert Records Random</title><link>/7.2/aws/feature_overview/insert_records_random_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/insert_records_random_feature_overview/</guid><description>Generates a specified number of random records and adds them to the given table. There is an optional parameter that allows the user to customize the ranges of the column values. It also allows the user to specify linear profiles for some or all columns in which case linear values are generated rather than random ones. Only individual tables are supported for this operation.
This operation is synchronous, meaning that a response will not be returned until all random records are fully available.</description></item><item><title>Insert Records Random</title><link>/7.2/feature_overview/insert_records_random_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/insert_records_random_feature_overview/</guid><description>Generates a specified number of random records and adds them to the given table. There is an optional parameter that allows the user to customize the ranges of the column values. It also allows the user to specify linear profiles for some or all columns in which case linear values are generated rather than random ones. Only individual tables are supported for this operation.
This operation is synchronous, meaning that a response will not be returned until all random records are fully available.</description></item><item><title>Insert Symbol</title><link>/7.2/aws/feature_overview/insert_symbol_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/insert_symbol_feature_overview/</guid><description>Adds a symbol or icon (i.e. an image) to represent data points when data is rendered visually. Users must provide the symbol identifier (string), a format (currently supported: 'svg' and 'svg_path'), the data for the symbol, and any additional optional parameter (e.g. color). To have a symbol used for rendering create a table with a string column named 'SYMBOLCODE' (along with 'x' or 'y' for example). Then when the table is rendered (via WMS) if the 'dosymbology' parameter is 'true' then the value of the 'SYMBOLCODE' column is used to pick the symbol displayed for each point.</description></item><item><title>Insert Symbol</title><link>/7.2/feature_overview/insert_symbol_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/insert_symbol_feature_overview/</guid><description>Adds a symbol or icon (i.e. an image) to represent data points when data is rendered visually. Users must provide the symbol identifier (string), a format (currently supported: 'svg' and 'svg_path'), the data for the symbol, and any additional optional parameter (e.g. color). To have a symbol used for rendering create a table with a string column named 'SYMBOLCODE' (along with 'x' or 'y' for example). Then when the table is rendered (via WMS) if the 'dosymbology' parameter is 'true' then the value of the 'SYMBOLCODE' column is used to pick the symbol displayed for each point.</description></item><item><title>Install Nvidia Drivers on Debian/Ubuntu</title><link>/7.2/install/nvidia_deb/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/install/nvidia_deb/</guid><description>This section will provide instructions on installing Nvidia drivers in a Debian/Ubuntu environment, if the target servers have Nvidia GPUs.
Ensure the GPUs are Installed Ensure that the lspci command is installed (which lists the PCI devices connected to the server):
sudo apt-get -y install pciutils Perform a quick check to determine what Nvidia cards have been installed:
lspci | grep VGA The output of the lspci command above should be something similar to:</description></item><item><title>Install Nvidia Drivers on RHEL</title><link>/7.2/install/nvidia_rhel/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/install/nvidia_rhel/</guid><description>This section will provide instructions on installing Nvidia drivers in an RHEL environment, if the target servers have Nvidia GPUs.
Disable Secure Boot and SELinux Note
Disabling Secure Boot and SELinux may not be necessary for every setup.
The Nvidia drivers are installed by compiling and installing kernel modules. If they are not signed by a trusted source, then you will not be able to use secure boot. Consequently, you will likely want to disable secure boot in the BIOS of your server.</description></item><item><title>Installation Options</title><link>/7.2/install/installation-options/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/install/installation-options/</guid><description>There are three methods for installing Kinetica on self-managed infrastructure:
KAgent -- The preferred method for installing Kinetica. KAgent automates the installation and configuration of Kinetica, rings (High Availability), and more. Kubernetes -- Kinetica can be installed to Kubernetes clusters using Helm Charts and the Kinetica Operator for Kubernetes Manual -- Kinetica can be installed manually via command line using common Linux-based package managers. Note
Kinetica can be installed on pre-provisioned instances in AWS, Azure, or GCP via KAgent.</description></item><item><title>Integrate</title><link>/7.2/aws/integrate/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/integrate/</guid><description> Topics APIs C&amp;#43;&amp;#43; API C# API Java API JavaScript API Node.js API Python API REST API Connecting via API Compatibility Matrix Connectors SQL Connectors Geospatial Connector Data Connecctors Compatibility Matrix Downloads API Downloads UDF API Downloads Connector Downloads User-Defined Function Implementation UDF Tutorials UDF Prerequisites UDF Deveopment Performance Optimization Distributed Ingest Distributed Key Lookup Sharding Geospatial Kinetica Tools KiFS KiSQL</description></item><item><title>Integrate</title><link>/7.2/integrate/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/integrate/</guid><description> Topics APIs C&amp;#43;&amp;#43; API C# API Java API JavaScript API Node.js API Python API REST API Connecting via API Compatibility Matrix Connectors SQL Connectors Geospatial Connector Data Connecctors Compatibility Matrix Downloads API Downloads UDF API Downloads Connector Downloads User-Defined Function Implementation UDF Tutorials UDF Prerequisites UDF Deveopment Performance Optimization Distributed Ingest Distributed Key Lookup Sharding Geospatial Kinetica Tools KiFS KiSQL</description></item><item><title>Intersect</title><link>/7.2/aws/concepts/intersect/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/concepts/intersect/</guid><description>An intersect is a representation of all rows that appear in both of a pair of specified data sets (tables or views).
Note
An intersect is somewhat analogous to creating a table from a SQL INTERSECT of two tables. See CREATE TABLE ... AS and INTERSECT for details.
An intersect is performed via the /create/union endpoint, using the intersect or intersect_all mode:
Intersect -- all unique rows that exist in both specified data sets Intersect All -- all rows (including duplicates) that exist in both specified data sets Note</description></item><item><title>Intersect</title><link>/7.2/concepts/intersect/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/concepts/intersect/</guid><description>An intersect is a representation of all rows that appear in both of a pair of specified data sets (tables or views).
Note
An intersect is somewhat analogous to creating a table from a SQL INTERSECT of two tables. See CREATE TABLE ... AS and INTERSECT for details.
An intersect is performed via the /create/union endpoint, using the intersect or intersect_all mode:
Intersect -- all unique rows that exist in both specified data sets Intersect All -- all rows (including duplicates) that exist in both specified data sets Note</description></item><item><title>Iteration</title><link>/7.2/aws/concepts/iteration/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/concepts/iteration/</guid><description>Overview Examples Geospatial Point Extraction - Variable Iteration Line Segment Extraction - Variable Iteration Endpoint Extraction - Fixed Iteration Non-Geospatial Letter Counting - Variable Iteration Data Duplication - Fixed Iteration Limitations Overview Kinetica supports arbitrary iteration over records within a data set for the purpose of generating 0 to N result records per iterated record.
The primary use case for this is in returning sub-elements of a given geospatial column as individual records; e.</description></item><item><title>Iteration</title><link>/7.2/concepts/iteration/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/concepts/iteration/</guid><description>Overview Examples Geospatial Point Extraction - Variable Iteration Line Segment Extraction - Variable Iteration Endpoint Extraction - Fixed Iteration Non-Geospatial Letter Counting - Variable Iteration Data Duplication - Fixed Iteration Limitations Overview Kinetica supports arbitrary iteration over records within a data set for the purpose of generating 0 to N result records per iterated record.
The primary use case for this is in returning sub-elements of a given geospatial column as individual records; e.</description></item><item><title>Java</title><link>/7.2/api/java/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/java/</guid><description/></item><item><title>Java</title><link>/7.2/aws/api/java/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/java/</guid><description/></item><item><title>Javascript</title><link>/7.2/api/javascript/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/javascript/</guid><description/></item><item><title>Javascript</title><link>/7.2/aws/api/javascript/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/javascript/</guid><description/></item><item><title>JDBC Data Source Import</title><link>/7.2/admin/workbench/ui/import/jdbc_prov/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/workbench/ui/import/jdbc_prov/</guid><description>Import Overview Setup Source Destination Configure Summary Using the JDBC Data Source Import wizard, tables located in another database can be imported into Kinetica via JDBC.
To import a table from a remote database into Kinetica, click on any of the data source panels listed under JDBC Data Sources on the Import landing page in Workbench.
The JDBC Data Source Import wizard appears in the right-hand pane, noting the specific source selected.</description></item><item><title>JDBC Data Source Import</title><link>/7.2/aws/admin/workbench/ui/import/jdbc_prov/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/admin/workbench/ui/import/jdbc_prov/</guid><description>Import Overview Setup Source Destination Configure Summary Using the JDBC Data Source Import wizard, tables located in another database can be imported into Kinetica via JDBC.
To import a table from a remote database into Kinetica, click on any of the data source panels listed under JDBC Data Sources on the Import landing page in Workbench.
The JDBC Data Source Import wizard appears in the right-hand pane, noting the specific source selected.</description></item><item><title>JDBC Driver List</title><link>/7.2/aws/concepts/jdbc_drivers/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/concepts/jdbc_drivers/</guid><description>Database Example Connection String Amazon Athena jdbc:awsathena://AwsRegion=us-east-1;S3OutputLocation=s3://mybucket/queryoutput/; Amazon Redshift jdbc:redshift://localhost:5439/mydb Amazon DSQL jdbc:postgresql://localhost:5432/mydb Apache Derby jdbc:derby://localhost:1527/mydb;create=true Apache Druid jdbc:avatica:remote:url=http://localhost:8082/druid/v2/sql/avatica/ Apache Hive jdbc:hive2://localhost:10000/default Apache Ignite jdbc:ignite:thin://localhost:10800 Apache Pinot jdbc:pinot://&amp;lt;HOST&amp;gt;:8099/query?controller=http://&amp;lt;CONTROLLER&amp;gt;:9000 ClickHouse jdbc:clickhouse://localhost:8123/mydb CockroachDB jdbc:postgresql://localhost:26257/defaultdb?sslmode=require DuckDB jdbc:duckdb:/path/to/mydb.duckdb Elasticsearch (SQL) jdbc:es://localhost:9200 Exasol jdbc:exa:localhost:8563;schema=MYDB Firebird (Jaybird) jdbc:firebirdsql://localhost:3050/path/to/mydb.fdb Google BigQuery jdbc:bigquery://https://www.googleapis.com/bigquery/v2:443;ProjectId=myproject;OAuthType=3; Google Cloud Spanner jdbc:cloudspanner:/projects/&amp;lt;PROJECT_ID&amp;gt;/instances/&amp;lt;INSTANCE_ID&amp;gt;/databases/&amp;lt;DATABASE_ID&amp;gt; Greenplum jdbc:greenplum://localhost:5432;DatabaseName=mydb H2 jdbc:h2:~/mydb HSQLDB jdbc:hsqldb:hsql://localhost/mydb IBM Db2 jdbc:db2://localhost:50000/mydb Informix jdbc:informix-sqli://localhost:1526/mydb:INFORMIXSERVER=server MariaDB jdbc:mariadb://localhost:3306/mydb Microsoft SQL Server jdbc:sqlserver://localhost:1433;databaseName=mydb MongoDB (Atlas SQL) jdbc:mongodb://localhost:27017/mydb?</description></item><item><title>JDBC Driver List</title><link>/7.2/concepts/jdbc_drivers/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/concepts/jdbc_drivers/</guid><description>Database Example Connection String Amazon Athena jdbc:awsathena://AwsRegion=us-east-1;S3OutputLocation=s3://mybucket/queryoutput/; Amazon Redshift jdbc:redshift://localhost:5439/mydb Amazon DSQL jdbc:postgresql://localhost:5432/mydb Apache Derby jdbc:derby://localhost:1527/mydb;create=true Apache Druid jdbc:avatica:remote:url=http://localhost:8082/druid/v2/sql/avatica/ Apache Hive jdbc:hive2://localhost:10000/default Apache Ignite jdbc:ignite:thin://localhost:10800 Apache Pinot jdbc:pinot://&amp;lt;HOST&amp;gt;:8099/query?controller=http://&amp;lt;CONTROLLER&amp;gt;:9000 ClickHouse jdbc:clickhouse://localhost:8123/mydb CockroachDB jdbc:postgresql://localhost:26257/defaultdb?sslmode=require DuckDB jdbc:duckdb:/path/to/mydb.duckdb Elasticsearch (SQL) jdbc:es://localhost:9200 Exasol jdbc:exa:localhost:8563;schema=MYDB Firebird (Jaybird) jdbc:firebirdsql://localhost:3050/path/to/mydb.fdb Google BigQuery jdbc:bigquery://https://www.googleapis.com/bigquery/v2:443;ProjectId=myproject;OAuthType=3; Google Cloud Spanner jdbc:cloudspanner:/projects/&amp;lt;PROJECT_ID&amp;gt;/instances/&amp;lt;INSTANCE_ID&amp;gt;/databases/&amp;lt;DATABASE_ID&amp;gt; Greenplum jdbc:greenplum://localhost:5432;DatabaseName=mydb H2 jdbc:h2:~/mydb HSQLDB jdbc:hsqldb:hsql://localhost/mydb IBM Db2 jdbc:db2://localhost:50000/mydb Informix jdbc:informix-sqli://localhost:1526/mydb:INFORMIXSERVER=server MariaDB jdbc:mariadb://localhost:3306/mydb Microsoft SQL Server jdbc:sqlserver://localhost:1433;databaseName=mydb MongoDB (Atlas SQL) jdbc:mongodb://localhost:27017/mydb?</description></item><item><title>JDBC Import</title><link>/7.2/admin/workbench/ui/import/jdbc/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/workbench/ui/import/jdbc/</guid><description>Import Overview Setup Source Destination Configure Summary Using the JDBC Import wizard, tables located in another database can be imported into Kinetica via JDBC.
To import a table from a remote database into Kinetica, click on the Generic JDBC panel on the Import landing page in Workbench.
The JDBC Import wizard appears in the right-hand pane.
JDBC Import Wizard
The wizard has two tabs:
Import - contains the 5-step process for importing files from remote databases using JDBC History - lists all of your previous JDBC import attempts Import Overview When importing, the following five steps will need to be completed:</description></item><item><title>JDBC Import</title><link>/7.2/aws/admin/workbench/ui/import/jdbc/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/admin/workbench/ui/import/jdbc/</guid><description>Import Overview Setup Source Destination Configure Summary Using the JDBC Import wizard, tables located in another database can be imported into Kinetica via JDBC.
To import a table from a remote database into Kinetica, click on the Generic JDBC panel on the Import landing page in Workbench.
The JDBC Import wizard appears in the right-hand pane.
JDBC Import Wizard
The wizard has two tabs:
Import - contains the 5-step process for importing files from remote databases using JDBC History - lists all of your previous JDBC import attempts Import Overview When importing, the following five steps will need to be completed:</description></item><item><title>Job Manager</title><link>/7.2/admin/job_manager/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/job_manager/</guid><description>The Job Manager maintains request ordering across the nodes in your Kinetica cluster at the cost of some performance. All read requests (/show/table, /get/records, etc.) are processed simultaneously. When a write request (/insert/records, /delete/records, etc.) is made, all subsequent read and write requests are blocked until the current write request is finished.
If Job Manager is disabled, all inbound requests are broadcasted to all worker nodes and can be executed in any order.</description></item><item><title>Job Manager</title><link>/7.2/aws/admin/job_manager/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/admin/job_manager/</guid><description>The Job Manager maintains request ordering across the nodes in your Kinetica cluster at the cost of some performance. All read requests (/show/table, /get/records, etc.) are processed simultaneously. When a write request (/insert/records, /delete/records, etc.) is made, all subsequent read and write requests are blocked until the current write request is finished.
Because read requests are processed simultaneously, read jobs can only be cancelled while a preceding write request is being processed, which is also referred to as a checkpoint.</description></item><item><title>Jobs</title><link>/7.2/admin/gadmin/jobs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/gadmin/jobs/</guid><description>Click Jobs in the top navigation menu to access the Job Manager interface.
Important
The Jobs section is only available to users with the System Admin permission.
Running Recent Running The Running page shows a list of currently executing jobs. Jobs can be cancelled by selecting them and then clicking Cancel Jobs, though most jobs are processed quickly enough to be finished by the time they appear in the job listing.</description></item><item><title>Jobs</title><link>/7.2/admin/workbench/ui/jobs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/workbench/ui/jobs/</guid><description>The Jobs interface is situated in the right-hand pane of Kinetica's Workbench administration application. It can be used to view the status of the user-initiated and system-level jobs running within the database.
Jobs Page
To access the Jobs page, in Workbench, click the Jobs menu item. This will open the list of running jobs in the right-hand pane. Additionally, there are several action buttons:
Cancel Selected - stop any selected jobs from running - refresh the displayed list of jobs Three tabs allow separate viewing of the different job types:</description></item><item><title>Jobs</title><link>/7.2/aws/admin/workbench/ui/jobs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/admin/workbench/ui/jobs/</guid><description>The Jobs interface is situated in the right-hand pane of Kinetica's Workbench administration application. It can be used to view the status of the user-initiated and system-level jobs running within the database.
Jobs Page
To access the Jobs page, in Workbench, click the Jobs menu item. This will open the list of running jobs in the right-hand pane. Additionally, there are several action buttons:
Cancel Selected - stop any selected jobs from running - refresh the displayed list of jobs Three tabs allow separate viewing of the different job types:</description></item><item><title>Joins</title><link>/7.2/aws/concepts/joins/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/concepts/joins/</guid><description>Join Execution Types Native Joins SQL Joins Join Distribution Types Node-Local Joins Distributed Joins Equality-Based Join Rules Inequality-Based Join Rules Creating a Join View Examples Inner Join Outer Join Operating on a Join View Examples SQL Conversion Example Performance Optimization Limitations &amp;amp; Cautions Memory Implications Operations on Underlying Tables Kinetica supports the SQL concept of joining data sets, via join views, connecting related records between two or more tables.</description></item><item><title>Joins</title><link>/7.2/concepts/joins/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/concepts/joins/</guid><description>Join Execution Types Native Joins SQL Joins Join Distribution Types Node-Local Joins Distributed Joins Equality-Based Join Rules Inequality-Based Join Rules Creating a Join View Examples Inner Join Outer Join Operating on a Join View Examples SQL Conversion Example Performance Optimization Limitations &amp;amp; Cautions Memory Implications Operations on Underlying Tables Kinetica supports the SQL concept of joining data sets, via join views, connecting related records between two or more tables.</description></item><item><title>JSON</title><link>/7.2/aws/concepts/json/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/concepts/json/</guid><description>JSON Type Create Table Insert Data Retrieve Data JSON Operators Example JSON Functions Scalar Functions Aggregation Functions Examples JSON_ARRAYAGG JSON_ARRAYAGG_DISTINCT UNNEST_JSON_ARRAY Examples UNNEST_JSON_OBJECT Examples JSON Type The JSON data type provides the capability to store native JSON in a single column and apply JSON-specific functions to it.
Create Table SQL Python SQL 1 CREATE TABLE example.js ( j JSON ) Python 1 2 3 4 5 6 table_name = &amp;#39;example.</description></item><item><title>JSON</title><link>/7.2/concepts/json/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/concepts/json/</guid><description>JSON Type Create Table Insert Data Retrieve Data JSON Operators Example JSON Functions Scalar Functions Aggregation Functions Examples JSON_ARRAYAGG JSON_ARRAYAGG_DISTINCT UNNEST_JSON_ARRAY Examples UNNEST_JSON_OBJECT Examples JSON Type The JSON data type provides the capability to store native JSON in a single column and apply JSON-specific functions to it.
Create Table SQL Python SQL 1 CREATE TABLE example.js ( j JSON ) Python 1 2 3 4 5 6 table_name = &amp;#39;example.</description></item><item><title>Kafka Stream Import</title><link>/7.2/admin/workbench/ui/import/kafka/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/workbench/ui/import/kafka/</guid><description>Import Overview Setup Source Destination Configure Summary Using the Kafka Stream Import wizard, data from a Kafka topic can be streamed into Kinetica.
To stream data from Kafka into Kinetica, click on the Kafka Stream panel on the Import landing page in Workbench.
The Kafka Stream Import wizard appears in the right-hand pane.
Kafka Stream Import Wizard
The wizard has two tabs:
Import - contains the 5-step process for streaming data from Kafka History - lists all of your previous Kafka stream attempts Import Overview When importing, the following five steps will need to be completed:</description></item><item><title>Kafka Stream Import</title><link>/7.2/aws/admin/workbench/ui/import/kafka/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/admin/workbench/ui/import/kafka/</guid><description>Import Overview Setup Source Destination Configure Summary Using the Kafka Stream Import wizard, data from a Kafka topic can be streamed into Kinetica.
To stream data from Kafka into Kinetica, click on the Kafka Stream panel on the Import landing page in Workbench.
The Kafka Stream Import wizard appears in the right-hand pane.
Kafka Stream Import Wizard
The wizard has two tabs:
Import - contains the 5-step process for streaming data from Kafka History - lists all of your previous Kafka stream attempts Import Overview When importing, the following five steps will need to be completed:</description></item><item><title>KAgent</title><link>/7.2/admin/kagent/kagent/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/kagent/kagent/</guid><description>KAgent is a multi-faceted administration, installation, and configuration management tool. It provides a centralized way to perform a consistent install across an existing or yet-to-be-cloud-provisioned cluster of computers. KAgent can also assist in automating tasks such as provisioning cloud hardware, configuring cluster security, adding and removing nodes, data backup and restoration, monitoring cluster health, managing and configuring cluster high availability. It has both a graphical (web) interface as well as a command line interface.</description></item><item><title>KAgent</title><link>/7.2/install/kagent/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/install/kagent/</guid><description>KAgent Installation &lt;div class="document">
&lt;p>&lt;em>KAgent&lt;/em> can be deployed as a RHEL, Ubuntu, or SUSE installation package on any
server inside or outside the cluster.&lt;/p>
&lt;p>Automatically download &amp;amp; install the latest &lt;em>KAgent&lt;/em> version using these
commands:&lt;/p>
&lt;ul class="nav nav-tabs codeblock-tabs" id="id-2ed27208b2781cb9627a3bec10210c42-tabs" role="tablist">&lt;li class="nav-item">
&lt;a class="nav-link active"
id="tab-12335d053d81f5f47f874b7da7b4e37e"
data-language="bash"
data-toggle="tab"
href="#content-12335d053d81f5f47f874b7da7b4e37e"
role="tab"
aria-controls="content-12335d053d81f5f47f874b7da7b4e37e"
aria-selected="true">
RHEL 8
&lt;/a>
&lt;/li>&lt;li class="nav-item">
&lt;a class="nav-link "
id="tab-91b56b2f78f9e5be88657ccb3a00891b"
data-language="bash"
data-toggle="tab"
href="#content-91b56b2f78f9e5be88657ccb3a00891b"
role="tab"
aria-controls="content-91b56b2f78f9e5be88657ccb3a00891b"
aria-selected="true">
Ubuntu 20
&lt;/a>
&lt;/li>&lt;li class="nav-item">
&lt;a class="nav-link "
id="tab-bf189d5dad3a64d2c8edf89d76c116e4"
data-language="bash"
data-toggle="tab"
href="#content-bf189d5dad3a64d2c8edf89d76c116e4"
role="tab"
aria-controls="content-bf189d5dad3a64d2c8edf89d76c116e4"
aria-selected="true">
Ubuntu 22
&lt;/a>
&lt;/li>&lt;li class="nav-item">
&lt;a class="nav-link "
id="tab-156918e1aa271e6246942321a3cc41a0"
data-language="bash"
data-toggle="tab"
href="#content-156918e1aa271e6246942321a3cc41a0"
role="tab"
aria-controls="content-156918e1aa271e6246942321a3cc41a0"
aria-selected="true">
SUSE 15
&lt;/a>
&lt;/li>&lt;/ul>
&lt;div class="tab-content codeblock-tab-content" id="content-id-2ed27208b2781cb9627a3bec10210c42">&lt;div class="tab-pane fadeshow active"
id="content-12335d053d81f5f47f874b7da7b4e37e"
role="tabpanel"
aria-labelledby="tab-12335d053d81f5f47f874b7da7b4e37e">&lt;div class="code-block js-clipboard-holder">
&lt;div class="head">&lt;strong class="title">RHEL 8&lt;/strong>
&lt;button class="btn-copy js-clipboard-trigger icon-copy" type="button">&lt;/button>
&lt;/div>
&lt;div class="body js-clipboard-target">&lt;div class="highlight">&lt;div class="chroma">
&lt;table class="lntable">&lt;tr>&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code>&lt;span class="lnt">1
&lt;/span>&lt;span class="lnt">2
&lt;/span>&lt;span class="lnt">3
&lt;/span>&lt;span class="lnt">4
&lt;/span>&lt;/code>&lt;/pre>&lt;/td>
&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code class="language-bash" data-lang="bash">&lt;span class="line">&lt;span class="cl">&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="o">=&lt;/span>https://repo.kinetica.com/yum/7.2/CentOS/8/x86_64
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="o">=&lt;/span>&lt;span class="k">$(&lt;/span>wget -q -O - &lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="si">}&lt;/span> &lt;span class="p">|&lt;/span> sed &lt;span class="s1">&amp;#39;s/&amp;lt;[^&amp;gt;]*&amp;gt;//g&amp;#39;&lt;/span> &lt;span class="p">|&lt;/span> grep -o &lt;span class="s2">&amp;#34;kagent.*ga.*rpm &amp;#34;&lt;/span> &lt;span class="p">|&lt;/span> sort -V &lt;span class="p">|&lt;/span> tail -1&lt;span class="k">)&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">wget &lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="si">}&lt;/span>/&lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="si">}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">sudo yum install ./&lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="si">}&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/td>&lt;/tr>&lt;/table>
&lt;/div>
&lt;/div>&lt;/div>
&lt;/div>
&lt;/div>&lt;div class="tab-pane fade"
id="content-91b56b2f78f9e5be88657ccb3a00891b"
role="tabpanel"
aria-labelledby="tab-91b56b2f78f9e5be88657ccb3a00891b">&lt;div class="code-block js-clipboard-holder">
&lt;div class="head">&lt;strong class="title">Ubuntu 20&lt;/strong>
&lt;button class="btn-copy js-clipboard-trigger icon-copy" type="button">&lt;/button>
&lt;/div>
&lt;div class="body js-clipboard-target">&lt;div class="highlight">&lt;div class="chroma">
&lt;table class="lntable">&lt;tr>&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code>&lt;span class="lnt">1
&lt;/span>&lt;span class="lnt">2
&lt;/span>&lt;span class="lnt">3
&lt;/span>&lt;span class="lnt">4
&lt;/span>&lt;/code>&lt;/pre>&lt;/td>
&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code class="language-bash" data-lang="bash">&lt;span class="line">&lt;span class="cl">&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="o">=&lt;/span>https://repo.kinetica.com/debian/7.2/Ubuntu/focal/binary-amd64
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="o">=&lt;/span>&lt;span class="k">$(&lt;/span>wget -q -O - &lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="si">}&lt;/span> &lt;span class="p">|&lt;/span> sed &lt;span class="s1">&amp;#39;s/&amp;lt;[^&amp;gt;]*&amp;gt;//g&amp;#39;&lt;/span> &lt;span class="p">|&lt;/span> grep -o &lt;span class="s2">&amp;#34;kagent.*ga.*deb &amp;#34;&lt;/span> &lt;span class="p">|&lt;/span> sort -V &lt;span class="p">|&lt;/span> tail -1&lt;span class="k">)&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">wget &lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="si">}&lt;/span>/&lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="si">}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">sudo apt install ./&lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="si">}&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/td>&lt;/tr>&lt;/table>
&lt;/div>
&lt;/div>&lt;/div>
&lt;/div>
&lt;/div>&lt;div class="tab-pane fade"
id="content-bf189d5dad3a64d2c8edf89d76c116e4"
role="tabpanel"
aria-labelledby="tab-bf189d5dad3a64d2c8edf89d76c116e4">&lt;div class="code-block js-clipboard-holder">
&lt;div class="head">&lt;strong class="title">Ubuntu 22&lt;/strong>
&lt;button class="btn-copy js-clipboard-trigger icon-copy" type="button">&lt;/button>
&lt;/div>
&lt;div class="body js-clipboard-target">&lt;div class="highlight">&lt;div class="chroma">
&lt;table class="lntable">&lt;tr>&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code>&lt;span class="lnt">1
&lt;/span>&lt;span class="lnt">2
&lt;/span>&lt;span class="lnt">3
&lt;/span>&lt;span class="lnt">4
&lt;/span>&lt;/code>&lt;/pre>&lt;/td>
&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code class="language-bash" data-lang="bash">&lt;span class="line">&lt;span class="cl">&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="o">=&lt;/span>https://repo.kinetica.com/debian/7.2/Ubuntu/jammy/binary-amd64
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="o">=&lt;/span>&lt;span class="k">$(&lt;/span>wget -q -O - &lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="si">}&lt;/span> &lt;span class="p">|&lt;/span> sed &lt;span class="s1">&amp;#39;s/&amp;lt;[^&amp;gt;]*&amp;gt;//g&amp;#39;&lt;/span> &lt;span class="p">|&lt;/span> grep -o &lt;span class="s2">&amp;#34;kagent.*ga.*deb &amp;#34;&lt;/span> &lt;span class="p">|&lt;/span> sort -V &lt;span class="p">|&lt;/span> tail -1&lt;span class="k">)&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">wget &lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="si">}&lt;/span>/&lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="si">}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">sudo apt install ./&lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="si">}&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/td>&lt;/tr>&lt;/table>
&lt;/div>
&lt;/div>&lt;/div>
&lt;/div>
&lt;/div>&lt;div class="tab-pane fade"
id="content-156918e1aa271e6246942321a3cc41a0"
role="tabpanel"
aria-labelledby="tab-156918e1aa271e6246942321a3cc41a0">&lt;div class="code-block js-clipboard-holder">
&lt;div class="head">&lt;strong class="title">SUSE 15&lt;/strong>
&lt;button class="btn-copy js-clipboard-trigger icon-copy" type="button">&lt;/button>
&lt;/div>
&lt;div class="body js-clipboard-target">&lt;div class="highlight">&lt;div class="chroma">
&lt;table class="lntable">&lt;tr>&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code>&lt;span class="lnt">1
&lt;/span>&lt;span class="lnt">2
&lt;/span>&lt;span class="lnt">3
&lt;/span>&lt;span class="lnt">4
&lt;/span>&lt;/code>&lt;/pre>&lt;/td>
&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code class="language-bash" data-lang="bash">&lt;span class="line">&lt;span class="cl">&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="o">=&lt;/span>https://repo.kinetica.com/yum/7.2/SUSE/15.3/x86_64
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="o">=&lt;/span>&lt;span class="k">$(&lt;/span>wget -q -O - &lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="si">}&lt;/span> &lt;span class="p">|&lt;/span> sed &lt;span class="s1">&amp;#39;s/&amp;lt;[^&amp;gt;]*&amp;gt;//g&amp;#39;&lt;/span> &lt;span class="p">|&lt;/span> grep -o &lt;span class="s2">&amp;#34;kagent.*ga.*rpm &amp;#34;&lt;/span> &lt;span class="p">|&lt;/span> sort -V &lt;span class="p">|&lt;/span> tail -1&lt;span class="k">)&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">wget &lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="si">}&lt;/span>/&lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="si">}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">sudo zypper install ./&lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="si">}&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/td>&lt;/tr>&lt;/table>
&lt;/div>
&lt;/div>&lt;/div>
&lt;/div>
&lt;/div>&lt;/div>
&lt;p>Alternatively, visit the &lt;tt class="docutils literal">KAGENT_REPO&lt;/tt> link below to search for a specific
version of &lt;em>KAgent&lt;/em>, change &lt;tt class="docutils literal">KAGENT_PKG&lt;/tt> to that version on &lt;strong>line 2&lt;/strong>, and
then run the modified commands to download &amp;amp; install that version:&lt;/p>
&lt;ul class="nav nav-tabs codeblock-tabs" id="id-02212d202128e81cba9c03277bc7eb46-tabs" role="tablist">&lt;li class="nav-item">
&lt;a class="nav-link active"
id="tab-ecd05fad8778338f1cc6f9a42c5cae09"
data-language="bash"
data-toggle="tab"
href="#content-ecd05fad8778338f1cc6f9a42c5cae09"
role="tab"
aria-controls="content-ecd05fad8778338f1cc6f9a42c5cae09"
aria-selected="true">
RHEL 8
&lt;/a>
&lt;/li>&lt;li class="nav-item">
&lt;a class="nav-link "
id="tab-522a84fded39772fb63ad0543c938533"
data-language="bash"
data-toggle="tab"
href="#content-522a84fded39772fb63ad0543c938533"
role="tab"
aria-controls="content-522a84fded39772fb63ad0543c938533"
aria-selected="true">
Ubuntu 20
&lt;/a>
&lt;/li>&lt;li class="nav-item">
&lt;a class="nav-link "
id="tab-8a2eaa9c26f7036187df61f7f5ba5daa"
data-language="bash"
data-toggle="tab"
href="#content-8a2eaa9c26f7036187df61f7f5ba5daa"
role="tab"
aria-controls="content-8a2eaa9c26f7036187df61f7f5ba5daa"
aria-selected="true">
Ubuntu 22
&lt;/a>
&lt;/li>&lt;li class="nav-item">
&lt;a class="nav-link "
id="tab-3afe7a5655987427cb602523fc1b397a"
data-language="bash"
data-toggle="tab"
href="#content-3afe7a5655987427cb602523fc1b397a"
role="tab"
aria-controls="content-3afe7a5655987427cb602523fc1b397a"
aria-selected="true">
SUSE 15
&lt;/a>
&lt;/li>&lt;/ul>
&lt;div class="tab-content codeblock-tab-content" id="content-id-02212d202128e81cba9c03277bc7eb46">&lt;div class="tab-pane fadeshow active"
id="content-ecd05fad8778338f1cc6f9a42c5cae09"
role="tabpanel"
aria-labelledby="tab-ecd05fad8778338f1cc6f9a42c5cae09">&lt;div class="code-block js-clipboard-holder">
&lt;div class="head">&lt;strong class="title">RHEL 8&lt;/strong>
&lt;button class="btn-copy js-clipboard-trigger icon-copy" type="button">&lt;/button>
&lt;/div>
&lt;div class="body js-clipboard-target">&lt;div class="highlight">&lt;div class="chroma">
&lt;table class="lntable">&lt;tr>&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code>&lt;span class="lnt">1
&lt;/span>&lt;span class="lnt">2
&lt;/span>&lt;span class="lnt">3
&lt;/span>&lt;span class="lnt">4
&lt;/span>&lt;/code>&lt;/pre>&lt;/td>
&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code class="language-bash" data-lang="bash">&lt;span class="line">&lt;span class="cl">&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="o">=&lt;/span>https://repo.kinetica.com/yum/7.2/CentOS/8/x86_64
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="o">=&lt;/span>kagent-7.2.0.4.20240326024429.ga-0.x86_64.el8.rpm
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">wget &lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="si">}&lt;/span>/&lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="si">}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">sudo yum install ./&lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="si">}&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/td>&lt;/tr>&lt;/table>
&lt;/div>
&lt;/div>&lt;/div>
&lt;/div>
&lt;/div>&lt;div class="tab-pane fade"
id="content-522a84fded39772fb63ad0543c938533"
role="tabpanel"
aria-labelledby="tab-522a84fded39772fb63ad0543c938533">&lt;div class="code-block js-clipboard-holder">
&lt;div class="head">&lt;strong class="title">Ubuntu 20&lt;/strong>
&lt;button class="btn-copy js-clipboard-trigger icon-copy" type="button">&lt;/button>
&lt;/div>
&lt;div class="body js-clipboard-target">&lt;div class="highlight">&lt;div class="chroma">
&lt;table class="lntable">&lt;tr>&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code>&lt;span class="lnt">1
&lt;/span>&lt;span class="lnt">2
&lt;/span>&lt;span class="lnt">3
&lt;/span>&lt;span class="lnt">4
&lt;/span>&lt;/code>&lt;/pre>&lt;/td>
&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code class="language-bash" data-lang="bash">&lt;span class="line">&lt;span class="cl">&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="o">=&lt;/span>https://repo.kinetica.com/debian/7.2/Ubuntu/focal/binary-amd64
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="o">=&lt;/span>kagent_7.2.0.4.20240326024429.ga-0_amd64.ubuntu20.04.deb
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">wget &lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="si">}&lt;/span>/&lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="si">}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">sudo apt install ./&lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="si">}&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/td>&lt;/tr>&lt;/table>
&lt;/div>
&lt;/div>&lt;/div>
&lt;/div>
&lt;/div>&lt;div class="tab-pane fade"
id="content-8a2eaa9c26f7036187df61f7f5ba5daa"
role="tabpanel"
aria-labelledby="tab-8a2eaa9c26f7036187df61f7f5ba5daa">&lt;div class="code-block js-clipboard-holder">
&lt;div class="head">&lt;strong class="title">Ubuntu 22&lt;/strong>
&lt;button class="btn-copy js-clipboard-trigger icon-copy" type="button">&lt;/button>
&lt;/div>
&lt;div class="body js-clipboard-target">&lt;div class="highlight">&lt;div class="chroma">
&lt;table class="lntable">&lt;tr>&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code>&lt;span class="lnt">1
&lt;/span>&lt;span class="lnt">2
&lt;/span>&lt;span class="lnt">3
&lt;/span>&lt;span class="lnt">4
&lt;/span>&lt;/code>&lt;/pre>&lt;/td>
&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code class="language-bash" data-lang="bash">&lt;span class="line">&lt;span class="cl">&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="o">=&lt;/span>https://repo.kinetica.com/debian/7.2/Ubuntu/jammy/binary-amd64
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="o">=&lt;/span>kagent_7.2.0.4.20240326024429.ga-0_amd64.ubuntu22.04.deb
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">wget &lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="si">}&lt;/span>/&lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="si">}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">sudo apt install ./&lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="si">}&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/td>&lt;/tr>&lt;/table>
&lt;/div>
&lt;/div>&lt;/div>
&lt;/div>
&lt;/div>&lt;div class="tab-pane fade"
id="content-3afe7a5655987427cb602523fc1b397a"
role="tabpanel"
aria-labelledby="tab-3afe7a5655987427cb602523fc1b397a">&lt;div class="code-block js-clipboard-holder">
&lt;div class="head">&lt;strong class="title">SUSE 15&lt;/strong>
&lt;button class="btn-copy js-clipboard-trigger icon-copy" type="button">&lt;/button>
&lt;/div>
&lt;div class="body js-clipboard-target">&lt;div class="highlight">&lt;div class="chroma">
&lt;table class="lntable">&lt;tr>&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code>&lt;span class="lnt">1
&lt;/span>&lt;span class="lnt">2
&lt;/span>&lt;span class="lnt">3
&lt;/span>&lt;span class="lnt">4
&lt;/span>&lt;/code>&lt;/pre>&lt;/td>
&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code class="language-bash" data-lang="bash">&lt;span class="line">&lt;span class="cl">&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="o">=&lt;/span>https://repo.kinetica.com/yum/7.2/SUSE/15.3/x86_64
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="o">=&lt;/span>kagent-7.2.0.4.20240326024429.ga-0.x86_64.sles15.3.rpm
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">wget &lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="si">}&lt;/span>/&lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="si">}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">sudo zypper install ./&lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="si">}&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/td>&lt;/tr>&lt;/table>
&lt;/div>
&lt;/div>&lt;/div>
&lt;/div>
&lt;/div>&lt;/div>
&lt;div class="line-block">
&lt;div class="line">&lt;br />&lt;/div>
&lt;/div>
&lt;p>This installs the package to the directory &lt;code class="file docutils literal">&lt;span class="pre">/opt/gpudb/kagent&lt;/span>&lt;/code> and
registers and starts the &lt;tt class="docutils literal">kagent_ui&lt;/tt> service. &lt;em>KAgent&lt;/em> will open port &lt;tt class="docutils literal">8081&lt;/tt>
on the local firewall (if enabled).&lt;/p>
&lt;/div></description></item><item><title>KiFS API Support</title><link>/7.2/aws/tools/kifs_api/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/tools/kifs_api/</guid><description>API Initialization Directories Creating Directories Showing Directories Deleting Directories Files Uploading Files Listing Files Downloading Files Deleting Files KiFS Endpoints KiFS, while able to be managed in all native APIs, has enhanced support in the Java API.
API Initialization When using KiFS via the Java API, the handler class must be initialized. The examples in the following sections make use of this interface and assume these steps have been taken.</description></item><item><title>KiFS API Support</title><link>/7.2/tools/kifs_api/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/tools/kifs_api/</guid><description>API Initialization Directories Creating Directories Showing Directories Deleting Directories Files Uploading Files Listing Files Downloading Files Deleting Files KiFS Endpoints KiFS, while able to be managed in all native APIs, has enhanced support in the Java API.
API Initialization When using KiFS via the Java API, the handler class must be initialized. The examples in the following sections make use of this interface and assume these steps have been taken.</description></item><item><title>Kill Proc</title><link>/7.2/aws/feature_overview/kill_proc_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/kill_proc_feature_overview/</guid><description>Kills a running proc instance.
Input Parameter Description Name Type Description run_id string The run ID of a running proc instance. If a proc with a matching run ID is not found or the proc instance has already completed, no procs will be killed. If not specified, all running proc instances will be killed.
The default value is ''.
options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>Kill Proc</title><link>/7.2/feature_overview/kill_proc_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/kill_proc_feature_overview/</guid><description>Kills a running proc instance.
Input Parameter Description Name Type Description run_id string The run ID of a running proc instance. If a proc with a matching run ID is not found or the proc instance has already completed, no procs will be killed. If not specified, all running proc instances will be killed.
The default value is ''.
options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>Kinetica Components Configuration</title><link>/7.2/security/shared/ssl/comp_config/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/security/shared/ssl/comp_config/</guid><description>Reveal Navigate to /opt/gpudb/connectors/reveal/etc/default.json and update the url setting:
&amp;quot;gadmin&amp;quot;: { &amp;quot;url&amp;quot;: &amp;quot;https://localhost:8443/gadmin&amp;quot; }, GAdmin Navigate to the /opt/gpudb/tomcat/webapps/gadmin/js/settings.js file and update the REVEAL_PORT variable to the secured Reveal port (default 8444):
var REVEAL_PORT = '8444'; Navigate to the /opt/gpudb/tomcat/webapps/gadmin/WEB-INF/classes/gaia.properties file and update the following settings to https, ensuring the host is correct for your setup
gpudb_ext_url = https://&amp;lt;hostname&amp;gt;:8082/gpudb-0 ... gpudb_ext_hm_url = https://&amp;lt;hostname&amp;gt;:8082/gpudb-host-manager In the /opt/gpudb/tomcat/conf/catalina.properties file at the bottom:</description></item><item><title>Kinetica Dialect for SQLAlchemy</title><link>/7.2/aws/connectors/sqlalchemy/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/connectors/sqlalchemy/</guid><description>Kinetica provides a SQL interface through its SQLAlchemy dialect, which makes use of the DBAPI interface of Kinetica's Python API.
Installation Connecting Managing Connections Data Types Creating Tables Column Types Replicated Tables Sharded Tables with Options CREATE TABLE...AS External Tables Managing Data Inserting Data as Values Inserting Data from a Query Inserting Data using a CTE Updating Data with Constants Updating Data with Subquery Filter Updating Data with Subquery Assignment Updating Data with Join Deleting Data with Constants Deleting Data with Subquery Filter Querying Data CTE Join ASOF Join Aggregation (GROUP BY) Aggregation (ROLLUP) Aggregation (GROUPING SETS) Window Functions (Rolling Sum) Window Functions (Moving Average) Window Functions (Ranking) Pivot Unpivot Set Union (Deduplicate) Set Union (Keep Duplicates) Set Intersection Set Exception Full Text Search Installation The Kinetica Dialect for SQLAlchemy can be installed from PyPI using pip:</description></item><item><title>Kinetica Dialect for SQLAlchemy</title><link>/7.2/connectors/sqlalchemy/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/connectors/sqlalchemy/</guid><description>Kinetica provides a SQL interface through its SQLAlchemy dialect, which makes use of the DBAPI interface of Kinetica's Python API.
Installation Connecting Managing Connections Data Types Creating Tables Column Types Replicated Tables Sharded Tables with Options CREATE TABLE...AS External Tables Managing Data Inserting Data as Values Inserting Data from a Query Inserting Data using a CTE Updating Data with Constants Updating Data with Subquery Filter Updating Data with Subquery Assignment Updating Data with Join Deleting Data with Constants Deleting Data with Subquery Filter Querying Data CTE Join ASOF Join Aggregation (GROUP BY) Aggregation (ROLLUP) Aggregation (GROUPING SETS) Window Functions (Rolling Sum) Window Functions (Moving Average) Window Functions (Ranking) Pivot Unpivot Set Union (Deduplicate) Set Union (Keep Duplicates) Set Intersection Set Exception Full Text Search Installation The Kinetica Dialect for SQLAlchemy can be installed from PyPI using pip:</description></item><item><title>Kinetica File System (KiFS)</title><link>/7.2/aws/tools/kifs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/tools/kifs/</guid><description>The Kinetica File System (KiFS) is a file system interface that's packaged with Kinetica. It provides a repository for users to store and make use of files within the database.
KiFS can be leveraged by several Kinetica features:
UDFs (in SQL) External tables (in SQL) /insert/records/fromfiles API calls (SQL LOAD INTO) KiFS files can be referenced with the following URI:
kifs://&amp;lt;kifs directory&amp;gt;&amp;lt;kifs file&amp;gt; For example, the following URI can be broken down into three components:</description></item><item><title>Kinetica File System (KiFS)</title><link>/7.2/tools/kifs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/tools/kifs/</guid><description>The Kinetica File System (KiFS) is a file system interface that's packaged with Kinetica. It provides a repository for users to store and make use of files within the database.
KiFS can be leveraged by several Kinetica features:
UDFs (in SQL) External tables (in SQL) /insert/records/fromfiles API calls (SQL LOAD INTO) KiFS files can be referenced with the following URI:
kifs://&amp;lt;kifs directory&amp;gt;&amp;lt;kifs file&amp;gt; For example, the following URI can be broken down into three components:</description></item><item><title>Kinetica FileSystem Import</title><link>/7.2/admin/workbench/ui/import/kifs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/workbench/ui/import/kifs/</guid><description>Import Overview Setup Source Destination Configure Summary Using the Kinetica FileSystem (KiFS) Import wizard, files staged in KiFS can be imported into Kinetica.
To import a file from KiFS into Kinetica, click on the Kinetica FileSystem panel on the Import landing page in Workbench.
The Kinetica FileSystem Import wizard appears in the right-hand pane.
Kinetica FileSystem Import Wizard
The wizard has two tabs:
Import - contains the 5-step process for importing files from KiFS History - lists all of your previous KiFS import attempts Import Overview When importing, the following five steps will need to be completed:</description></item><item><title>Kinetica FileSystem Import</title><link>/7.2/aws/admin/workbench/ui/import/kifs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/admin/workbench/ui/import/kifs/</guid><description>Import Overview Setup Source Destination Configure Summary Using the Kinetica FileSystem (KiFS) Import wizard, files staged in KiFS can be imported into Kinetica.
To import a file from KiFS into Kinetica, click on the Kinetica FileSystem panel on the Import landing page in Workbench.
The Kinetica FileSystem Import wizard appears in the right-hand pane.
Kinetica FileSystem Import Wizard
The wizard has two tabs:
Import - contains the 5-step process for importing files from KiFS History - lists all of your previous KiFS import attempts Import Overview When importing, the following five steps will need to be completed:</description></item><item><title>Kinetica Geospatial Visualization for Tableau</title><link>/7.2/aws/bi/tableau/kin_geo_viz_tableau/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/bi/tableau/kin_geo_viz_tableau/</guid><description>Kinetica offers a geospatial visualization extension for Tableau that allows users to visualize maps from Kinetica-hosted datasets. There are four integral parts to this extension:
The manifest file, KineticaTableauMapExt.trex A Tableau instance (Tableau Desktop, Tableau Online, or Tableau Server are all applicable) A Kinetica instance An extension server that connects the Tableau extension to Kinetica This document will walk through installation and configuration of the extension within your Tableau instance.</description></item><item><title>Kinetica Geospatial Visualization for Tableau</title><link>/7.2/bi/tableau/kin_geo_viz_tableau/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/bi/tableau/kin_geo_viz_tableau/</guid><description>Kinetica offers a geospatial visualization extension for Tableau that allows users to visualize maps from Kinetica-hosted datasets. There are four integral parts to this extension:
The manifest file, KineticaTableauMapExt.trex A Tableau instance (Tableau Desktop, Tableau Online, or Tableau Server are all applicable) A Kinetica instance An extension server that connects the Tableau extension to Kinetica This document will walk through installation and configuration of the extension within your Tableau instance.</description></item><item><title>Kinetica Import</title><link>/7.2/admin/workbench/ui/import/kinetica/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/workbench/ui/import/kinetica/</guid><description>Import Overview Setup Source Destination Configure Summary Using the Kinetica Import wizard, tables located in another Kinetica cluster can be imported into Kinetica.
To import a table from a remote Kinetica into a local one, click on the Kinetica panel on the Import landing page in Workbench.
The Kinetica Import wizard appears in the right-hand pane.
Kinetica Import Wizard
The wizard has two tabs:
Import - contains the 5-step process for importing files from Kinetica History - lists all of your previous Kinetica import attempts Import Overview When importing, the following five steps will need to be completed:</description></item><item><title>Kinetica Import</title><link>/7.2/aws/admin/workbench/ui/import/kinetica/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/admin/workbench/ui/import/kinetica/</guid><description>Import Overview Setup Source Destination Configure Summary Using the Kinetica Import wizard, tables located in another Kinetica cluster can be imported into Kinetica.
To import a table from a remote Kinetica into a local one, click on the Kinetica panel on the Import landing page in Workbench.
The Kinetica Import wizard appears in the right-hand pane.
Kinetica Import Wizard
The wizard has two tabs:
Import - contains the 5-step process for importing files from Kinetica History - lists all of your previous Kinetica import attempts Import Overview When importing, the following five steps will need to be completed:</description></item><item><title>Kinetica Installation with KAgent</title><link>/7.2/install/kagent_install/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/install/kagent_install/</guid><description>Kinetica installation and configuration instructions using KAgent for On-Premise hardware.
Note
Kinetica can be installed on pre-provisioned instances in AWS, Azure, or GCP via KAgent. For offerings provisioned within cloud environments directly, see Cloud-Ready.
System Requirements Certified OS List Minimum Hardware Requirements GPU Driver Matrix Active Directory KAgent Installation Kinetica Installation KAgent UI Cluster Deployment Security Nodes Credentials Installation Validation Curl Test API Test GAdmin Status Test Ingest/Read Test Core Utilities Environment Configuration and Tools Helper Scripts Logging Additional Configuration Uninstallation System Requirements Operating system, hardware, and network requirements to run Kinetica.</description></item><item><title>Kinetica Installation with Kubernetes</title><link>/7.2/install/kubernetes/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/install/kubernetes/</guid><description>Kinetica installation and configuration instructions for Kubernetes using Helm Charts and the Kinetica Operator for Kubernetes.
Note
Kinetica can be installed manually on pre-provisioned instances in AWS, Azure, or GCP. For offerings provisioned within cloud environments directly, see Cloud-Ready.
System Requirements Limitations Kubernetes Installation System Requirements Kinetica supports Kubernetes versions 1.25 and higher.
Kinetica is supported on the following Kubernetes environments:
Vanilla Kubernetes Amazon Elastic Kubernetes Service (EKS) Microsoft Azure Kubernetes Service (AKS) Red Hat OpenShift Container Platform kind K3s Limitations The following Kinetica features are not currently supported in Kinetica on Kubernetes:</description></item><item><title>Kinetica Kickbox.js Mapbox GL</title><link>/7.2/aws/connectors/kickbox/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/connectors/kickbox/</guid><description>Library Overview Kinetica Kickbox.js is a client-side code-accelerator library aimed at getting you up and running with Kinetica and Mapbox GL as quickly as possible.
Purpose While Mapbox is fully interoperable with Kinetica natively, the workflow for displaying Kinetica's WMS layers can be tricky to implement without knowing the best practices regarding their integration. Furthermore, there are common patterns that begin to emerge and this library aims to reduce the amount of code required to simply connect Kinetica's WMS output to Mapbox.</description></item><item><title>Kinetica Kickbox.js Mapbox GL</title><link>/7.2/connectors/kickbox/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/connectors/kickbox/</guid><description>Library Overview Kinetica Kickbox.js is a client-side code-accelerator library aimed at getting you up and running with Kinetica and Mapbox GL as quickly as possible.
Purpose While Mapbox is fully interoperable with Kinetica natively, the workflow for displaying Kinetica's WMS layers can be tricky to implement without knowing the best practices regarding their integration. Furthermore, there are common patterns that begin to emerge and this library aims to reduce the amount of code required to simply connect Kinetica's WMS output to Mapbox.</description></item><item><title>Kinetica Reader/Writer for FME</title><link>/7.2/aws/connectors/fme_kinetica_format/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/connectors/fme_kinetica_format/</guid><description>Overview This Kinetica reader and writer plug-in enables FME to read attribute data from Kinetica and write attribute data to Kinetica. General geometric data can be stored as WKT in a standard string field and geometric points can be stored as a pair of float fields. While there are no specific geometric field types, Kinetica can render WKT and coordinates as WMS maps and have functions which operate on them.</description></item><item><title>Kinetica Reader/Writer for FME</title><link>/7.2/connectors/fme_kinetica_format/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/connectors/fme_kinetica_format/</guid><description>Overview This Kinetica reader and writer plug-in enables FME to read attribute data from Kinetica and write attribute data to Kinetica. General geometric data can be stored as WKT in a standard string field and geometric points can be stored as a pair of float fields. While there are no specific geometric field types, Kinetica can render WKT and coordinates as WMS maps and have functions which operate on them.</description></item><item><title>Kinetica Spark Guide</title><link>/7.2/aws/connectors/spark_guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/connectors/spark_guide/</guid><description>Spark via JDBC Spark Egress Spark Ingest Spark Logging Mapping Spark to Kinetica The following guide provides step by step instructions to get started using Spark with Kinetica.
Spark via JDBC SQL can be issued against Kinetica through the Spark JDBC interface. This not only allows for data ingest/egress, but provides access to native Kinetica functions in queries, including geospatial operations.
See Connecting via JDBC for obtaining the JDBC driver.</description></item><item><title>Kinetica Spark Guide</title><link>/7.2/connectors/spark_guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/connectors/spark_guide/</guid><description>Spark via JDBC Spark Egress Spark Ingest Spark Logging Mapping Spark to Kinetica The following guide provides step by step instructions to get started using Spark with Kinetica.
Spark via JDBC SQL can be issued against Kinetica through the Spark JDBC interface. This not only allows for data ingest/egress, but provides access to native Kinetica functions in queries, including geospatial operations.
See Connecting via JDBC for obtaining the JDBC driver.</description></item><item><title>Kinetica SQL (KiSQL)</title><link>/7.2/aws/tools/kisql/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/tools/kisql/</guid><description>KiSQL allows SQL queries to be performed against the data in Kinetica from the command line.
GitHub has the latest release of KiSQL for download.
KiSQL exposes the complete Kinetica SQL interface, as given in the SQL section, including:
Ingestion of local file data into tables (INSERT INTO ... SELECT ... FROM FILE) Uploading of local files into the Kinetica File System (KiFS) for later ingestion (UPLOAD FILE) Downloading of Kinetica File System (KiFS) files to local storage (DOWNLOAD FILE) For a graphical SQL interface, see SQL Blocks in Workbench Workbooks.</description></item><item><title>Kinetica SQL (KiSQL)</title><link>/7.2/tools/kisql/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/tools/kisql/</guid><description>KiSQL allows SQL queries to be performed against the data in Kinetica from the command line.
GitHub has the latest release of KiSQL for download.
It is also bundled with Kinetica and is located at /opt/gpudb/bin/kisql on default installations.
KiSQL exposes the complete Kinetica SQL interface, as given in the SQL section, including:
Ingestion of local file data into tables (INSERT INTO ... SELECT ... FROM FILE) Uploading of local files into the Kinetica File System (KiFS) for later ingestion (UPLOAD FILE) Downloading of Kinetica File System (KiFS) files to local storage (DOWNLOAD FILE) For a graphical SQL interface, see GAdmin.</description></item><item><title>Kinetica Virtual Catalog</title><link>/7.2/aws/catalogs/kinetica/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/catalogs/kinetica/</guid><description>Overview Catalog Table List Catalog Column List ki_backup_history ki_columns ki_contexts ki_datasinks ki_datasource_subscriptions ki_datasources ki_datatypes ki_depend ki_fk_constraints ki_functions ki_ha_consumers ki_indexes ki_ingest_file_info ki_kafka_lag_info ki_load_history ki_obj_stat ki_object_permissions ki_objects ki_partitions ki_periodic_objects ki_query_active_all ki_query_history ki_query_span_metrics_all ki_query_workers ki_rag_embeddings ki_role_members ki_schema_registry ki_schemas ki_streams ki_tiered_objects ki_users_and_roles Overview The Kinetica Virtual Catalog tables contain metadata about the database's objects, relationships, &amp;amp; permissions.
The tables are implemented commensurate with their usage and storage requirements. As such, a variety of distribution and partitioning schemes will be used across the tables.</description></item><item><title>Kinetica Virtual Catalog</title><link>/7.2/catalogs/kinetica/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/catalogs/kinetica/</guid><description>Overview Catalog Table List Catalog Column List ki_backup_history ki_columns ki_contexts ki_datasinks ki_datasource_subscriptions ki_datasources ki_datatypes ki_depend ki_fk_constraints ki_functions ki_ha_consumers ki_indexes ki_ingest_file_info ki_kafka_lag_info ki_load_history ki_obj_stat ki_object_permissions ki_objects ki_partitions ki_periodic_objects ki_query_active_all ki_query_history ki_query_span_metrics_all ki_query_workers ki_rag_embeddings ki_role_members ki_schema_registry ki_schemas ki_streams ki_tiered_objects ki_users_and_roles Overview The Kinetica Virtual Catalog tables contain metadata about the database's objects, relationships, &amp;amp; permissions.
The tables are implemented commensurate with their usage and storage requirements. As such, a variety of distribution and partitioning schemes will be used across the tables.</description></item><item><title>Limitations</title><link>/7.2/aws/sql/limit/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/sql/limit/</guid><description> Feature Limitations Legacy Features Not Yet Supported SQL Kinetica has some limitations with current features and has removed support for some legacy features.
Feature Limitations Correlated subqueries have the following limitations: They cannot reference grouping columns in the parent query They cannot reference tables beyond the immediate outer query; i.e., a table cannot be referenced in a correlated subquery that is two or more levels of nesting deeper than it is They cannot contain disjunctive conditions They cannot be part of an OUTER JOIN ON clause condition Legacy Features Store-only columns are no longer supported Disk-optimized columns are no longer supported Not Yet Supported SQL Windowing Features Frame Exclusion (EXCLUDE) Ranking Functions PERCENTILE_CONT PERCENTILE_DISC</description></item><item><title>Limitations</title><link>/7.2/sql/limit/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/sql/limit/</guid><description> Feature Limitations Legacy Features Not Yet Supported SQL Kinetica has some limitations with current features and has removed support for some legacy features.
Feature Limitations Correlated subqueries have the following limitations: They cannot reference grouping columns in the parent query They cannot reference tables beyond the immediate outer query; i.e., a table cannot be referenced in a correlated subquery that is two or more levels of nesting deeper than it is They cannot contain disjunctive conditions They cannot be part of an OUTER JOIN ON clause condition Legacy Features Store-only columns are no longer supported Disk-optimized columns are no longer supported Not Yet Supported SQL Windowing Features Frame Exclusion (EXCLUDE) Ranking Functions PERCENTILE_CONT PERCENTILE_DISC</description></item><item><title>Load Data from Apache Kafka</title><link>/7.2/aws/load_data/by_source/kafka/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/load_data/by_source/kafka/</guid><description>Create Credential Create Data Source Ingest Data Considerations Error Handling Load Specific Columns DateTime Formatting Null Value Handling Avro w/ Schema Registry Loading data from Apache Kafka can be done in three easy steps:
Create a credential - holds Kafka account authentication information Create a data source - holds Kafka connection information; uses the credential for authentication Ingest the data - Load data from Kafka; uses the data source to identify the Kafka source Note</description></item><item><title>Load Data from Apache Kafka</title><link>/7.2/load_data/by_source/kafka/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/load_data/by_source/kafka/</guid><description>Create Credential Create Data Source Ingest Data Considerations Error Handling Load Specific Columns DateTime Formatting Null Value Handling Avro w/ Schema Registry Loading data from Apache Kafka can be done in three easy steps:
Create a credential - holds Kafka account authentication information Create a data source - holds Kafka connection information; uses the credential for authentication Ingest the data - Load data from Kafka; uses the data source to identify the Kafka source Note</description></item><item><title>Load Data from Azure Blob</title><link>/7.2/aws/load_data/by_source/azure_blob/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/load_data/by_source/azure_blob/</guid><description>Create Credential Create Data Source Ingest Data Considerations Error Handling Load Specific Columns DateTime Formatting Loading data from Azure Blob Storage can be done in three easy steps:
Create a credential - holds Azure account authentication information Create a data source - holds Azure Blob Storage connection information; uses the credential for authentication Ingest the data - Load data from Azure; uses the data source to identify the Azure source Create Credential To store the access details for your data source, first create a credential with the CREATE CREDENTIAL command, and reference it in your CREATE DATA SOURCE statement.</description></item><item><title>Load Data from Azure Blob</title><link>/7.2/load_data/by_source/azure_blob/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/load_data/by_source/azure_blob/</guid><description>Create Credential Create Data Source Ingest Data Considerations Error Handling Load Specific Columns DateTime Formatting Loading data from Azure Blob Storage can be done in three easy steps:
Create a credential - holds Azure account authentication information Create a data source - holds Azure Blob Storage connection information; uses the credential for authentication Ingest the data - Load data from Azure; uses the data source to identify the Azure source Create Credential To store the access details for your data source, first create a credential with the CREATE CREDENTIAL command, and reference it in your CREATE DATA SOURCE statement.</description></item><item><title>Load Data from Confluent Kafka</title><link>/7.2/aws/load_data/by_source/confluent/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/load_data/by_source/confluent/</guid><description>Create Credential Create Data Source Ingest Data Considerations Error Handling Load Specific Columns DateTime Formatting Null Value Handling Avro w/ Schema Registry Loading data from Confluent Kafka can be done in three easy steps:
Create a credential - holds Kafka account authentication information Create a data source - holds Kafka connection information; uses the credential for authentication Ingest the data - Load data from Kafka; uses the data source to identify the Kafka source Note</description></item><item><title>Load Data from Confluent Kafka</title><link>/7.2/load_data/by_source/confluent/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/load_data/by_source/confluent/</guid><description>Create Credential Create Data Source Ingest Data Considerations Error Handling Load Specific Columns DateTime Formatting Null Value Handling Avro w/ Schema Registry Loading data from Confluent Kafka can be done in three easy steps:
Create a credential - holds Kafka account authentication information Create a data source - holds Kafka connection information; uses the credential for authentication Ingest the data - Load data from Kafka; uses the data source to identify the Kafka source Note</description></item><item><title>Load Data from GCS</title><link>/7.2/aws/load_data/by_source/gcs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/load_data/by_source/gcs/</guid><description>Create Credential Create Data Source Ingest Data Considerations Error Handling Load Specific Columns DateTime Formatting Loading data from Google Cloud Storage can be done in three easy steps:
Create a credential - holds GCS account authentication information Create a data source - holds GCS connection information; uses the credential for authentication Ingest the data - Load data from GCS; uses the data source to identify the GCS source Create Credential To store the access details for your data source, first create a credential with the CREATE CREDENTIAL command, and reference it in your CREATE DATA SOURCE statement.</description></item><item><title>Load Data from GCS</title><link>/7.2/load_data/by_source/gcs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/load_data/by_source/gcs/</guid><description>Create Credential Create Data Source Ingest Data Considerations Error Handling Load Specific Columns DateTime Formatting Loading data from Google Cloud Storage can be done in three easy steps:
Create a credential - holds GCS account authentication information Create a data source - holds GCS connection information; uses the credential for authentication Ingest the data - Load data from GCS; uses the data source to identify the GCS source Create Credential To store the access details for your data source, first create a credential with the CREATE CREDENTIAL command, and reference it in your CREATE DATA SOURCE statement.</description></item><item><title>Load Data from HDFS</title><link>/7.2/aws/load_data/by_source/hdfs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/load_data/by_source/hdfs/</guid><description>Create Credential Create Data Source Ingest Data Considerations Wildcard Ingest Error Handling Load Specific Columns DateTime Formatting Loading data from HDFS can be done in three easy steps:
Create a credential - holds HDFS account authentication information Create a data source - holds HDFS connection information; uses the credential for authentication Ingest the data - Load data from HDFS; uses the data source to identify the HDFS source Create Credential To store the access details for your data source, first create a credential with the CREATE CREDENTIAL command, and reference it in your CREATE DATA SOURCE statement.</description></item><item><title>Load Data from HDFS</title><link>/7.2/load_data/by_source/hdfs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/load_data/by_source/hdfs/</guid><description>Create Credential Create Data Source Ingest Data Considerations Wildcard Ingest Error Handling Load Specific Columns DateTime Formatting Loading data from HDFS can be done in three easy steps:
Create a credential - holds HDFS account authentication information Create a data source - holds HDFS connection information; uses the credential for authentication Ingest the data - Load data from HDFS; uses the data source to identify the HDFS source Create Credential To store the access details for your data source, first create a credential with the CREATE CREDENTIAL command, and reference it in your CREATE DATA SOURCE statement.</description></item><item><title>Load Data from JDBC</title><link>/7.2/aws/load_data/by_source/jdbc/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/load_data/by_source/jdbc/</guid><description>Before You Begin Create Data Source Ingest Data Considerations Error Handling Uploading a JDBC Driver Kinetica Workbench KiSQL Loading data from a JDBC data source can be done in two easy steps:
Create a data source: Create a data source that holds JDBC connection information. Ingest the data: Load data from your data source over JDBC using a remote query. Before You Begin To illustrate data ingress from a JDBC data source, let's look at an example that uses PostgreSQL.</description></item><item><title>Load Data from JDBC</title><link>/7.2/load_data/by_source/jdbc/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/load_data/by_source/jdbc/</guid><description>Before You Begin Create Data Source Ingest Data Considerations Error Handling Uploading a JDBC Driver Kinetica Workbench KiSQL Loading data from a JDBC data source can be done in two easy steps:
Create a data source: Create a data source that holds JDBC connection information. Ingest the data: Load data from your data source over JDBC using a remote query. Before You Begin To illustrate data ingress from a JDBC data source, let's look at an example that uses PostgreSQL.</description></item><item><title>Load Data from KiFS</title><link>/7.2/aws/load_data/by_source/kifs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/load_data/by_source/kifs/</guid><description>Ingest Data Considerations Error Handling Load Specific Columns DateTime Formatting Unlike other data sources, you do not need to first create a credential and a data source object in Kinetica before ingesting data from KiFS.
Ingest Data To initiate the ingest of data into a Kinetica table, use the LOAD INTO command for a one-time batch load. To reference files in KiFS, you can use a URL that looks like this:</description></item><item><title>Load Data from KiFS</title><link>/7.2/load_data/by_source/kifs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/load_data/by_source/kifs/</guid><description>Ingest Data Considerations Error Handling Load Specific Columns DateTime Formatting Unlike other data sources, you do not need to first create a credential and a data source object in Kinetica before ingesting data from KiFS.
Ingest Data To initiate the ingest of data into a Kinetica table, use the LOAD INTO command for a one-time batch load. To reference files in KiFS, you can use a URL that looks like this:</description></item><item><title>Load Data from Local File</title><link>/7.2/aws/load_data/by_source/local/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/load_data/by_source/local/</guid><description>Kinetica Workbench KiSQL Considerations Error Handling Load Specific Columns DateTime Formatting To load data from your local computer, you can:
Follow the Import Wizard in the Workbench UI to upload your file into the Kinetica File System (KiFS) and load the data in the same workflow. Use the command line from your computer with Kinetica's KiSQL tool that allows you to upload the file to the Kinetica File System (KiFS) and initiate the load into the table with SQL.</description></item><item><title>Load Data from Local File</title><link>/7.2/load_data/by_source/local/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/load_data/by_source/local/</guid><description>KiSQL Considerations Error Handling Load Specific Columns DateTime Formatting To load data from your local computer, you can:
Use the command line from your computer with Kinetica's KiSQL tool that allows you to upload the file to the Kinetica File System (KiFS) and initiate the load into the table with SQL. Or, use a third party SQL tool like DBeaver with Kinetica's JDBC driver and follow the same instructions for KiSQL.</description></item><item><title>Load Data from S3</title><link>/7.2/aws/load_data/by_source/s3/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/load_data/by_source/s3/</guid><description>Create Credential Create Data Source Ingest Data Considerations Error Handling Load Specific Columns DateTime Formatting Loading data from Amazon S3 can be done in three easy steps:
Create a credential - holds S3 account authentication information Create a data source - holds S3 connection information; uses the credential for authentication Ingest the data - Load data from S3; uses the data source to identify the S3 source Create Credential To store the access details for your data source, first create a credential with the CREATE CREDENTIAL command, and reference it in your CREATE DATA SOURCE statement.</description></item><item><title>Load Data from S3</title><link>/7.2/load_data/by_source/s3/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/load_data/by_source/s3/</guid><description>Create Credential Create Data Source Ingest Data Considerations Error Handling Load Specific Columns DateTime Formatting Loading data from Amazon S3 can be done in three easy steps:
Create a credential - holds S3 account authentication information Create a data source - holds S3 connection information; uses the credential for authentication Ingest the data - Load data from S3; uses the data source to identify the S3 source Create Credential To store the access details for your data source, first create a credential with the CREATE CREDENTIAL command, and reference it in your CREATE DATA SOURCE statement.</description></item><item><title>Loading Data</title><link>/7.2/aws/sql/load/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/sql/load/</guid><description>LOAD INTO Delimited Text Options Delimited Text Option Characters Load Options Table Property Clause Examples File Paths File Formats Table Options Column Options Dry Run Data Sources Change Data Capture INSERT INTO ... SELECT ... FROM FILE Options Option Characters Examples File Paths Options Considerations Kinetica supports loading of data via SQL from a variety of file types and through several mechanisms. There are two primary paths:
Loading server-accessible data sets via SQL (or the /execute/sql endpoint call) that either: can be reached by Kinetica via an external data source object have been uploaded to Kinetica via SQL, Workbench, or API Loading client-side files via ODBC/JDBC LOAD INTO Kinetica can load either internal or external data into a table, using a LOAD INTO statement.</description></item><item><title>Loading Data</title><link>/7.2/sql/load/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/sql/load/</guid><description>LOAD INTO Delimited Text Options Delimited Text Option Characters Load Options Table Property Clause Examples File Paths File Formats Table Options Column Options Dry Run Data Sources Change Data Capture INSERT INTO ... SELECT ... FROM FILE Options Option Characters Examples File Paths Options Considerations Kinetica supports loading of data via SQL from a variety of file types and through several mechanisms. There are two primary paths:
Loading server-accessible data sets via SQL (or the /execute/sql endpoint call) that either: can be reached by Kinetica via an external data source object have been uploaded to Kinetica via SQL or API Loading client-side files via ODBC/JDBC LOAD INTO Kinetica can load either internal or external data into a table, using a LOAD INTO statement.</description></item><item><title>Lock Table</title><link>/7.2/aws/feature_overview/lock_table_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/lock_table_feature_overview/</guid><description>Manages global access to a table's data. By default a table has a input parameter lock_type of read_write, indicating all operations are permitted. A user may request a read_only or a write_only lock, after which only read or write operations, respectively, are permitted on the table until the lock is removed. When input parameter lock_type is no_access then no operations are permitted on the table. The lock status can be queried by setting input parameter lock_type to status.</description></item><item><title>Lock Table</title><link>/7.2/feature_overview/lock_table_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/lock_table_feature_overview/</guid><description>Manages global access to a table's data. By default a table has a input parameter lock_type of read_write, indicating all operations are permitted. A user may request a read_only or a write_only lock, after which only read or write operations, respectively, are permitted on the table until the lock is removed. When input parameter lock_type is no_access then no operations are permitted on the table. The lock status can be queried by setting input parameter lock_type to status.</description></item><item><title>Logging in AWS</title><link>/7.2/aws/admin/logging/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/admin/logging/</guid><description>Kinetica logs and metrics are sent to AWS CloudWatch so that you can monitor Kinetica's health and performance alongside other components of your analytic pipelines.
Application Logs To view the logs, click on the link in the applicationLogs key in the CloudFormation stack outputs:
In the search box (Filter log streams or try prefix search), type gpudb to search for Kinetica log events:
Logs Insights Alternatively, you can use CloudWatch Logs Insights to craft specific log queries.</description></item><item><title>Machine Learning (ML)</title><link>/7.2/aws/sql/ml/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/sql/ml/</guid><description>CREATE CONTAINER REGISTRY DROP CONTAINER REGISTRY SHOW CONTAINER REGISTRY IMPORT MODEL EVALUATE_MODEL ALTER MODEL REFRESH MODEL DROP MODEL SHOW MODEL DESCRIBE MODEL Kinetica provides support for Machine Learning (ML) container registry &amp;amp; model creation and management in SQL. A Docker registry serves as a container for ML models, while an ML model represents a function from which an inference can be computed.
Note
For statistical analysis functions that don't require a model, see ML Functions.</description></item><item><title>Machine Learning (ML)</title><link>/7.2/sql/ml/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/sql/ml/</guid><description>CREATE CONTAINER REGISTRY DROP CONTAINER REGISTRY SHOW CONTAINER REGISTRY IMPORT MODEL EVALUATE_MODEL ALTER MODEL REFRESH MODEL DROP MODEL SHOW MODEL DESCRIBE MODEL Kinetica provides support for Machine Learning (ML) container registry &amp;amp; model creation and management in SQL. A Docker registry serves as a container for ML models, while an ML model represents a function from which an inference can be computed.
Note
For statistical analysis functions that don't require a model, see ML Functions.</description></item><item><title>Machine Learning Concepts</title><link>/7.2/aws/ml/concepts/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/ml/concepts/</guid><description>Kinetica provides a machine learning (ML) capability for simplifying and accelerating data science in a scalable fashion. With ML, users can ingest data, train models, make inferences (answers/output from models), and even audit models. ML leverages Kubernetes to deploy, train, and test models.
Note
To work with models in SQL, see Machine Learning (ML). For statistical analysis functions that don't require a model, see ML Functions.
Concepts Registries Data Models Deployments Audits Concepts The ML workflow is defined by five key concepts:</description></item><item><title>Machine Learning Concepts</title><link>/7.2/ml/concepts/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/ml/concepts/</guid><description>Kinetica provides a machine learning (ML) capability for simplifying and accelerating data science in a scalable fashion. With ML, users can ingest data, train models, make inferences (answers/output from models), and even audit models. ML leverages Kubernetes to deploy, train, and test models.
Note
To work with models in SQL, see Machine Learning (ML). For statistical analysis functions that don't require a model, see ML Functions.
Concepts Registries Data Models Deployments Audits Installation Logging Concepts The ML workflow is defined by five key concepts:</description></item><item><title>Manage</title><link>/7.2/admin/kagent/manage/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/kagent/manage/</guid><description>The Manage page allows users to install new clusters, add existing clusters, review KAgent logs and jobs, manage cluster high availability rings, and more. The Manage page has two main views depending on whether there is a cluster in KAgent or not. If no clusters have been added to KAgent yet, the Welcome page will appear by default allowing you to quickly jump into adding a cluster. If there are clusters in KAgent, the Clusters page will appear by default.</description></item><item><title>Manage > Cluster</title><link>/7.2/aws/admin/workbench/ui/manage/warehouse/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/admin/workbench/ui/manage/warehouse/</guid><description>Title Controls Overview Upgrade Snapshots The cluster management interface is situated in the right-hand pane of Kinetica's Workbench administration application. It consists of three main features:
Overview Upgrade Snapshots To access the cluster management page, in Workbench, select Cluster from the Manage menu item drop-down.
Title Controls At the top of the page is the name of the Kinetica cluster instance and several action buttons:
|| Suspend - stops the cluster, but leaves Workbench running, so that the cluster can be managed offline &amp;gt; Resume - starts a suspended cluster Refresh icon - refreshes the displayed page's contents Overview The Cluster Overview page lists several categories of helpful information for managing the cluster.</description></item><item><title>Manage > Users &amp; Roles</title><link>/7.2/aws/admin/workbench/ui/manage/users_roles/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/admin/workbench/ui/manage/users_roles/</guid><description>Users Creating or Modifying a User User Attributes User Permissions Roles Creating or Modifying a Role Role Attributes Role Permissions The user &amp;amp; role interface is situated in the right-hand pane of Kinetica's Workbench administration application. It can be used to manage users, roles, and privileges to all objects in the database.
To access the user &amp;amp; role management page, in Workbench, select Users &amp;amp; Roles from the Manage menu item drop-down.</description></item><item><title>Managing Kinetica in Workbench</title><link>/7.2/aws/admin/workbench/management/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/admin/workbench/management/</guid><description>Suspending &amp;amp; Resuming the Cluster Auto Suspend Feature Backing-up &amp;amp; Restoring the Cluster Managing Users &amp;amp; Roles Upgrading Kinetica Changing the Administrator Password Workbench not only provides a means for accessing data within Kinetica, but can also manage the database itself.
Suspending &amp;amp; Resuming the Cluster You can suspend and resume Kinetica through the Workbench. Suspending the cluster will allow you to reduce compute costs by releasing compute nodes that are not used.</description></item><item><title>Managing Kinetica Services</title><link>/7.2/admin/services/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/services/</guid><description>Managing Database Services Start Database Services Database Services Startup Stop Database Services GUI Stop Command-Line Stop Managing System Processes Start System Management Processes Stop System Management Processes Managing All Services Start All Processes Stop All Processes Managing Individual Components System Status Checks Processes GAdmin API Statuses System Node Rank Typical maintenance of the system may require starting &amp;amp; stopping of Kinetica services.
Managing Database Services Managing System Processes Managing All Services A variety of service status checks are available for assessing the health of the system and troubleshooting.</description></item><item><title>Manual Kinetica Installation</title><link>/7.2/install/package/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/install/package/</guid><description>Kinetica manual installation and configuration instructions.
Note
Kinetica can be installed manually on pre-provisioned instances in AWS, Azure, or GCP. For offerings provisioned within cloud environments directly, see Cloud-Ready.
System Requirements Certified OS List Minimum Hardware Requirements GPU Driver Matrix Cluster Preparation Networking Configuration Default Ports Port Usage Scenarios Firewall Settings System Settings Transparent Huge Pages Active Directory Nvidia Drivers Installation Configuration Initialization Visual Initialization Console Initialization Passwordless SSH Starting Kinetica Validation Curl Test API Test GAdmin Status Test Ingest/Read Test Core Utilities Environment Configuration and Tools Helper Scripts Logging Uninstallation System Requirements Operating system, hardware, and network requirements to run Kinetica.</description></item><item><title>Match Graph</title><link>/7.2/aws/feature_overview/match_graph_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/match_graph_feature_overview/</guid><description>Matches a directed route implied by a given set of latitude/longitude points to an existing underlying road network graph using a given solution type.
IMPORTANT: It's highly recommended that you review the Graphs and Solvers concepts documentation, the Graph REST Tutorial, and/or some /match/graph examples before using this endpoint.
Input Parameter Description Name Type Description graph_name string Name of the underlying geospatial graph resource to match to using input parameter sample_points.</description></item><item><title>Match Graph</title><link>/7.2/feature_overview/match_graph_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/match_graph_feature_overview/</guid><description>Matches a directed route implied by a given set of latitude/longitude points to an existing underlying road network graph using a given solution type.
IMPORTANT: It's highly recommended that you review the Graphs and Solvers concepts documentation, the Graph REST Tutorial, and/or some /match/graph examples before using this endpoint.
Input Parameter Description Name Type Description graph_name string Name of the underlying geospatial graph resource to match to using input parameter sample_points.</description></item><item><title>Materialized Views</title><link>/7.2/aws/concepts/materialized_views/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/concepts/materialized_views/</guid><description>Refresh Manual Refresh Manual Mode On Change Mode On Query Mode Periodic Mode Creating a Materialized View Examples Limitations and Cautions Kinetica supports the concept of a materialized view, which is a greater-performant query across one or more tables. For details on interfacing with materialized views from SQL, see CREATE MATERIALIZED VIEW.
A materialized view name must adhere to the standard naming criteria. Each materialized view exists within a schema and follows the standard name resolution rules for tables.</description></item><item><title>Materialized Views</title><link>/7.2/concepts/materialized_views/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/concepts/materialized_views/</guid><description>Refresh Manual Refresh Manual Mode On Change Mode On Query Mode Periodic Mode Creating a Materialized View Examples Limitations and Cautions Kinetica supports the concept of a materialized view, which is a greater-performant query across one or more tables. For details on interfacing with materialized views from SQL, see CREATE MATERIALIZED VIEW.
A materialized view name must adhere to the standard naming criteria. Each materialized view exists within a schema and follows the standard name resolution rules for tables.</description></item><item><title>Memory-Only Tables</title><link>/7.2/aws/concepts/tables_memory_only/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/concepts/tables_memory_only/</guid><description>Memory-only tables are not persisted by default like a regular table. You can add, modify, or delete records in a memory-only table.
A memory-only table name must adhere to the standard naming criteria. Each memory-only table exists within a schema and follows the standard name resolution rules for persisted tables.
The following scenarios/endpoints will create a memory-only table (unless persistence is specified):
Using the /aggregate/groupby, /aggregate/unique, or /aggregate/unpivot endpoints with the result_table option specified Projection -- created from /create/projection Union (also includes intersect and except operations) -- created from /create/union Creating a table using /create/table with the is_result_table option set to true Considerations Ingestion speed is better than persisted tables, as there are no disk writes.</description></item><item><title>Memory-Only Tables</title><link>/7.2/concepts/tables_memory_only/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/concepts/tables_memory_only/</guid><description>Memory-only tables are not persisted by default like a regular table. You can add, modify, or delete records in a memory-only table.
A memory-only table name must adhere to the standard naming criteria. Each memory-only table exists within a schema and follows the standard name resolution rules for persisted tables.
The following scenarios/endpoints will create a memory-only table (unless persistence is specified):
Using the /aggregate/groupby, /aggregate/unique, or /aggregate/unpivot endpoints with the result_table option specified Projection -- created from /create/projection Union (also includes intersect and except operations) -- created from /create/union Creating a table using /create/table with the is_result_table option set to true Considerations Ingestion speed is better than persisted tables, as there are no disk writes.</description></item><item><title>Migrating To Kinetica 7.2</title><link>/7.2/install/migration_guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/install/migration_guide/</guid><description>While any version of Kinetica can be upgraded to the latest version using KAgent, there are several aspects of upgrading that should be considered before doing so, as well as a number of steps that should be taken after installing Kinetica 7.2.
Database Clients Database Drivers Core Disk-Optimized Column Attribute Store-Only Column Attribute CONCAT_TRUNCATE() Function HASH() Function AAW Database Clients The native APIs are backward compatible with prior releases; any clients that make use of these interfaces do not need to be updated after installation.</description></item><item><title>Modify Graph</title><link>/7.2/aws/feature_overview/modify_graph_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/modify_graph_feature_overview/</guid><description>Update an existing graph network using given nodes, edges, weights, restrictions, and options.
IMPORTANT: It's highly recommended that you review the Graphs and Solvers concepts documentation, and Graph REST Tutorial before using this endpoint.
Input Parameter Description Name Type Description graph_name string Name of the graph resource to modify. nodes array of strings Nodes with which to update existing input parameter nodes in graph specified by input parameter graph_name. Review Nodes for more information.</description></item><item><title>Modify Graph</title><link>/7.2/feature_overview/modify_graph_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/modify_graph_feature_overview/</guid><description>Update an existing graph network using given nodes, edges, weights, restrictions, and options.
IMPORTANT: It's highly recommended that you review the Graphs and Solvers concepts documentation, and Graph REST Tutorial before using this endpoint.
Input Parameter Description Name Type Description graph_name string Name of the graph resource to modify. nodes array of strings Nodes with which to update existing input parameter nodes in graph specified by input parameter graph_name. Review Nodes for more information.</description></item><item><title>Monitoring and Alerting</title><link>/7.2/admin/monitoring_alerting/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/monitoring_alerting/</guid><description>Kinetica's monitoring and alerting features are available via the KAgent application. Detailed cluster, usage, and query statistics and metrics are available to assist administrators in monitoring their Kinetica environment. Administrators can configure alerts that are triggered when specific performance metric thresholds are exceeded (Metric Alerts) or by specific system events (Event Alerts). Administrators can then choose who should be notified when those alerts fire by configuring Recipients and Delivery Channels for alert delivery.</description></item><item><title>Naming</title><link>/7.2/aws/sql/naming/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/sql/naming/</guid><description>Name Resolution Naming Criteria Reserved Words Name Resolution Most database objects (tables, views, etc.) can be addressed using a qualified name, by prefixing the name of the object with the name of its containing schema, separated by a dot; e.g.:
1 &amp;lt;schema name&amp;gt;.&amp;lt;table/view name&amp;gt; For the full list of schema-contained objects, see CREATE SCHEMA.
If these objects are referenced without a schema, they will be looked for in the user's default schema, if one has been assigned.</description></item><item><title>Naming</title><link>/7.2/sql/naming/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/sql/naming/</guid><description>Name Resolution Naming Criteria Reserved Words Name Resolution Most database objects (tables, views, etc.) can be addressed using a qualified name, by prefixing the name of the object with the name of its containing schema, separated by a dot; e.g.:
1 &amp;lt;schema name&amp;gt;.&amp;lt;table/view name&amp;gt; For the full list of schema-contained objects, see CREATE SCHEMA.
If these objects are referenced without a schema, they will be looked for in the user's default schema, if one has been assigned.</description></item><item><title>NiFi Connector Developer Manual</title><link>/7.2/aws/connectors/nifi_guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/connectors/nifi_guide/</guid><description>The following guide provides step by step instructions to get started using Kinetica as a data source to read from and write to. Source code for the connector can be found at:
&amp;lt;https://github.com/kineticadb/kinetica-connector-nifi&amp;gt; Building the Kinetica NiFi Connector The connector jar can be built with Maven.
Download the connector source:
$ git clone https://github.com/kineticadb/kinetica-connector-nifi.git $ cd kinetica-connector-nifi If using a version of NiFi other than 1.3.0, update the pom.xml file with the correct version of NiFi in this block:</description></item><item><title>NiFi Connector Developer Manual</title><link>/7.2/connectors/nifi_guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/connectors/nifi_guide/</guid><description>The following guide provides step by step instructions to get started using Kinetica as a data source to read from and write to. Source code for the connector can be found at:
&amp;lt;https://github.com/kineticadb/kinetica-connector-nifi&amp;gt; Building the Kinetica NiFi Connector The connector jar can be built with Maven.
Download the connector source:
$ git clone https://github.com/kineticadb/kinetica-connector-nifi.git $ cd kinetica-connector-nifi If using a version of NiFi other than 1.3.0, update the pom.xml file with the correct version of NiFi in this block:</description></item><item><title>NodeJS</title><link>/7.2/api/nodejs-mod/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/nodejs-mod/</guid><description/></item><item><title>NodeJS</title><link>/7.2/aws/api/nodejs-mod/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/nodejs-mod/</guid><description/></item><item><title>Nulls</title><link>/7.2/aws/concepts/nulls/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/concepts/nulls/</guid><description>Setting Nullability SQL REST C++ C# Java JavaScript Node.js Python Using Nulls Examples Aggregates and Nulls Example Using nulls begins with setting nullability of type fields at creation time. Each database API has a language-specific means for assigning nullability when creating a type. Null values and nullability are also supported for SQL.
Setting Nullability Setting nullability is possible using three different methods:
Workbench Native API (using the /create/type endpoint) SQL The process for specifying nullability varies between the different API languages and SQL; the process for each language is outlined below.</description></item><item><title>Nulls</title><link>/7.2/concepts/nulls/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/concepts/nulls/</guid><description>Setting Nullability SQL REST C++ C# Java JavaScript Node.js Python Using Nulls Examples Aggregates and Nulls Example Using nulls begins with setting nullability of type fields at creation time. Each database API has a language-specific means for assigning nullability when creating a type. Null values and nullability are also supported for SQL.
Setting Nullability Setting nullability is possible using three different methods:
GAdmin Native API (using the /create/type endpoint) SQL The process for specifying nullability varies between the different API languages and SQL; the process for each language is outlined below.</description></item><item><title>Obfuscating Plain-Text Passwords</title><link>/7.2/security/sec_hardening/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/security/sec_hardening/</guid><description>Overview Utilities Example Overview Some deployments of Kinetica may require that plain-text passwords in configuration files be obfuscated, for security reasons. A method for doing so has been made available via a set of scripts.
The encryption key generated for performing the obfuscation will be available to the root and gpudb users to encrypt/decrypt passwords, as necessary.
Utilities Three utilities are provided to enable obfuscation of plain-text passwords in configuration files.</description></item><item><title>ODBC/JDBC Connector Guide</title><link>/7.2/aws/connectors/sql_guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/connectors/sql_guide/</guid><description>Kinetica provides a SQL interface through its ODBC &amp;amp; JDBC drivers, which run on Linux, Mac, &amp;amp; Windows. For details on the extent of SQL compliance, see the SQL section.
Connecting KiSQL JDBC Applications JDBC Clients ODBC Tableau Excel DBeaver Other JDBC Clients ODBC/JDBC Configuration Standard Parameters Server Override Parameters Client Parameters SSL Parameters Connecting KiSQL KiSQL is a Kinetica JDBC-based SQL CLI client that is available on GitHub. Details can be found on the Kinetica SQL (KiSQL) page.</description></item><item><title>ODBC/JDBC Connector Guide</title><link>/7.2/connectors/sql_guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/connectors/sql_guide/</guid><description>Kinetica provides a SQL interface through its ODBC &amp;amp; JDBC drivers, which run on Linux, Mac, &amp;amp; Windows. For details on the extent of SQL compliance, see the SQL section.
Connecting KiSQL JDBC Applications JDBC Clients ODBC Tableau Excel DBeaver Other JDBC Clients ODBC/JDBC Configuration Standard Parameters Server Override Parameters Client Parameters SSL Parameters Logging Connecting KiSQL KiSQL is a Kinetica JDBC-based SQL CLI client that is available on GitHub.</description></item><item><title>Pivot</title><link>/7.2/aws/concepts/pivot/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/concepts/pivot/</guid><description>The pivot operation works much the same as the SQL concept: &amp;quot;rotating&amp;quot; and expanding single columns of values into multiple columns (one for each value), creating a wider but shorter table. It is nearly the opposite of the unpivot operation, though it will merge duplicates and drop null values, which unpivot cannot undo. You can perform pivot operations using the pivot and pivot_values parameters in the options map of /aggregate/groupby or via the SQL PIVOT function.</description></item><item><title>Pivot</title><link>/7.2/concepts/pivot/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/concepts/pivot/</guid><description>The pivot operation works much the same as the SQL concept: &amp;quot;rotating&amp;quot; and expanding single columns of values into multiple columns (one for each value), creating a wider but shorter table. It is nearly the opposite of the unpivot operation, though it will merge duplicates and drop null values, which unpivot cannot undo. You can perform pivot operations using the pivot and pivot_values parameters in the options map of /aggregate/groupby or via the SQL PIVOT function.</description></item><item><title>Point Clustering</title><link>/7.2/aws/connectors/kickbox_clustering/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/connectors/kickbox_clustering/</guid><description>Example Visualizing Point Clusters Initializing the Map Adding a Point Cluster Layer Full Code Example A Note About Data Design Example An example of point clustering is available below:
Point Cluster Note
You will need a current Mapbox API key and some minor modifications will be required in order to run each example. At a minimum, you will need a Kinetica table with latitude/longitude values.
Visualizing Point Clusters This example demonstrates the power of Kinetica to aggregate millions of records into granular clusters (thousands as a result) and send them to the browser.</description></item><item><title>Point Clustering</title><link>/7.2/connectors/kickbox_clustering/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/connectors/kickbox_clustering/</guid><description>Example Visualizing Point Clusters Initializing the Map Adding a Point Cluster Layer Full Code Example A Note About Data Design Example An example of point clustering is available below:
Point Cluster Note
You will need a current Mapbox API key and some minor modifications will be required in order to run each example. At a minimum, you will need a Kinetica table with latitude/longitude values.
Visualizing Point Clusters This example demonstrates the power of Kinetica to aggregate millions of records into granular clusters (thousands as a result) and send them to the browser.</description></item><item><title>Ports</title><link>/7.2/install/shared/ports/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/install/shared/ports/</guid><description>Default Ports The default ports used for communication with KAgent, Kinetica (and between servers, if operating in a cluster), and various important services follow. The Nodes column will list either Head--that the corresponding port only needs to be opened on the head node, or All--that the corresponding port needs to be opened on the head node &amp;amp; worker nodes.
Important
While the table below lists KAgent and the graph server as being on the head node, these features could be kept on machines entirely separate from Kinetica if desired.</description></item><item><title>PostgreSQL Virtual Catalog</title><link>/7.2/aws/catalogs/postgresql/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/catalogs/postgresql/</guid><description>Overview Catalog View List Overview The PostgreSQL Virtual Catalog tables represent Kinetica's implementation of the PostgreSQL system catalog tables found in the pg_catalog schema. These These tables contain information about the database's objects, relationships, &amp;amp; permissions.
Most of the metadata tables are implemented as logical views of the Kinetica Virtual Catalog tables, while some are logical views of other PostgreSQL Virtual Catalog logical views. As such, they will be updated automatically to reflect changes in the database structure and processing state.</description></item><item><title>PostgreSQL Virtual Catalog</title><link>/7.2/catalogs/postgresql/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/catalogs/postgresql/</guid><description>Overview Catalog View List Overview The PostgreSQL Virtual Catalog tables represent Kinetica's implementation of the PostgreSQL system catalog tables found in the pg_catalog schema. These These tables contain information about the database's objects, relationships, &amp;amp; permissions.
Most of the metadata tables are implemented as logical views of the Kinetica Virtual Catalog tables, while some are logical views of other PostgreSQL Virtual Catalog logical views. As such, they will be updated automatically to reflect changes in the database structure and processing state.</description></item><item><title>PostgreSQL Wire Protocol</title><link>/7.2/aws/connectors/psql_wire_protocol/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/connectors/psql_wire_protocol/</guid><description>Kinetica has support for PostgreSQL Wire Protocol connections. PostgreSQL simple query syntax is fully supported, while PostgreSQL extended query syntax is largely supported.
Connecting JDBC PSQL Psycopg Connecting Point any client able to make use of PostgreSQL Wire Protocol at Kinetica on port 5432 to connect.
JDBC JDBC can be used to connect to PostgreSQL over PostgreSQL Wire Protocol.
JDBC Connection String Format 1 jdbc:postgresql://&amp;lt;aws.cluster.id&amp;gt;.cloud.kinetica.com:5432/postgres JDBC Connection String Example 1 jdbc:postgresql://abcdefg.</description></item><item><title>PostgreSQL Wire Protocol</title><link>/7.2/connectors/psql_wire_protocol/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/connectors/psql_wire_protocol/</guid><description>Kinetica has support for PostgreSQL Wire Protocol connections. PostgreSQL simple query syntax is fully supported, while PostgreSQL extended query syntax is largely supported.
Connecting JDBC PSQL Psycopg Connecting Point any client able to make use of PostgreSQL Wire Protocol at Kinetica on port 5432 to connect.
JDBC JDBC can be used to connect to PostgreSQL over PostgreSQL Wire Protocol.
JDBC Connection String Format 1 jdbc:postgresql://&amp;lt;db.host&amp;gt;:5432/postgres JDBC Connection String Example 1 jdbc:postgresql://localhost:5432/postgres PSQL PSQL is a PostgreSQL CLI for connecting over PostgreSQL Wire Protocol.</description></item><item><title>Prepare Environment</title><link>/7.2/aws/udf/python/examples/github_examples/prep_env/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/udf/python/examples/github_examples/prep_env/</guid><description>This example runs inside a Conda environment. The environment can be automatically configured using the conda_env_py3.yml file found in the Python UDF API repository.
In the same directory you cloned the API, change directory into the root folder of the Python UDF API repository:
cd kinetica-udf-api-python/ Create the Conda environment, replacing &amp;lt;environment name&amp;gt; with the desired name:
conda env create --name &amp;lt;environment name&amp;gt; --file conda_env_py3.yml Note
It may take a few minutes to create the environment.</description></item><item><title>Prepare Environment</title><link>/7.2/udf/python/examples/github_examples/prep_env/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/udf/python/examples/github_examples/prep_env/</guid><description>This example runs inside a Conda environment. The environment can be automatically configured using the conda_env_py3.yml file found in the Python UDF API repository.
In the same directory you cloned the API, change directory into the root folder of the Python UDF API repository:
cd kinetica-udf-api-python/ Create the Conda environment, replacing &amp;lt;environment name&amp;gt; with the desired name:
conda env create --name &amp;lt;environment name&amp;gt; --file conda_env_py3.yml Note
It may take a few minutes to create the environment.</description></item><item><title>Projections</title><link>/7.2/aws/concepts/projections/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/concepts/projections/</guid><description>A projection is a concept unique to Kinetica. A projection is created through the /create/projection endpoint and represents a set of columns from and/or column expressions applied to a source data set (table or view). Projections are memory-only tables by default, but can be persisted (like a table) using the persist option. While projections can simply represent a whole-cloth cross-section of an existing table, filtering clauses can be applied before creating the column to create an entirely new data set.</description></item><item><title>Projections</title><link>/7.2/concepts/projections/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/concepts/projections/</guid><description>A projection is a concept unique to Kinetica. A projection is created through the /create/projection endpoint and represents a set of columns from and/or column expressions applied to a source data set (table or view). Projections are memory-only tables by default, but can be persisted (like a table) using the persist option. While projections can simply represent a whole-cloth cross-section of an existing table, filtering clauses can be applied before creating the column to create an entirely new data set.</description></item><item><title>Provisioning Kinetica in AWS</title><link>/7.2/aws/provision/installation/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/provision/installation/</guid><description>Before You Start Pre-requisites AWS Account AWS Service Quota AWS Permissions Provisioning Choose an Offer Subscribe to the Product Review Terms and Conditions Configure the Software Launch the Software Create Stack Specify Stack Details Configure Stack Options Review Get the Workbench URL Appendix Network &amp;amp; Architecture Diagrams Security Information and Considerations Troubleshooting Managing Kinetica Support Deployed Resources Operating Costs Before You Start Note that provisioning Kinetica through the AWS Marketplace will incur charges in your AWS account.</description></item><item><title>Python</title><link>/7.2/api/python/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/api/python/</guid><description/></item><item><title>Python</title><link>/7.2/aws/api/python/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/api/python/</guid><description/></item><item><title>Python UDF API</title><link>/7.2/aws/udf/python/writing/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/udf/python/writing/</guid><description>The information below includes all the information one needs to know to begin writing UDFs using the Python UDF API. For more information on running Python UDFs, see Running Python UDFs.
Dependencies UDF API Installation Python UDF Function Environments Pre-installed Libraries on the Cluster Initializing Column Types Reading Input Data Accessing Input Values Request Info Keys Writing Output Data Setting Output Values Status Reporting Complete Logging Dependencies To begin writing Python UDFs, access to the Kinetica Python UDF API is required.</description></item><item><title>Python UDF API</title><link>/7.2/udf/python/writing/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/udf/python/writing/</guid><description>The information below includes all the information one needs to know to begin writing UDFs using the Python UDF API. For more information on running Python UDFs, see Running Python UDFs.
Dependencies UDF API Installation Python UDF Function Environments Pre-installed Libraries on the Cluster Initializing Column Types Reading Input Data Accessing Input Values Request Info Keys Writing Output Data Setting Output Values Status Reporting Complete Logging Dependencies To begin writing Python UDFs, access to the Kinetica Python UDF API is required.</description></item><item><title>Queries</title><link>/7.2/admin/kagent/queries/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/kagent/queries/</guid><description>The Queries page in KAgent hosts a running log of all queries made against the database.
Actions The available actions on the Queries page are as follows:
Refresh the list of queries by clicking Refresh
Update any of the Advanced Filter fields and click Apply Filter to filter the queries list based on the provided values. Click Clear to remove the filter.
Open a detailed view of a query by clicking Detail next to the desired query:</description></item><item><title>Queries (SQL)</title><link>/7.2/aws/sql/query/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/sql/query/</guid><description>Tableless Query Join ASOF Aggregation Grouping ROLLUP CUBE GROUPING SETS Window Aggregate Functions Ranking Functions Examples PIVOT UNPIVOT Set Operations UNION INTERSECT EXCEPT WITH (Common Table Expressions) Recursive Queries Iteration Constants Numeric Constants String-Based Constants Binary Constants Date/Time Constants Expressions Array Functions Scalar Functions Aggregation/Transposition Functions Conditional Functions CASE Conversion Functions Date/Time Conversion Codes Date/Time Functions Date/Time Base Functions Date/Time Complex Conversion Functions Geospatial/Geometry Functions Enhanced Performance Scalar Functions Scalar Functions Aggregation Functions Track Functions H3 Functions JSON Functions Scalar Functions Aggregation Functions Math Functions Scalar Functions Aggregate Functions Null Functions Record Distribution Functions String Functions Scalar Functions Aggregation Functions LIKE / ILIKE FILTER_BY_STRING User/Security Functions Aggregation Functions Lookup/Grouping Functions Grouping Functions ML Functions PREDICT OUTLIERS Distribution Functions Sharding Example Predicates Predicate Operators Predicate Clauses Compound Predicate Operators Subqueries Non-Correlated Subqueries Correlated Subqueries Remote Queries Hints Scoped Hints Global Hints EXPLAIN SELECT Statement Syntax 1 2 3 4 5 6 7 8 9 SELECT [DISTINCT | TOP &amp;lt;n&amp;gt;] &amp;lt;column expression&amp;gt; [EXCLUDE(&amp;lt;column exclusion list&amp;gt;)],.</description></item><item><title>Queries (SQL)</title><link>/7.2/sql/query/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/sql/query/</guid><description>Tableless Query Join ASOF Aggregation Grouping ROLLUP CUBE GROUPING SETS Window Aggregate Functions Ranking Functions Examples PIVOT UNPIVOT Set Operations UNION INTERSECT EXCEPT WITH (Common Table Expressions) Recursive Queries Iteration Constants Numeric Constants String-Based Constants Binary Constants Date/Time Constants Expressions Array Functions Scalar Functions Aggregation/Transposition Functions Conditional Functions CASE Conversion Functions Date/Time Conversion Codes Date/Time Functions Date/Time Base Functions Date/Time Complex Conversion Functions Geospatial/Geometry Functions Enhanced Performance Scalar Functions Scalar Functions Aggregation Functions Track Functions H3 Functions JSON Functions Scalar Functions Aggregation Functions Math Functions Scalar Functions Aggregate Functions Null Functions Record Distribution Functions String Functions Scalar Functions Aggregation Functions LIKE / ILIKE FILTER_BY_STRING User/Security Functions Aggregation Functions Lookup/Grouping Functions Grouping Functions ML Functions PREDICT OUTLIERS Distribution Functions Sharding Example Predicates Predicate Operators Predicate Clauses Compound Predicate Operators Subqueries Non-Correlated Subqueries Correlated Subqueries Remote Queries Hints Scoped Hints Global Hints EXPLAIN SELECT Statement Syntax 1 2 3 4 5 6 7 8 9 SELECT [DISTINCT | TOP &amp;lt;n&amp;gt;] &amp;lt;column expression&amp;gt; [EXCLUDE(&amp;lt;column exclusion list&amp;gt;)],.</description></item><item><title>Query</title><link>/7.2/admin/gadmin/query/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/gadmin/query/</guid><description>Click Query in the top navigation menu to access several data management tools.
SQL Tool Explain SQL Procedures Create Permissions API Tool Builder JSON DDL Tool SQL Tool The SQL Tool allows you to perform SQL queries against the data in Kinetica from GAdmin. The SQL Tool works similarly to the SQL Lab in Reveal but has fewer restrictions. To read more about using the SQL Tool from the command line (also known as KiSQL), review Kinetica SQL (KiSQL).</description></item><item><title>Query Graph</title><link>/7.2/aws/feature_overview/query_graph_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/query_graph_feature_overview/</guid><description>Employs a topological query on a graph generated a-priori by &lt;a href="/7.2/7.2/aws/feature_overview/create_graph_feature_overview/">Create Graph&lt;/a> and returns a list of adjacent edge(s) or node(s), also known as an adjacency list, depending on what's been provided to the endpoint; providing edges will return nodes and providing nodes will return edges.
To determine the node(s) or edge(s) adjacent to a value from a given column, provide a list of values to input parameter queries. This field can be populated with column values from any table as long as the type is supported by the given identifier.</description></item><item><title>Query Graph</title><link>/7.2/feature_overview/query_graph_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/query_graph_feature_overview/</guid><description>Employs a topological query on a graph generated a-priori by &lt;a href="/7.2/7.2/feature_overview/create_graph_feature_overview/">Create Graph&lt;/a> and returns a list of adjacent edge(s) or node(s), also known as an adjacency list, depending on what's been provided to the endpoint; providing edges will return nodes and providing nodes will return edges.
To determine the node(s) or edge(s) adjacent to a value from a given column, provide a list of values to input parameter queries. This field can be populated with column values from any table as long as the type is supported by the given identifier.</description></item><item><title>Removing a Kinetica in AWS Deployment</title><link>/7.2/aws/admin/removing/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/admin/removing/</guid><description>Kinetica in AWS is deployed as a CloudFormation stack and deleting the stack will remove all associated resources and costs.
To delete the stack through the AWS Console:
Sign into the AWS Console at:
https://aws.amazon.com/console
Search for CloudFormation in the console search bar.
Choose the AWS Region where you originally deployed the stack (e.g., us-west-2).
Select the original stack you created (not the nested stacks), and then click Delete.</description></item><item><title>Repartition Graph</title><link>/7.2/aws/feature_overview/repartition_graph_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/repartition_graph_feature_overview/</guid><description>Rebalances an existing partitioned graph.
IMPORTANT: It's highly recommended that you review the Graphs and Solvers concepts documentation, the Graph REST Tutorial, and/or some graph examples before using this endpoint.
Input Parameter Description Name Type Description graph_name string Name of the graph resource to rebalance. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description new_graph_name If a non-empty value is specified, the original graph will be kept (non-default behavior) and a new balanced graph will be created under this given name.</description></item><item><title>Repartition Graph</title><link>/7.2/feature_overview/repartition_graph_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/repartition_graph_feature_overview/</guid><description>Rebalances an existing partitioned graph.
IMPORTANT: It's highly recommended that you review the Graphs and Solvers concepts documentation, the Graph REST Tutorial, and/or some graph examples before using this endpoint.
Input Parameter Description Name Type Description graph_name string Name of the graph resource to rebalance. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description new_graph_name If a non-empty value is specified, the original graph will be kept (non-default behavior) and a new balanced graph will be created under this given name.</description></item><item><title>Resource</title><link>/7.2/admin/gadmin/resource/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/gadmin/resource/</guid><description>All resource management related information can be found in the Resource section of GAdmin, including tier definitions, resource groups, and resource statistics. From this section, resource groups can be created and managed. Consult Resource Management for more information.
Important
The Resource section is only available to users with the System Admin permission.
Tiers Groups Creating Groups Editing Groups Deleting Groups Statistics Tiers The Tiers page displays a summary of all tiers defined in /opt/gpudb/core/etc/gpudb.</description></item><item><title>Resource Management</title><link>/7.2/aws/sql/resource_group/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/sql/resource_group/</guid><description>CREATE RESOURCE GROUP Resource Group Options Examples ALTER RESOURCE GROUP Resource Group Options Examples DROP RESOURCE GROUP SHOW RESOURCE GROUP DESCRIBE RESOURCE GROUP ALTER TIER Examples Kinetica provides a SQL interface for managing resource groups, which can be used to limit memory and thread usage, and execution priority for a user or group of users. It also provides the means to modify the tiers that the resource groups reference.</description></item><item><title>Resource Management</title><link>/7.2/sql/resource_group/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/sql/resource_group/</guid><description>CREATE RESOURCE GROUP Resource Group Options Examples ALTER RESOURCE GROUP Resource Group Options Examples DROP RESOURCE GROUP SHOW RESOURCE GROUP DESCRIBE RESOURCE GROUP ALTER TIER Examples Kinetica provides a SQL interface for managing resource groups, which can be used to limit memory and thread usage, and execution priority for a user or group of users. It also provides the means to modify the tiers that the resource groups reference.</description></item><item><title>Resource Management Concepts</title><link>/7.2/aws/rm/concepts/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/rm/concepts/</guid><description>Overview Storage Tiers VRAM RAM Disk Cache Persist Cold Storage Eviction Evictability Request-Based Eviction Watermark-Based Eviction Eviction Priority Examples Request-Based Eviction Processing Watermark-Based Eviction Processing Data Movement Upward Downward Expiration On Startup Tier Strategies Tier Strategy Predicates Resource Groups Ranking and Effective Resource Groups Scheduling Scheduling Priority Overview Resource management is a feature within Kinetica designed to meet three goals:
Expand the operating capacity of a cluster by backing the in-memory database with several layers of disk-based storage Allow the prioritization of data within those layers Allow the prioritization of user requests Three components are involved in managing resources:</description></item><item><title>Resource Management Concepts</title><link>/7.2/rm/concepts/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/rm/concepts/</guid><description>Overview Storage Tiers VRAM RAM Disk Cache Persist Cold Storage Eviction Evictability Request-Based Eviction Watermark-Based Eviction Eviction Priority Examples Request-Based Eviction Processing Watermark-Based Eviction Processing Data Movement Upward Downward Expiration On Startup Tier Strategies Tier Strategy Predicates Resource Groups Ranking and Effective Resource Groups Scheduling Scheduling Priority Overview Resource management is a feature within Kinetica designed to meet three goals:
Expand the operating capacity of a cluster by backing the in-memory database with several layers of disk-based storage Allow the prioritization of data within those layers Allow the prioritization of user requests Three components are involved in managing resources:</description></item><item><title>Resource Management Configuration</title><link>/7.2/rm/configuration/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/rm/configuration/</guid><description>Overview Tiered Storage Global Tier Parameters Tier-Specific Parameters VRAM Tier RAM Tier Disk Cache Tier Persist Tier Cold Storage Tier Default Resource Group Tier Strategy Default Tier Strategy Tier Strategy Predicate Evaluation Interval Overview Within Resource Management, there are three main areas of configuration that take place while the database is offline:
Tiered Storage Default Resource Group Tier Strategy For configuration that can be performed while the database is online, see Resource Management Usage.</description></item><item><title>Resource Management Usage</title><link>/7.2/rm/usage/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/rm/usage/</guid><description>Overview Tiered Storage Altering a Tier Viewing a Tier Viewing a Table's Tier Distribution Resource Groups Managing Resource Groups Assigning Resource Groups to Users Assigning Resource Groups to Roles Tier Strategies Overview Within Resource Management, there are three main areas of usage that take place while the database is online:
Tiered Storage Resource Groups Tier Strategies For configuration that must be performed while the database is offline, see Resource Management Configuration.</description></item><item><title>Restore Backup</title><link>/7.2/aws/feature_overview/restore_backup_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/restore_backup_feature_overview/</guid><description>Restores database objects from a backup accessible via the data source specified by input parameter datasource_name.
Input Parameter Description Name Type Description backup_name string Name of the backup to restore from, which must refer to an existing backup.
The default value is ''.
restore_objects_map map of string to strings Map of database objects to be restored from the backup.
Supported Parameters (keys) Parameter Description all All object types and data contained in the given schema(s).</description></item><item><title>Restore Backup</title><link>/7.2/feature_overview/restore_backup_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/restore_backup_feature_overview/</guid><description>Restores database objects from a backup accessible via the data source specified by input parameter datasource_name.
Input Parameter Description Name Type Description backup_name string Name of the backup to restore from, which must refer to an existing backup.
The default value is ''.
restore_objects_map map of string to strings Map of database objects to be restored from the backup.
Supported Parameters (keys) Parameter Description all All object types and data contained in the given schema(s).</description></item><item><title>Reveal</title><link>/7.2/aws/sql/reveal/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/sql/reveal/</guid><description>LOAD DASHBOARD Kinetica provides a SQL interface for loading Reveal dashboards from a variety of sources:
KiFS path Cloud provider via data source Public URL (GitHub, etc.) LOAD DASHBOARD Syntax 1 2 3 LOAD DASHBOARD &amp;#34;&amp;lt;dashboard name&amp;gt;&amp;#34; FROM FILE PATH &amp;#39;&amp;lt;file path&amp;gt;&amp;#39; [WITH OPTIONS (DATASOURCE = &amp;#39;&amp;lt;data source name&amp;gt;&amp;#39;)] Parameters Description &amp;lt;dashboard name&amp;gt; Name of the dashboard.
Important
This name must match the name of the dashboard in the file.</description></item><item><title>Reveal</title><link>/7.2/sql/reveal/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/sql/reveal/</guid><description>LOAD DASHBOARD Kinetica provides a SQL interface for loading Reveal dashboards from a variety of sources:
KiFS path Cloud provider via data source Public URL (GitHub, etc.) LOAD DASHBOARD Syntax 1 2 3 LOAD DASHBOARD &amp;#34;&amp;lt;dashboard name&amp;gt;&amp;#34; FROM FILE PATH &amp;#39;&amp;lt;file path&amp;gt;&amp;#39; [WITH OPTIONS (DATASOURCE = &amp;#39;&amp;lt;data source name&amp;gt;&amp;#39;)] Parameters Description &amp;lt;dashboard name&amp;gt; Name of the dashboard.
Important
This name must match the name of the dashboard in the file.</description></item><item><title>Reveal SDK</title><link>/7.2/bi/reveal/sdk/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/bi/reveal/sdk/</guid><description>Introduction Software Stack React ECMAScript 2015 (or ES6) webpack D3/NVD3 OpenLayers Architecture Data Flow Summary API/WMS Requests SDK Concepts Node Project File Python Slice Class Fieldsets Custom Fields JavaScript Slice Renderer Libraries and Modules Thumbnail Icon Cascading Style Sheets Setup/Installation Development Workflow Deployment Workflow White Labeling Brand Logo Brand Style Login Screen Title/Subtitle Theme Backup Theme Restore Upgrades Extras Connect Reveal to External Kinetica Instance Pub/Sub Data Communication Introduction Reveal is a web-based visual data exploration and insight discovery tool.</description></item><item><title>Reveal User/Role Management</title><link>/7.2/aws/security/reveal/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/security/reveal/</guid><description>Overview Reveal manages its own application database. In addition to storing data about dashboards and slices, it also manages users, roles, and permissions for accessing those entities specific to Reveal.
Note
By default, user accounts created in the database will automatically be created in Reveal. Roles and permissions within Reveal need to be added afterwards.
Authentication User accounts will be kept in sync between Reveal and the database, so any user that can log into the database can log into Reveal with the same credentials.</description></item><item><title>Reveal User/Role Management</title><link>/7.2/security/reveal/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/security/reveal/</guid><description>Overview Reveal manages its own application database. In addition to storing data about dashboards and slices, it also manages users, roles, and permissions for accessing those entities specific to Reveal.
Note
By default, user accounts created in the database will automatically be created in Reveal. Roles and permissions within Reveal need to be added afterwards.
Authentication User accounts will be kept in sync between Reveal and the database, so any user that can log into the database can log into Reveal with the same credentials.</description></item><item><title>Revoke Credential Permission</title><link>/7.2/aws/feature_overview/revoke_permission_credential_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/revoke_permission_credential_feature_overview/</guid><description>Revokes a credential-level permission from a user or role.
Input Parameter Description Name Type Description name string Name of the user or role from which the permission will be revoked. Must be an existing user or role. permission string Permission to revoke from the user or role.
Supported Values Description credential_admin Full read/write and administrative access on the credential. credential_read Ability to read and use the credential. credential_name string Name of the credential on which the permission will be revoked.</description></item><item><title>Revoke Credential Permission</title><link>/7.2/feature_overview/revoke_permission_credential_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/revoke_permission_credential_feature_overview/</guid><description>Revokes a credential-level permission from a user or role.
Input Parameter Description Name Type Description name string Name of the user or role from which the permission will be revoked. Must be an existing user or role. permission string Permission to revoke from the user or role.
Supported Values Description credential_admin Full read/write and administrative access on the credential. credential_read Ability to read and use the credential. credential_name string Name of the credential on which the permission will be revoked.</description></item><item><title>Revoke Data Source Permission</title><link>/7.2/aws/feature_overview/revoke_permission_datasource_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/revoke_permission_datasource_feature_overview/</guid><description>Revokes a data source permission from a user or role.
Input Parameter Description Name Type Description name string Name of the user or role from which the permission will be revoked. Must be an existing user or role. permission string Permission to revoke from the user or role.
Supported Values Description admin Admin access on the given data source. connect Connect access on the given data source. datasource_name string Name of the data source on which the permission will be revoked.</description></item><item><title>Revoke Data Source Permission</title><link>/7.2/feature_overview/revoke_permission_datasource_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/revoke_permission_datasource_feature_overview/</guid><description>Revokes a data source permission from a user or role.
Input Parameter Description Name Type Description name string Name of the user or role from which the permission will be revoked. Must be an existing user or role. permission string Permission to revoke from the user or role.
Supported Values Description admin Admin access on the given data source. connect Connect access on the given data source. datasource_name string Name of the data source on which the permission will be revoked.</description></item><item><title>Revoke Directory Permission</title><link>/7.2/aws/feature_overview/revoke_permission_directory_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/revoke_permission_directory_feature_overview/</guid><description>Revokes a KiFS directory-level permission from a user or role.
Input Parameter Description Name Type Description name string Name of the user or role from which the permission will be revoked. Must be an existing user or role. permission string Permission to revoke from the user or role.
Supported Values Description directory_read For files in the directory, access to list files, download files, or use files in server side functions.</description></item><item><title>Revoke Directory Permission</title><link>/7.2/feature_overview/revoke_permission_directory_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/revoke_permission_directory_feature_overview/</guid><description>Revokes a KiFS directory-level permission from a user or role.
Input Parameter Description Name Type Description name string Name of the user or role from which the permission will be revoked. Must be an existing user or role. permission string Permission to revoke from the user or role.
Supported Values Description directory_read For files in the directory, access to list files, download files, or use files in server side functions.</description></item><item><title>Revoke Permission</title><link>/7.2/aws/feature_overview/revoke_permission_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/revoke_permission_feature_overview/</guid><description>Revoke user or role the specified permission on the specified object.
Input Parameter Description Name Type Description principal string Name of the user or role for which the permission is being revoked. Must be an existing user or role.
The default value is ''.
object string Name of object permission is being revoked from. It is recommended to use a fully-qualified name when possible. object_type string The type of object being revoked.</description></item><item><title>Revoke Permission</title><link>/7.2/feature_overview/revoke_permission_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/revoke_permission_feature_overview/</guid><description>Revoke user or role the specified permission on the specified object.
Input Parameter Description Name Type Description principal string Name of the user or role for which the permission is being revoked. Must be an existing user or role.
The default value is ''.
object string Name of object permission is being revoked from. It is recommended to use a fully-qualified name when possible. object_type string The type of object being revoked.</description></item><item><title>Revoke Proc Permission</title><link>/7.2/aws/feature_overview/revoke_permission_proc_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/revoke_permission_proc_feature_overview/</guid><description>Revokes a proc-level permission from a user or role.
Input Parameter Description Name Type Description name string Name of the user or role from which the permission will be revoked. Must be an existing user or role. permission string Permission to revoke from the user or role.
Supported Values Description proc_admin Admin access to the proc. proc_execute Execute access to the proc. proc_name string Name of the proc to which the permission grants access.</description></item><item><title>Revoke Proc Permission</title><link>/7.2/feature_overview/revoke_permission_proc_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/revoke_permission_proc_feature_overview/</guid><description>Revokes a proc-level permission from a user or role.
Input Parameter Description Name Type Description name string Name of the user or role from which the permission will be revoked. Must be an existing user or role. permission string Permission to revoke from the user or role.
Supported Values Description proc_admin Admin access to the proc. proc_execute Execute access to the proc. proc_name string Name of the proc to which the permission grants access.</description></item><item><title>Revoke Role</title><link>/7.2/aws/feature_overview/revoke_role_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/revoke_role_feature_overview/</guid><description>Revokes membership in a role from a user or role.
Input Parameter Description Name Type Description role string Name of the role in which membership will be revoked. Must be an existing role. member string Name of the user or role that will be revoked membership in input parameter role. Must be an existing user or role. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>Revoke Role</title><link>/7.2/feature_overview/revoke_role_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/revoke_role_feature_overview/</guid><description>Revokes membership in a role from a user or role.
Input Parameter Description Name Type Description role string Name of the role in which membership will be revoked. Must be an existing role. member string Name of the user or role that will be revoked membership in input parameter role. Must be an existing user or role. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>Revoke System Permission</title><link>/7.2/aws/feature_overview/revoke_permission_system_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/revoke_permission_system_feature_overview/</guid><description>Revokes a system-level permission from a user or role.
Input Parameter Description Name Type Description name string Name of the user or role from which the permission will be revoked. Must be an existing user or role. permission string Permission to revoke from the user or role.
Supported Values Description system_admin Full access to all data and system functions. system_user_admin Access to administer users and roles that do not have system_admin permission.</description></item><item><title>Revoke System Permission</title><link>/7.2/feature_overview/revoke_permission_system_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/revoke_permission_system_feature_overview/</guid><description>Revokes a system-level permission from a user or role.
Input Parameter Description Name Type Description name string Name of the user or role from which the permission will be revoked. Must be an existing user or role. permission string Permission to revoke from the user or role.
Supported Values Description system_admin Full access to all data and system functions. system_user_admin Access to administer users and roles that do not have system_admin permission.</description></item><item><title>Revoke Table Permission</title><link>/7.2/aws/feature_overview/revoke_permission_table_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/revoke_permission_table_feature_overview/</guid><description>Revokes a table-level permission from a user or role.
Input Parameter Description Name Type Description name string Name of the user or role from which the permission will be revoked. Must be an existing user or role. permission string Permission to revoke from the user or role.
Supported Values Description table_admin Full read/write and administrative access to the table. table_insert Insert access to the table. table_update Update access to the table.</description></item><item><title>Revoke Table Permission</title><link>/7.2/feature_overview/revoke_permission_table_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/revoke_permission_table_feature_overview/</guid><description>Revokes a table-level permission from a user or role.
Input Parameter Description Name Type Description name string Name of the user or role from which the permission will be revoked. Must be an existing user or role. permission string Permission to revoke from the user or role.
Supported Values Description table_admin Full read/write and administrative access to the table. table_insert Insert access to the table. table_update Update access to the table.</description></item><item><title>RKinetica Connector Guide</title><link>/7.2/aws/connectors/r_guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/connectors/r_guide/</guid><description>The following guide provides step by step instructions to get started using R with Kinetica. The RKinetica connector provides access to the Kinetica database through a REST interface. The RKinetica package can be built locally from source or a prebuilt package release can be downloaded from the release page. Kinetica strongly recommends that release builds be used instead of building the package locally.
RKinetica interfaces with Kinetica similarly to other R-database interactions: using the DBI and dplyr packages.</description></item><item><title>RKinetica Connector Guide</title><link>/7.2/connectors/r_guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/connectors/r_guide/</guid><description>The following guide provides step by step instructions to get started using R with Kinetica. The RKinetica connector provides access to the Kinetica database through a REST interface. The RKinetica package can be built locally from source or a prebuilt package release can be downloaded from the release page. Kinetica strongly recommends that release builds be used instead of building the package locally.
RKinetica interfaces with Kinetica similarly to other R-database interactions: using the DBI and dplyr packages.</description></item><item><title>Rollup</title><link>/7.2/aws/concepts/rollup/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/concepts/rollup/</guid><description>The rollup operation takes n number of columns and produces n + 1 aggregates.
For example, given a rollup on columns A, B, &amp;amp; C, it computes the requested aggregates for the following combinations of columns:
{ABC} - unique A B C triplets {AB } - unique A B pairs {A&amp;nbsp; } - unique A values {&amp;nbsp;&amp;nbsp; } - all values The rollup operation is an aggregate function that can be invoked natively in the options map of the /aggregate/groupby endpoint.</description></item><item><title>Rollup</title><link>/7.2/concepts/rollup/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/concepts/rollup/</guid><description>The rollup operation takes n number of columns and produces n + 1 aggregates.
For example, given a rollup on columns A, B, &amp;amp; C, it computes the requested aggregates for the following combinations of columns:
{ABC} - unique A B C triplets {AB } - unique A B pairs {A&amp;nbsp; } - unique A values {&amp;nbsp;&amp;nbsp; } - all values The rollup operation is an aggregate function that can be invoked natively in the options map of the /aggregate/groupby endpoint.</description></item><item><title>Running C++ UDFs</title><link>/7.2/udf/cpp/running/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/udf/cpp/running/</guid><description>The information below includes all information one needs to know to begin running C++ UDFs. For more information on writing C++ UDFs, see &lt;a href="/7.2/7.2/udf/cpp/writing/">C&amp;#43;&amp;#43; UDF API&lt;/a>; for more information on simulating running UDFs, see &lt;a href="/7.2/7.2/udf/simulating_udfs/">UDF Simulator&lt;/a>. Example C++ UDFs can be found here.
Important
Though any of the native APIs, SQL, or GAdmin can be used for deploying and executing UDFs written in any UDF API language, all the examples below are written using the native Python API for convenience.</description></item><item><title>Running Python UDFs</title><link>/7.2/aws/udf/python/running/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/udf/python/running/</guid><description>The information below includes all information one needs to know to begin running Python UDFs. For more information on writing Python UDFs, see Python UDF API; for more information on simulating running UDFs, see UDF Simulator. Example Python UDFs can be found here.
Important
Though any of the native APIs or SQL can be used for deploying and executing UDFs written in any UDF API language, all the examples below are written using the native Python API for convenience.</description></item><item><title>Running Python UDFs</title><link>/7.2/udf/python/running/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/udf/python/running/</guid><description>The information below includes all information one needs to know to begin running Python UDFs. For more information on writing Python UDFs, see Python UDF API; for more information on simulating running UDFs, see UDF Simulator. Example Python UDFs can be found here.
Important
Though any of the native APIs, SQL, or GAdmin can be used for deploying and executing UDFs written in any UDF API language, all the examples below are written using the native Python API for convenience.</description></item><item><title>Schemas</title><link>/7.2/aws/concepts/schemas/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/concepts/schemas/</guid><description>A schema is a container for all database objects, providing namespacing for them.
Namespacing occurs at the schema level and at the category level, meaning that:
One schema could contain a table with the same name as a table in another schema. One schema could contain a data source and data sink with the same name. One schema cannot contain an external table and a view with the same name.</description></item><item><title>Schemas</title><link>/7.2/concepts/schemas/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/concepts/schemas/</guid><description>A schema is a container for all database objects, providing namespacing for them.
Namespacing occurs at the schema level and at the category level, meaning that:
One schema could contain a table with the same name as a table in another schema. One schema could contain a data source and data sink with the same name. One schema cannot contain an external table and a view with the same name.</description></item><item><title>Security</title><link>/7.2/aws/sql/security/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/sql/security/</guid><description>User Security Detail SHOW SECURITY FOR User Role Security Detail SHOW SECURITY FOR Role Privilege Management GRANT SYSTEM Permission GRANT Schema Permission GRANT Table Permission GRANT Credential Permission GRANT Data Source Permission GRANT Data Sink Permission GRANT Directory Permission GRANT Function (UDF/UDTF) Permission GRANT Graph Permission GRANT Procedure Permission GRANT SQL-GPT Context Permission GRANT Stream Permission REVOKE SYSTEM Permission REVOKE Schema Permission REVOKE Table Permission REVOKE Credential Permission REVOKE Data Source Permission REVOKE Data Sink Permission REVOKE Directory Permission REVOKE Function (UDF/UDTF) Permission REVOKE Graph Permission REVOKE Procedure Permission REVOKE SQL-GPT Context Permission REVOKE Stream Permission SHOW SECURITY CHECK Impersonation (Execute As.</description></item><item><title>Security</title><link>/7.2/sql/security/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/sql/security/</guid><description>User Management CREATE USER ALTER USER DROP USER SHOW SECURITY FOR User Role Management CREATE ROLE ALTER ROLE DROP ROLE SHOW SECURITY FOR Role Privilege Management GRANT Role GRANT SYSTEM Permission GRANT Schema Permission GRANT Table Permission GRANT Credential Permission GRANT Data Source Permission GRANT Data Sink Permission GRANT Directory Permission GRANT Function (UDF/UDTF) Permission GRANT Graph Permission GRANT Procedure Permission GRANT SQL-GPT Context Permission GRANT Stream Permission REVOKE Role REVOKE SYSTEM Permission REVOKE Schema Permission REVOKE Table Permission REVOKE Credential Permission REVOKE Data Source Permission REVOKE Data Sink Permission REVOKE Directory Permission REVOKE Function (UDF/UDTF) Permission REVOKE Graph Permission REVOKE Procedure Permission REVOKE SQL-GPT Context Permission REVOKE Stream Permission SHOW SECURITY CHECK Impersonation (Execute As.</description></item><item><title>Security (User/Role Management)</title><link>/7.2/admin/gadmin/security/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/gadmin/security/</guid><description>All of your user and role management can be completed using GAdmin.
Important
The Security section is only available to users with the system_admin or system_user_admin permission.
Users Creating Users Editing Users Changing Passwords Deleting Users Roles Creating Roles Editing Roles Deleting Roles Users The Users page lists the users in the system, whether they're internal or externally authenticated, and a brief window into their access rights.
Creating Users When Kinetica has been configured to authenticate and/or authorize users, user accounts can be created to allow access based on specific needs.</description></item><item><title>Security Concepts</title><link>/7.2/aws/security/sec_concepts/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/security/sec_concepts/</guid><description>Overview Users Default Users Roles Default Roles Permissions Grant Option System Permissions system_admin system_user_admin system_create system_write system_read system_monitor directory_create proc_create Schema Permissions Table Management Permissions Object Creation Permissions Table Permissions Row-Level Security Column-Level Security Credential Permissions Data Sink Permissions Data Source Permissions Function Permissions Graph Permissions KiFS Permissions Procedure Permissions SQL-GPT Context Permissions Table Monitor (SQL Stream) Permissions Permission Endpoints Overview Kinetica provides secured access to data and data services by means of role-based access control (RBAC).</description></item><item><title>Security Concepts</title><link>/7.2/security/sec_concepts/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/security/sec_concepts/</guid><description>Overview Users Internal Users External Users Default Users User Endpoints Roles Default Roles Role Endpoints Permissions Grant Option System Permissions system_admin system_user_admin system_create system_write system_read system_monitor directory_create proc_create Schema Permissions Table Management Permissions Object Creation Permissions Table Permissions Row-Level Security Column-Level Security Credential Permissions Data Sink Permissions Data Source Permissions Function Permissions Graph Permissions KiFS Permissions Procedure Permissions SQL-GPT Context Permissions Table Monitor (SQL Stream) Permissions Permission Endpoints Overview Kinetica provides secured access to data and data services by means of role-based access control (RBAC).</description></item><item><title>Security Configuration</title><link>/7.2/security/sec_configuration/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/security/sec_configuration/</guid><description>Kinetica comes equipped with several configuration options and some software to help secure and protect your data. Currently, there are several paths to securing the database in some fashion:
HTTPD -- Hides internal ports HTTPD with SSL -- Hides internal ports and secures connections HTTPD with External Authentication -- Hides internal ports and enables &amp;amp; configures external authentication HTTPD with SSL and External Authentication -- Hides internal ports, secures connections, and enables &amp;amp; configures external authentication Note</description></item><item><title>Security Usage</title><link>/7.2/security/sec_usage/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/security/sec_usage/</guid><description>The examples below use the native API to manage users, roles, and permissions. Generally, the API is symmetric across the endpoint calls, so similarly named calls between API languages should have the same function.
Authentication User Management Creating Users Deleting Users Role Management Creating Roles Assigning Roles Unassigning Roles Deleting Roles Permission Management Managing System Permissions Managing Schema Permissions Managing Table Permissions Managing Table Permissions at the Row Level Managing Table Permissions at the Column Level Managing Credential Permissions Managing Data Source Permissions Managing Data Sink Permissions Managing Graph Permissions Managing Directory Permissions Managing Procedure Permissions Managing SQL-GPT Context Permissions Managing Table Monitor Permissions Security Information Retrieval Basic Security Information Table-Level Security Information External (LDAP) Users Global Session Timeout Configuration Authentication Connecting &amp;amp; authenticating to a Kinetica instance generally requires four parameters:</description></item><item><title>Show Backup</title><link>/7.2/aws/feature_overview/show_backup_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/show_backup_feature_overview/</guid><description>Shows information about one or more backups accessible via the data source specified by input parameter datasource_name.
Input Parameter Description Name Type Description backup_name string Name of the backup. An empty string or '*' will show all existing backups. Any text followed by a '*' will show backups whose name starts with that text.
The default value is ''.
datasource_name string Data source through which the backup is accessible. options map of string to strings Optional parameters.</description></item><item><title>Show Backup</title><link>/7.2/feature_overview/show_backup_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/show_backup_feature_overview/</guid><description>Shows information about one or more backups accessible via the data source specified by input parameter datasource_name.
Input Parameter Description Name Type Description backup_name string Name of the backup. An empty string or '*' will show all existing backups. Any text followed by a '*' will show backups whose name starts with that text.
The default value is ''.
datasource_name string Data source through which the backup is accessible. options map of string to strings Optional parameters.</description></item><item><title>Show Credential</title><link>/7.2/aws/feature_overview/show_credential_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/show_credential_feature_overview/</guid><description>Shows information about a specified credential or all credentials.
Input Parameter Description Name Type Description credential_name string Name of the credential on which to retrieve information. The name must refer to a currently existing credential. If '*' is specified, information about all credentials will be returned. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description credential_names array of strings A list of all credential names.</description></item><item><title>Show Credential</title><link>/7.2/feature_overview/show_credential_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/show_credential_feature_overview/</guid><description>Shows information about a specified credential or all credentials.
Input Parameter Description Name Type Description credential_name string Name of the credential on which to retrieve information. The name must refer to a currently existing credential. If '*' is specified, information about all credentials will be returned. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description credential_names array of strings A list of all credential names.</description></item><item><title>Show Data Sink</title><link>/7.2/aws/feature_overview/show_datasink_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/show_datasink_feature_overview/</guid><description>Shows information about a specified data sink or all data sinks.
Input Parameter Description Name Type Description name string Name of the data sink for which to retrieve information. The name must refer to a currently existing data sink. If '*' is specified, information about all data sinks will be returned. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>Show Data Sink</title><link>/7.2/feature_overview/show_datasink_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/show_datasink_feature_overview/</guid><description>Shows information about a specified data sink or all data sinks.
Input Parameter Description Name Type Description name string Name of the data sink for which to retrieve information. The name must refer to a currently existing data sink. If '*' is specified, information about all data sinks will be returned. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>Show Data Source</title><link>/7.2/aws/feature_overview/show_datasource_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/show_datasource_feature_overview/</guid><description>Shows information about a specified data source or all data sources.
Input Parameter Description Name Type Description name string Name of the data source for which to retrieve information. The name must refer to a currently existing data source. If '*' is specified, information about all data sources will be returned. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>Show Data Source</title><link>/7.2/feature_overview/show_datasource_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/show_datasource_feature_overview/</guid><description>Shows information about a specified data source or all data sources.
Input Parameter Description Name Type Description name string Name of the data source for which to retrieve information. The name must refer to a currently existing data source. If '*' is specified, information about all data sources will be returned. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>Show Directories</title><link>/7.2/aws/feature_overview/show_directories_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/show_directories_feature_overview/</guid><description>Shows information about directories in KiFS. Can be used to show a single directory, or all directories.
Input Parameter Description Name Type Description directory_name string The KiFS directory name to show. If empty, shows all directories.
The default value is ''.
options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description directories array of strings KiFS directory names.</description></item><item><title>Show Directories</title><link>/7.2/feature_overview/show_directories_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/show_directories_feature_overview/</guid><description>Shows information about directories in KiFS. Can be used to show a single directory, or all directories.
Input Parameter Description Name Type Description directory_name string The KiFS directory name to show. If empty, shows all directories.
The default value is ''.
options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description directories array of strings KiFS directory names.</description></item><item><title>Show Environment</title><link>/7.2/aws/feature_overview/show_environment_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/show_environment_feature_overview/</guid><description>Shows information about a specified user-defined function (UDF) environment or all environments. Returns detailed information about existing environments.
Input Parameter Description Name Type Description environment_name string Name of the environment on which to retrieve information. The name must refer to a currently existing environment. If '*' or an empty value is specified, information about all environments will be returned.
The default value is ''.
options map of string to strings Optional parameters.</description></item><item><title>Show Environment</title><link>/7.2/feature_overview/show_environment_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/show_environment_feature_overview/</guid><description>Shows information about a specified user-defined function (UDF) environment or all environments. Returns detailed information about existing environments.
Input Parameter Description Name Type Description environment_name string Name of the environment on which to retrieve information. The name must refer to a currently existing environment. If '*' or an empty value is specified, information about all environments will be returned.
The default value is ''.
options map of string to strings Optional parameters.</description></item><item><title>Show Files</title><link>/7.2/aws/feature_overview/show_files_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/show_files_feature_overview/</guid><description>Shows information about files in KiFS. Can be used for individual files, or to show all files in a given directory.
Input Parameter Description Name Type Description paths array of strings File paths to show. Each path can be a KiFS directory name, or a full path to a KiFS file. File paths may contain wildcard characters after the KiFS directory delimiter.
Accepted wildcard characters are asterisk (*) to represent any string of zero or more characters, and question mark (?</description></item><item><title>Show Files</title><link>/7.2/feature_overview/show_files_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/show_files_feature_overview/</guid><description>Shows information about files in KiFS. Can be used for individual files, or to show all files in a given directory.
Input Parameter Description Name Type Description paths array of strings File paths to show. Each path can be a KiFS directory name, or a full path to a KiFS file. File paths may contain wildcard characters after the KiFS directory delimiter.
Accepted wildcard characters are asterisk (*) to represent any string of zero or more characters, and question mark (?</description></item><item><title>Show Graphs</title><link>/7.2/aws/feature_overview/show_graph_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/show_graph_feature_overview/</guid><description>Shows information and characteristics of graphs that exist on the graph server.
Input Parameter Description Name Type Description graph_name string Name of the graph on which to retrieve information. If left as the default value, information about all graphs is returned.
The default value is ''.
options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description show_original_request If set to true, the request that was originally used to create the graph is also returned as JSON.</description></item><item><title>Show Graphs</title><link>/7.2/feature_overview/show_graph_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/show_graph_feature_overview/</guid><description>Shows information and characteristics of graphs that exist on the graph server.
Input Parameter Description Name Type Description graph_name string Name of the graph on which to retrieve information. If left as the default value, information about all graphs is returned.
The default value is ''.
options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description show_original_request If set to true, the request that was originally used to create the graph is also returned as JSON.</description></item><item><title>Show Proc</title><link>/7.2/aws/feature_overview/show_proc_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/show_proc_feature_overview/</guid><description>Shows information about a proc.
Input Parameter Description Name Type Description proc_name string Name of the proc to show information about. If specified, must be the name of a currently existing proc. If not specified, information about all procs will be returned.
The default value is ''.
options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description include_files If set to true, the files that make up the proc will be returned.</description></item><item><title>Show Proc</title><link>/7.2/feature_overview/show_proc_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/show_proc_feature_overview/</guid><description>Shows information about a proc.
Input Parameter Description Name Type Description proc_name string Name of the proc to show information about. If specified, must be the name of a currently existing proc. If not specified, information about all procs will be returned.
The default value is ''.
options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description include_files If set to true, the files that make up the proc will be returned.</description></item><item><title>Show Proc Status</title><link>/7.2/aws/feature_overview/show_proc_status_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/show_proc_status_feature_overview/</guid><description>Shows the statuses of running or completed proc instances. Results are grouped by run ID (as returned from &lt;a href="/7.2/7.2/aws/feature_overview/execute_proc_feature_overview/">Execute Proc&lt;/a>) and data segment ID (each invocation of the proc command on a data segment is assigned a data segment ID).
Input Parameter Description Name Type Description run_id string The run ID of a specific proc instance for which the status will be returned. If a proc with a matching run ID is not found, the response will be empty.</description></item><item><title>Show Proc Status</title><link>/7.2/feature_overview/show_proc_status_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/show_proc_status_feature_overview/</guid><description>Shows the statuses of running or completed proc instances. Results are grouped by run ID (as returned from &lt;a href="/7.2/7.2/feature_overview/execute_proc_feature_overview/">Execute Proc&lt;/a>) and data segment ID (each invocation of the proc command on a data segment is assigned a data segment ID).
Input Parameter Description Name Type Description run_id string The run ID of a specific proc instance for which the status will be returned. If a proc with a matching run ID is not found, the response will be empty.</description></item><item><title>Show Resource Group</title><link>/7.2/aws/feature_overview/show_resourcegroups_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/show_resourcegroups_feature_overview/</guid><description>Requests resource group properties. Returns detailed information about the requested resource groups.
Input Parameter Description Name Type Description names array of strings List of names of groups to be shown. A single entry with an empty string returns all groups. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description show_default_values If true include values of fields that are based on the default resource group.</description></item><item><title>Show Resource Group</title><link>/7.2/feature_overview/show_resourcegroups_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/show_resourcegroups_feature_overview/</guid><description>Requests resource group properties. Returns detailed information about the requested resource groups.
Input Parameter Description Name Type Description names array of strings List of names of groups to be shown. A single entry with an empty string returns all groups. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description show_default_values If true include values of fields that are based on the default resource group.</description></item><item><title>Show Resource Objects</title><link>/7.2/aws/feature_overview/show_resource_objects_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/show_resource_objects_feature_overview/</guid><description>Returns information about the internal sub-components (tiered objects) which use resources of the system. The request can either return results from actively used objects (default) or it can be used to query the status of the objects of a given list of tables. Returns detailed information about the requested resource objects.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>Show Resource Objects</title><link>/7.2/feature_overview/show_resource_objects_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/show_resource_objects_feature_overview/</guid><description>Returns information about the internal sub-components (tiered objects) which use resources of the system. The request can either return results from actively used objects (default) or it can be used to query the status of the objects of a given list of tables. Returns detailed information about the requested resource objects.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>Show Resource Statistics</title><link>/7.2/aws/feature_overview/show_resource_statistics_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/show_resource_statistics_feature_overview/</guid><description> Requests various statistics for storage/memory tiers and resource groups. Returns statistics on a per-rank basis.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description statistics_map map of string to strings Map of resource statistics. info map of string to strings Additional information.</description></item><item><title>Show Resource Statistics</title><link>/7.2/feature_overview/show_resource_statistics_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/show_resource_statistics_feature_overview/</guid><description> Requests various statistics for storage/memory tiers and resource groups. Returns statistics on a per-rank basis.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description statistics_map map of string to strings Map of resource statistics. info map of string to strings Additional information.</description></item><item><title>Show Schema</title><link>/7.2/aws/feature_overview/show_schema_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/show_schema_feature_overview/</guid><description>Retrieves information about a schema (or all schemas), as specified in input parameter schema_name.
Input Parameter Description Name Type Description schema_name string Name of the schema for which to retrieve the information. If blank, then info for all schemas is returned. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description no_error_if_not_exists If false will return an error if the provided input parameter schema_name does not exist.</description></item><item><title>Show Schema</title><link>/7.2/feature_overview/show_schema_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/show_schema_feature_overview/</guid><description>Retrieves information about a schema (or all schemas), as specified in input parameter schema_name.
Input Parameter Description Name Type Description schema_name string Name of the schema for which to retrieve the information. If blank, then info for all schemas is returned. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description no_error_if_not_exists If false will return an error if the provided input parameter schema_name does not exist.</description></item><item><title>Show Security</title><link>/7.2/aws/feature_overview/show_security_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/show_security_feature_overview/</guid><description>Shows security information relating to users and/or roles. If the caller is not a system administrator, only information relating to the caller and their roles is returned.
Input Parameter Description Name Type Description names array of strings A list of names of users and/or roles about which security information is requested. If none are provided, information about all users and roles will be returned. options map of string to strings Optional parameters.</description></item><item><title>Show Security</title><link>/7.2/feature_overview/show_security_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/show_security_feature_overview/</guid><description>Shows security information relating to users and/or roles. If the caller is not a system administrator, only information relating to the caller and their roles is returned.
Input Parameter Description Name Type Description names array of strings A list of names of users and/or roles about which security information is requested. If none are provided, information about all users and roles will be returned. options map of string to strings Optional parameters.</description></item><item><title>Show SQL Procedure</title><link>/7.2/aws/feature_overview/show_sql_proc_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/show_sql_proc_feature_overview/</guid><description>Shows information about SQL procedures, including the full definition of each requested procedure.
Input Parameter Description Name Type Description procedure_name string Name of the procedure for which to retrieve the information. If blank, then information about all procedures is returned.
The default value is ''.
options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description no_error_if_not_exists If true, no error will be returned if the requested procedure does not exist.</description></item><item><title>Show SQL Procedure</title><link>/7.2/feature_overview/show_sql_proc_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/show_sql_proc_feature_overview/</guid><description>Shows information about SQL procedures, including the full definition of each requested procedure.
Input Parameter Description Name Type Description procedure_name string Name of the procedure for which to retrieve the information. If blank, then information about all procedures is returned.
The default value is ''.
options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description no_error_if_not_exists If true, no error will be returned if the requested procedure does not exist.</description></item><item><title>Show System Properties</title><link>/7.2/aws/feature_overview/show_system_properties_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/show_system_properties_feature_overview/</guid><description>Returns server configuration and version related information to the caller. The admin tool uses it to present server related information to the user.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description properties A list of comma separated names of properties requested. If not specified, all properties will be returned.</description></item><item><title>Show System Properties</title><link>/7.2/feature_overview/show_system_properties_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/show_system_properties_feature_overview/</guid><description>Returns server configuration and version related information to the caller. The admin tool uses it to present server related information to the user.
Input Parameter Description Name Type Description options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description properties A list of comma separated names of properties requested. If not specified, all properties will be returned.</description></item><item><title>Show System Status</title><link>/7.2/aws/feature_overview/show_system_status_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/show_system_status_feature_overview/</guid><description>Provides server configuration and health related status to the caller. The admin tool uses it to present server related information to the user.
Input Parameter Description Name Type Description options map of string to strings Optional parameters, currently unused.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description status_map map of string to strings A map of server configuration and health related status.</description></item><item><title>Show System Status</title><link>/7.2/feature_overview/show_system_status_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/show_system_status_feature_overview/</guid><description>Provides server configuration and health related status to the caller. The admin tool uses it to present server related information to the user.
Input Parameter Description Name Type Description options map of string to strings Optional parameters, currently unused.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description status_map map of string to strings A map of server configuration and health related status.</description></item><item><title>Show System Timing</title><link>/7.2/aws/feature_overview/show_system_timing_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/show_system_timing_feature_overview/</guid><description>Returns the last 100 database requests along with the request timing and internal job ID. The admin tool uses it to present request timing information to the user.
Input Parameter Description Name Type Description options map of string to strings Optional parameters, currently unused.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description endpoints array of strings List of recently called endpoints, most recent first.</description></item><item><title>Show System Timing</title><link>/7.2/feature_overview/show_system_timing_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/show_system_timing_feature_overview/</guid><description>Returns the last 100 database requests along with the request timing and internal job ID. The admin tool uses it to present request timing information to the user.
Input Parameter Description Name Type Description options map of string to strings Optional parameters, currently unused.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description endpoints array of strings List of recently called endpoints, most recent first.</description></item><item><title>Show Table</title><link>/7.2/aws/feature_overview/show_table_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/show_table_feature_overview/</guid><description>Retrieves detailed information about a table, view, or schema, specified in input parameter table_name. If the supplied input parameter table_name is a schema the call can return information about either the schema itself or the tables and views it contains. If input parameter table_name is empty, information about all schemas will be returned.
If the option get_sizes is set to true, then the number of records in each table is returned (in output parameter sizes and output parameter full_sizes), along with the total number of objects across all requested tables (in output parameter total_size and output parameter total_full_size).</description></item><item><title>Show Table</title><link>/7.2/feature_overview/show_table_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/show_table_feature_overview/</guid><description>Retrieves detailed information about a table, view, or schema, specified in input parameter table_name. If the supplied input parameter table_name is a schema the call can return information about either the schema itself or the tables and views it contains. If input parameter table_name is empty, information about all schemas will be returned.
If the option get_sizes is set to true, then the number of records in each table is returned (in output parameter sizes and output parameter full_sizes), along with the total number of objects across all requested tables (in output parameter total_size and output parameter total_full_size).</description></item><item><title>Show Table Metadata</title><link>/7.2/aws/feature_overview/show_table_metadata_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/show_table_metadata_feature_overview/</guid><description>Retrieves the user provided metadata for the specified tables.
Input Parameter Description Name Type Description table_names array of strings Names of tables whose metadata will be fetched, in [schema_name.]table_name format, using standard name resolution rules. All provided tables must exist, or an error is returned. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description table_names array of strings Value of input parameter table_names.</description></item><item><title>Show Table Metadata</title><link>/7.2/feature_overview/show_table_metadata_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/show_table_metadata_feature_overview/</guid><description>Retrieves the user provided metadata for the specified tables.
Input Parameter Description Name Type Description table_names array of strings Names of tables whose metadata will be fetched, in [schema_name.]table_name format, using standard name resolution rules. All provided tables must exist, or an error is returned. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description table_names array of strings Value of input parameter table_names.</description></item><item><title>Show Table Monitors</title><link>/7.2/aws/feature_overview/show_tablemonitors_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/show_tablemonitors_feature_overview/</guid><description>Show table monitors and their properties. Table monitors are created using &lt;a href="/7.2/7.2/aws/feature_overview/create_tablemonitor_feature_overview/">Create Table Monitor&lt;/a>. Returns detailed information about existing table monitors.
Input Parameter Description Name Type Description monitor_ids array of strings List of monitors to be shown. An empty list or a single entry with an empty string returns all table monitors. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>Show Table Monitors</title><link>/7.2/feature_overview/show_tablemonitors_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/show_tablemonitors_feature_overview/</guid><description>Show table monitors and their properties. Table monitors are created using &lt;a href="/7.2/7.2/feature_overview/create_tablemonitor_feature_overview/">Create Table Monitor&lt;/a>. Returns detailed information about existing table monitors.
Input Parameter Description Name Type Description monitor_ids array of strings List of monitors to be shown. An empty list or a single entry with an empty string returns all table monitors. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).</description></item><item><title>Show Table Statistics</title><link>/7.2/aws/feature_overview/show_statistics_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/show_statistics_feature_overview/</guid><description>Retrieves the collected column statistics for the specified table(s).
Input Parameter Description Name Type Description table_names array of strings Names of tables whose metadata will be fetched, each in [schema_name.]table_name format, using standard name resolution rules. All provided tables must exist, or an error is returned. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description no_error_if_not_exists If true and if the table names specified in input parameter table_names does not exist, no error is returned.</description></item><item><title>Show Table Statistics</title><link>/7.2/feature_overview/show_statistics_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/show_statistics_feature_overview/</guid><description>Retrieves the collected column statistics for the specified table(s).
Input Parameter Description Name Type Description table_names array of strings Names of tables whose metadata will be fetched, each in [schema_name.]table_name format, using standard name resolution rules. All provided tables must exist, or an error is returned. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description no_error_if_not_exists If true and if the table names specified in input parameter table_names does not exist, no error is returned.</description></item><item><title>Show Tables by Type</title><link>/7.2/aws/feature_overview/show_tables_bytype_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/show_tables_bytype_feature_overview/</guid><description>Gets names of the tables whose type matches the given criteria. Each table has a particular type. This type comprises the schema and properties of the table and sometimes a type label. This function allows a look up of the existing tables based on full or partial type information. The operation is synchronous.
Input Parameter Description Name Type Description type_id string Type id returned by a call to &lt;a href="/7.2/7.2/aws/feature_overview/create_type_feature_overview/">Create Type&lt;/a>.</description></item><item><title>Show Tables by Type</title><link>/7.2/feature_overview/show_tables_bytype_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/show_tables_bytype_feature_overview/</guid><description>Gets names of the tables whose type matches the given criteria. Each table has a particular type. This type comprises the schema and properties of the table and sometimes a type label. This function allows a look up of the existing tables based on full or partial type information. The operation is synchronous.
Input Parameter Description Name Type Description type_id string Type id returned by a call to &lt;a href="/7.2/7.2/feature_overview/create_type_feature_overview/">Create Type&lt;/a>.</description></item><item><title>Show Triggers</title><link>/7.2/aws/feature_overview/show_triggers_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/show_triggers_feature_overview/</guid><description>Retrieves information regarding the specified triggers or all existing triggers currently active.
Input Parameter Description Name Type Description trigger_ids array of strings List of IDs of the triggers whose information is to be retrieved. An empty list means information will be retrieved on all active triggers. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description trigger_map map of string to maps of string to strings This dictionary contains (key, value) pairs of (trigger ID, information map/dictionary) where the key is a Unicode string representing a Trigger ID.</description></item><item><title>Show Triggers</title><link>/7.2/feature_overview/show_triggers_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/show_triggers_feature_overview/</guid><description>Retrieves information regarding the specified triggers or all existing triggers currently active.
Input Parameter Description Name Type Description trigger_ids array of strings List of IDs of the triggers whose information is to be retrieved. An empty list means information will be retrieved on all active triggers. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description trigger_map map of string to maps of string to strings This dictionary contains (key, value) pairs of (trigger ID, information map/dictionary) where the key is a Unicode string representing a Trigger ID.</description></item><item><title>Show Types</title><link>/7.2/aws/feature_overview/show_types_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/show_types_feature_overview/</guid><description>Retrieves information for the specified data type ID or type label. For all data types that match the input criteria, the database returns the type ID, the type schema, the label (if available), and the type's column properties.
Input Parameter Description Name Type Description type_id string Type Id returned in response to a call to &lt;a href="/7.2/7.2/aws/feature_overview/create_type_feature_overview/">Create Type&lt;/a>. label string Option string that was supplied by user in a call to &lt;a href="/7.2/7.2/aws/feature_overview/create_type_feature_overview/">Create Type&lt;/a>.</description></item><item><title>Show Types</title><link>/7.2/feature_overview/show_types_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/show_types_feature_overview/</guid><description>Retrieves information for the specified data type ID or type label. For all data types that match the input criteria, the database returns the type ID, the type schema, the label (if available), and the type's column properties.
Input Parameter Description Name Type Description type_id string Type Id returned in response to a call to &lt;a href="/7.2/7.2/feature_overview/create_type_feature_overview/">Create Type&lt;/a>. label string Option string that was supplied by user in a call to &lt;a href="/7.2/7.2/feature_overview/create_type_feature_overview/">Create Type&lt;/a>.</description></item><item><title>Show Video</title><link>/7.2/aws/feature_overview/show_video_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/show_video_feature_overview/</guid><description>Retrieves information about rendered videos.
Input Parameter Description Name Type Description paths array of strings The fully-qualified KiFS paths for the videos to show. If empty, shows all videos. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description creation_times array of strings Creation time for each video as an ISO-8601 datetime. elapsed_render_time_seconds array of longs The elapsed time spent rendering each video in seconds.</description></item><item><title>Show Video</title><link>/7.2/feature_overview/show_video_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/show_video_feature_overview/</guid><description>Retrieves information about rendered videos.
Input Parameter Description Name Type Description paths array of strings The fully-qualified KiFS paths for the videos to show. If empty, shows all videos. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Output Parameter Description Name Type Description creation_times array of strings Creation time for each video as an ISO-8601 datetime. elapsed_render_time_seconds array of longs The elapsed time spent rendering each video in seconds.</description></item><item><title>Show WAL</title><link>/7.2/aws/feature_overview/show_wal_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/show_wal_feature_overview/</guid><description>Requests table write-ahead log (WAL) properties. Returns information about the requested table WAL entries.
Input Parameter Description Name Type Description table_names array of strings List of tables to query. An asterisk returns all tables. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description show_settings If true include a map of the WAL settings for the requested tables.</description></item><item><title>Show WAL</title><link>/7.2/feature_overview/show_wal_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/show_wal_feature_overview/</guid><description>Requests table write-ahead log (WAL) properties. Returns information about the requested table WAL entries.
Input Parameter Description Name Type Description table_names array of strings List of tables to query. An asterisk returns all tables. options map of string to strings Optional parameters.
The default value is an empty map ( {} ).
Supported Parameters (keys) Parameter Description show_settings If true include a map of the WAL settings for the requested tables.</description></item><item><title>Solve Graph</title><link>/7.2/aws/feature_overview/solve_graph_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/solve_graph_feature_overview/</guid><description>Solves an existing graph for a type of problem (e.g., shortest path, page rank, traveling salesman, etc.) using source nodes, destination nodes, and additional, optional weights and restrictions.
IMPORTANT: It's highly recommended that you review the Graphs and Solvers concepts documentation, the Graph REST Tutorial, and/or some /solve/graph examples before using this endpoint.
Input Parameter Description Name Type Description graph_name string Name of the graph resource to solve. weights_on_edges array of strings Additional weights to apply to the edges of an existing graph.</description></item><item><title>Solve Graph</title><link>/7.2/feature_overview/solve_graph_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/solve_graph_feature_overview/</guid><description>Solves an existing graph for a type of problem (e.g., shortest path, page rank, traveling salesman, etc.) using source nodes, destination nodes, and additional, optional weights and restrictions.
IMPORTANT: It's highly recommended that you review the Graphs and Solvers concepts documentation, the Graph REST Tutorial, and/or some /solve/graph examples before using this endpoint.
Input Parameter Description Name Type Description graph_name string Name of the graph resource to solve. weights_on_edges array of strings Additional weights to apply to the edges of an existing graph.</description></item><item><title>SQL Procedures</title><link>/7.2/aws/sql/procedure/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/sql/procedure/</guid><description>Supported Statements CREATE PROCEDURE ALTER PROCEDURE Set Execution User Set Execute Mode EXECUTE PROCEDURE DROP PROCEDURE SHOW PROCEDURE Security Kinetica provides support for basic SQL procedures, as an executable batch of SQL statements. A SQL procedure can be executed by two means:
on-demand - called directly by a user scheduled execution - configured, upon creation, to execute at a user-specified interval Note
Even if a SQL procedure is configured for scheduled execution, it can still be executed directly by a user in on-demand fashion.</description></item><item><title>SQL Procedures</title><link>/7.2/sql/procedure/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/sql/procedure/</guid><description>Supported Statements CREATE PROCEDURE ALTER PROCEDURE Set Execution User Set Execute Mode EXECUTE PROCEDURE DROP PROCEDURE SHOW PROCEDURE Security Kinetica provides support for basic SQL procedures, as an executable batch of SQL statements. A SQL procedure can be executed by two means:
on-demand - called directly by a user scheduled execution - configured, upon creation, to execute at a user-specified interval Note
Even if a SQL procedure is configured for scheduled execution, it can still be executed directly by a user in on-demand fashion.</description></item><item><title>SQL Reserved Word List</title><link>/7.2/aws/sql/sql_reserved_words/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/sql/sql_reserved_words/</guid><description> Kinetica reserves the following words within its SQL context. Any tables, columns, or other named references that conflict with these must be double-quoted to be used.
For instance, if using a column name of abs, it must be double-quoted:
1 2 3 4 CREATE TABLE example.quoted_reserved_word_column_name ( &amp;#34;abs&amp;#34; INT ) Jump to Letter
A B C D E F G H I J K L M N O P Q R S T U V W A ABS ACCESS ALL ALLOCATE ALLOW ALTER AND ANY ARE ARRAY ARRAY_MAX_CARDINALITY AS ASENSITIVE ASOF ASYMMETRIC ATOMIC AUTHORIZATION AVG B BEGIN BEGIN_FRAME BEGIN_PARTITION BETWEEN BIGINT BINARY BIT BLOB BOOLEAN BOTH BUCKET BY BYTES C CALL CALLED CARDINALITY CASCADED CASE CAST CEIL CEILING CHAR_LENGTH CHARACTER CHARACTER_LENGTH CHECK CLASSIFIER CLOB CLOSE COALESCE COLLATE COLLECT COLLECTION COLUMN COMMIT COMPRESSION CONDITION CONNECT CONSTRAINT CONVERT COPY CORR CORRESPONDING COVAR_POP COVAR_SAMP CREATE CROSS CUBE CUME_DIST CURRENT CURRENT_CATALOG CURRENT_DATE CURRENT_DEFAULT_TRANSFORM_GROUP CURRENT_PATH CURRENT_ROLE CURRENT_ROW CURRENT_SCHEMA CURRENT_TIME CURRENT_TIMESTAMP CURRENT_TRANSFORM_GROUP_FOR_TYPE CURRENT_USER CURSOR CYCLE D DEALLOCATE DEC DECLARE DEFAULT_ DEFAULTVALUE DEFINE DELETE DELIMITED DENSE_RANK DEREF DESCRIBE DETERMINISTIC DICT DISALLOW DISCONNECT DISK_OPTIMIZED DISTINCT DROP DYNAMIC E EACH ELEMENT ELSE EMPTY END END_EXEC END_FRAME END_PARTITION EQUALS ESCAPE EVERY EXCEPT EXEC EXECUTE EXISTS EXP EXPLAIN EXTEND EXTERNAL EXTRACT F FALSE FETCH FIRST_VALUE FLOOR FOR FOREIGN FORMAT FRAME_ROW FREE FROM FULL FUNCTION FUSION G GET GLOBAL GRANT GROUP GROUPING GROUPS H HAVING HOLD I IDENTIFIED IDENTITY IGNORE IMPORT IN INCLUDE INDICATOR INITIAL INNER INOUT INSENSITIVE INSERT INTEGER INTERSECT INTERSECTION INTERVAL INTO IS J JOIN JSON_ARRAY JSON_ARRAYAGG JSON_EXISTS JSON_OBJECT JSON_OBJECTAGG JSON_QUERY JSON_VALUE K KERBEROS L LAG LANGUAGE LARGE LAST_VALUE LATERAL LEAD LEADING LEFT LIKE LIKE_REGEX LIMIT LN LOCAL LOCALTIME LOCALTIMESTAMP LOWER M MATCH MATCH_NUMBER MATCH_RECOGNIZE MAX MEASURES MEMBER MERGE METHOD MIN MINUS MOD MODIFIES MODIFY MODULE MOVE MULTISET N NATIONAL NATURAL NCHAR NCLOB NEW NEXT NO NONE NORMALIZE NOT NTH_VALUE NTILE NULL NULLIF NUMERIC O OCCURRENCES_REGEX OCTET_LENGTH OF OFFSET OLD OMIT ON ONE ONLY OPEN OR ORDER OUT OUTER OVER OVERLAPS OVERLAY P PARAMETER PARTITION PASSWORD PATHS PATTERN PER PERCENT PERCENT_RANK PERCENTILE_CONT PERCENTILE_DISC PERIOD PERMUTE PIVOT PORTION POSITION_REGEX POWER PRECEDES PRECISION PREPARE PREV PRIMARY PRIMARY_KEY PROCEDURE PROTECTED Q QUOTE_ R RANGE RANK READS REAL RECURSIVE REFERENCES REFERENCING REGR_AVGX REGR_AVGY REGR_COUNT REGR_INTERCEPT REGR_R2 REGR_SLOPE REGR_SXX REGR_SXY REGR_SYY RELEASE RENAME REPLICATED RESET RESOURCE_ RESPECT RESULT RETURN REVOKE RIGHT ROLLBACK ROLLUP ROW ROW_NUMBER ROWS RUNNING S SAVEPOINT SCOPE SCROLL SEARCH SECONDS SEEK SELECT SENSITIVE SESSION_USER SET SET_MINUS SHARD SHARD_KEY SHOW SIMILAR SKIP_ SMALLINT SOME SPECIFIC SPECIFICTYPE SQL SQL_DATETIME SQL_TSI_MILLISECOND SQLEXCEPTION SQLSTATE SQLWARNING SQRT START STATIC STATISTICS STDDEV_POP STDDEV_SAMP STREAM SUBMULTISET SUBSET SUBSTR SUBSTRING SUBSTRING_REGEX SUCCEEDS SUM SYMMETRIC SYSTEM_TIME SYSTEM_USER T TABLE TABLESAMPLE TEXT_SEARCH THEN TIMEZONE_HOUR TIMEZONE_MINUTE TINYINT TO TOKEN_ TOP TRAILING TRANSLATE TRANSLATE_REGEX TRANSLATION TREAT TRIGGER TRIM TRIM_ARRAY TRUE TRUNCATE TTL U UESCAPE UNION UNIQUE UNKNOWN UNNEST UNPIVOT UNSIGNED UPDATE UPPER UPSERT USER USING V VALUE_OF VALUES VAR_POP VAR_SAMP VARBINARY VARCHAR VARYING VERSIONING W WHEN WHENEVER WHERE WIDTH_BUCKET WINDOW WITH WITHIN WITHOUT</description></item><item><title>SQL Reserved Word List</title><link>/7.2/sql/sql_reserved_words/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/sql/sql_reserved_words/</guid><description> Kinetica reserves the following words within its SQL context. Any tables, columns, or other named references that conflict with these must be double-quoted to be used.
For instance, if using a column name of abs, it must be double-quoted:
1 2 3 4 CREATE TABLE example.quoted_reserved_word_column_name ( &amp;#34;abs&amp;#34; INT ) Jump to Letter
A B C D E F G H I J K L M N O P Q R S T U V W A ABS ACCESS ALL ALLOCATE ALLOW ALTER AND ANY ARE ARRAY ARRAY_MAX_CARDINALITY AS ASENSITIVE ASOF ASYMMETRIC ATOMIC AUTHORIZATION AVG B BEGIN BEGIN_FRAME BEGIN_PARTITION BETWEEN BIGINT BINARY BIT BLOB BOOLEAN BOTH BUCKET BY BYTES C CALL CALLED CARDINALITY CASCADED CASE CAST CEIL CEILING CHAR_LENGTH CHARACTER CHARACTER_LENGTH CHECK CLASSIFIER CLOB CLOSE COALESCE COLLATE COLLECT COLLECTION COLUMN COMMIT COMPRESSION CONDITION CONNECT CONSTRAINT CONVERT COPY CORR CORRESPONDING COVAR_POP COVAR_SAMP CREATE CROSS CUBE CUME_DIST CURRENT CURRENT_CATALOG CURRENT_DATE CURRENT_DEFAULT_TRANSFORM_GROUP CURRENT_PATH CURRENT_ROLE CURRENT_ROW CURRENT_SCHEMA CURRENT_TIME CURRENT_TIMESTAMP CURRENT_TRANSFORM_GROUP_FOR_TYPE CURRENT_USER CURSOR CYCLE D DEALLOCATE DEC DECLARE DEFAULT_ DEFAULTVALUE DEFINE DELETE DELIMITED DENSE_RANK DEREF DESCRIBE DETERMINISTIC DICT DISALLOW DISCONNECT DISK_OPTIMIZED DISTINCT DROP DYNAMIC E EACH ELEMENT ELSE EMPTY END END_EXEC END_FRAME END_PARTITION EQUALS ESCAPE EVERY EXCEPT EXEC EXECUTE EXISTS EXP EXPLAIN EXTEND EXTERNAL EXTRACT F FALSE FETCH FIRST_VALUE FLOOR FOR FOREIGN FORMAT FRAME_ROW FREE FROM FULL FUNCTION FUSION G GET GLOBAL GRANT GROUP GROUPING GROUPS H HAVING HOLD I IDENTIFIED IDENTITY IGNORE IMPORT IN INCLUDE INDICATOR INITIAL INNER INOUT INSENSITIVE INSERT INTEGER INTERSECT INTERSECTION INTERVAL INTO IS J JOIN JSON_ARRAY JSON_ARRAYAGG JSON_EXISTS JSON_OBJECT JSON_OBJECTAGG JSON_QUERY JSON_VALUE K KERBEROS L LAG LANGUAGE LARGE LAST_VALUE LATERAL LEAD LEADING LEFT LIKE LIKE_REGEX LIMIT LN LOCAL LOCALTIME LOCALTIMESTAMP LOWER M MATCH MATCH_NUMBER MATCH_RECOGNIZE MAX MEASURES MEMBER MERGE METHOD MIN MINUS MOD MODIFIES MODIFY MODULE MOVE MULTISET N NATIONAL NATURAL NCHAR NCLOB NEW NEXT NO NONE NORMALIZE NOT NTH_VALUE NTILE NULL NULLIF NUMERIC O OCCURRENCES_REGEX OCTET_LENGTH OF OFFSET OLD OMIT ON ONE ONLY OPEN OR ORDER OUT OUTER OVER OVERLAPS OVERLAY P PARAMETER PARTITION PASSWORD PATHS PATTERN PER PERCENT PERCENT_RANK PERCENTILE_CONT PERCENTILE_DISC PERIOD PERMUTE PIVOT PORTION POSITION_REGEX POWER PRECEDES PRECISION PREPARE PREV PRIMARY PRIMARY_KEY PROCEDURE PROTECTED Q QUOTE_ R RANGE RANK READS REAL RECURSIVE REFERENCES REFERENCING REGR_AVGX REGR_AVGY REGR_COUNT REGR_INTERCEPT REGR_R2 REGR_SLOPE REGR_SXX REGR_SXY REGR_SYY RELEASE RENAME REPLICATED RESET RESOURCE_ RESPECT RESULT RETURN REVOKE RIGHT ROLLBACK ROLLUP ROW ROW_NUMBER ROWS RUNNING S SAVEPOINT SCOPE SCROLL SEARCH SECONDS SEEK SELECT SENSITIVE SESSION_USER SET SET_MINUS SHARD SHARD_KEY SHOW SIMILAR SKIP_ SMALLINT SOME SPECIFIC SPECIFICTYPE SQL SQL_DATETIME SQL_TSI_MILLISECOND SQLEXCEPTION SQLSTATE SQLWARNING SQRT START STATIC STATISTICS STDDEV_POP STDDEV_SAMP STREAM SUBMULTISET SUBSET SUBSTR SUBSTRING SUBSTRING_REGEX SUCCEEDS SUM SYMMETRIC SYSTEM_TIME SYSTEM_USER T TABLE TABLESAMPLE TEXT_SEARCH THEN TIMEZONE_HOUR TIMEZONE_MINUTE TINYINT TO TOKEN_ TOP TRAILING TRANSLATE TRANSLATE_REGEX TRANSLATION TREAT TRIGGER TRIM TRIM_ARRAY TRUE TRUNCATE TTL U UESCAPE UNION UNIQUE UNKNOWN UNNEST UNPIVOT UNSIGNED UPDATE UPPER UPSERT USER USING V VALUE_OF VALUES VAR_POP VAR_SAMP VARBINARY VARCHAR VARYING VERSIONING W WHEN WHENEVER WHERE WIDTH_BUCKET WINDOW WITH WITHIN WITHOUT</description></item><item><title>SQL-GPT Concepts</title><link>/7.2/aws/sql-gpt/concepts/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/sql-gpt/concepts/</guid><description>Overview Generating SQL SQL-GPT Context Context Syntax Table Definition Clause Sample Definition Clause Rule Definition Clause Context Best Practices Managing Context Size Reducing Ambiguity Managing SQL Generation LLM Options Retrieval-Augmented Generation (RAG) Enabling RAG Using RAG SQL-GPT is a Kinetica generative AI capability that produces SQL based on questions asked in natural language.
A SQL-GPT interface is integrated into the top of each Worksheet of every Workbook in Kinetica. The feature provides the option to customize the SQL-GPT context for each Workbook independently.</description></item><item><title>SQL-GPT Concepts</title><link>/7.2/sql-gpt/concepts/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/sql-gpt/concepts/</guid><description>Overview Generating SQL SQL-GPT Context Context Syntax Table Definition Clause Sample Definition Clause Rule Definition Clause Context Best Practices Managing Context Size Reducing Ambiguity Managing SQL Generation LLM Options Retrieval-Augmented Generation (RAG) Enabling RAG Using RAG SQL-GPT is a Kinetica generative AI capability that produces SQL based on questions asked in natural language.
A SQL-GPT interface is integrated into the top of each Worksheet of every Workbook in Kinetica. The feature provides the option to customize the SQL-GPT context for each Workbook independently.</description></item><item><title>SQL-GPT Syntax</title><link>/7.2/aws/sql/sqlgpt/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/sql/sqlgpt/</guid><description>CREATE CONTEXT Table Definition Clause Sample Definition Clause Rule Definition Clause Example ALTER CONTEXT Add Context Table Drop Context Table Add Context Samples Drop Context Samples Add Context Rules Drop Context Rules DROP CONTEXT SHOW CONTEXT DESCRIBE CONTEXT GENERATE SQL SQL Generation Options SQL Generation Example GENERATE TOKENS SQL Token Generation Options SQL Token Generation Example EXECUTE_AI_QUERY SQL Generation Options SQL Execution Example Kinetica provides support for generative AI via SQL-GPT.</description></item><item><title>SQL-GPT Syntax</title><link>/7.2/sql/sqlgpt/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/sql/sqlgpt/</guid><description>CREATE CONTEXT Table Definition Clause Sample Definition Clause Rule Definition Clause Example ALTER CONTEXT Add Context Table Drop Context Table Add Context Samples Drop Context Samples Add Context Rules Drop Context Rules DROP CONTEXT SHOW CONTEXT DESCRIBE CONTEXT GENERATE SQL SQL Generation Options SQL Generation Example GENERATE TOKENS SQL Token Generation Options SQL Token Generation Example EXECUTE_AI_QUERY SQL Generation Options SQL Execution Example Kinetica provides support for generative AI via SQL-GPT.</description></item><item><title>Stats</title><link>/7.2/admin/gadmin/stats/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/gadmin/stats/</guid><description>Detailed statistics dashboards about Kinetica and its host(s) can be accessed under the Stats menu. Collected statistics are divided into four groups:
Kinetica Tiered storage and resource groups System GPU (if the CUDA version of Kinetica is installed) Important
The Stats section is only available to users with the System Admin permission.
Kinetica Tiered Storage and Resource Groups Systems Overview GPU Overview Kinetica The Kinetica DB Overview dashboard is home to metrics related to the performance and health of your entire Kinetica instance.</description></item><item><title>Storm Developer Manual</title><link>/7.2/aws/connectors/storm_guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/connectors/storm_guide/</guid><description>The following guide provides step by step instructions to get started integrating Kinetica with Storm.
This project is aimed to make Kinetica accessible via Storm, meaning data can be streamed from a Kinetica table or to a Kinetica table. The custom Storm Spout and Bolt do no additional processing.
Source code for the connector can be found at https://github.com/kineticadb/kinetica-connector-storm
Connector Classes The two connector classes that integrate Kinetica with Storm are:</description></item><item><title>Storm Developer Manual</title><link>/7.2/connectors/storm_guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/connectors/storm_guide/</guid><description>The following guide provides step by step instructions to get started integrating Kinetica with Storm.
This project is aimed to make Kinetica accessible via Storm, meaning data can be streamed from a Kinetica table or to a Kinetica table. The custom Storm Spout and Bolt do no additional processing.
Source code for the connector can be found at https://github.com/kineticadb/kinetica-connector-storm
Connector Classes The two connector classes that integrate Kinetica with Storm are:</description></item><item><title>Support</title><link>/7.2/admin/gadmin/support/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/gadmin/support/</guid><description>The Support menu contains links to Kinetica documentation, as well as API &amp;amp; driver downloads.
Docs APIs Drivers Docs Docs links to Kinetica system &amp;amp; API documentation, covering all facets of using &amp;amp; managing the database and related applications &amp;amp; services.
APIs APIs links to the API download page, where both the native database and UDF APIs can be downloaded in each of the supported development languages.
Drivers Drivers links to the GitHub projects for each of the Kinetica integration connectors.</description></item><item><title>System Properties</title><link>/7.2/aws/sql/system_properties/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/sql/system_properties/</guid><description>ALTER SYSTEM SET PROPERTIES Alterable Properties ALTER SYSTEM Examples SHOW SYSTEM PROPERTIES Kinetica provides a SQL interface for managing system properties, which control everything from GPUs, hostnames, storage, graph server, and more.
The ability to manage system properties is available through SQL, using the following commands:
ALTER SYSTEM SET PROPERTIES SHOW SYSTEM PROPERTIES ALTER SYSTEM SET PROPERTIES Only a small subset of the system properties can be altered at runtime.</description></item><item><title>System Properties</title><link>/7.2/sql/system_properties/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/sql/system_properties/</guid><description>ALTER SYSTEM SET PROPERTIES Alterable Properties ALTER SYSTEM Examples SHOW SYSTEM PROPERTIES Kinetica provides a SQL interface for managing system properties, which control everything from GPUs, hostnames, storage, graph server, and more.
The ability to manage system properties is available through SQL, using the following commands:
ALTER SYSTEM SET PROPERTIES SHOW SYSTEM PROPERTIES ALTER SYSTEM SET PROPERTIES Only a small subset of the system properties can be altered at runtime.</description></item><item><title>Table Monitors</title><link>/7.2/aws/concepts/table_monitors/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/concepts/table_monitors/</guid><description>Overview Configuration Local ZMQ Local Table External Consumer Managing Table Monitors Limitations &amp;amp; Cautions Example Overview A table monitor (SQL Stream) is an entity that can be created to watch a source table for inserts, updates, or deletes, and relay notifications for consumption by interested clients to one of the following targets:
a local ZMQ message queue (default) a local database table an external Apache Kafka broker an external webhook A table monitor is bound to a single type of table operation to monitor, assigned when created, and cannot be changed to monitor other types afterwards.</description></item><item><title>Table Monitors</title><link>/7.2/concepts/table_monitors/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/concepts/table_monitors/</guid><description>Overview Configuration Local ZMQ Local Table External Consumer Managing Table Monitors Limitations &amp;amp; Cautions Example Overview A table monitor (SQL Stream) is an entity that can be created to watch a source table for inserts, updates, or deletes, and relay notifications for consumption by interested clients to one of the following targets:
a local ZMQ message queue (default) a local database table an external Apache Kafka broker an external webhook A table monitor is bound to a single type of table operation to monitor, assigned when created, and cannot be changed to monitor other types afterwards.</description></item><item><title>Tables</title><link>/7.2/aws/concepts/tables/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/concepts/tables/</guid><description>Overview Name Resolution Naming Criteria Example Distribution Sharding Random Sharding Replication Partitioning Range Interval List Hash Series Primary Keys Purpose Designation Relation to Shard Key Relation to Foreign Key Index Creation Soft Primary Keys Purpose Designation Relation to Shard Key Relation to Foreign Key Index Creation Shard Keys Purpose Designation Relation to Primary Key Creation Foreign Keys Purpose Designation Relation to Primary Key Relation to Shard Key Creation Overview The concept of tables is at the heart of Kinetica interactions.</description></item><item><title>Tables</title><link>/7.2/concepts/tables/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/concepts/tables/</guid><description>Overview Name Resolution Naming Criteria Example Distribution Sharding Random Sharding Replication Partitioning Range Interval List Hash Series Primary Keys Purpose Designation Relation to Shard Key Relation to Foreign Key Index Creation Soft Primary Keys Purpose Designation Relation to Shard Key Relation to Foreign Key Index Creation Shard Keys Purpose Designation Relation to Primary Key Creation Foreign Keys Purpose Designation Relation to Primary Key Relation to Shard Key Creation Overview The concept of tables is at the heart of Kinetica interactions.</description></item><item><title>Time Bucketing</title><link>/7.2/aws/time_series/time_bucket/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/time_series/time_bucket/</guid><description>Time bucketing is the segmenting of a given data set into &amp;quot;buckets&amp;quot;, based on some time-based column value or expression within the set.
TIME_BUCKET Time bucketing is accomplished through the use of the TIME_BUCKET function, which calculates the time range in which a given timestamp falls, based on a set of fixed-width &amp;quot;buckets&amp;quot;, start-aligned to a date/time, and offset from that start date/time.
The basic form of the TIME_BUCKET function is:</description></item><item><title>Time Bucketing</title><link>/7.2/time_series/time_bucket/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/time_series/time_bucket/</guid><description>Time bucketing is the segmenting of a given data set into &amp;quot;buckets&amp;quot;, based on some time-based column value or expression within the set.
TIME_BUCKET Time bucketing is accomplished through the use of the TIME_BUCKET function, which calculates the time range in which a given timestamp falls, based on a set of fixed-width &amp;quot;buckets&amp;quot;, start-aligned to a date/time, and offset from that start date/time.
The basic form of the TIME_BUCKET function is:</description></item><item><title>TTL</title><link>/7.2/aws/concepts/ttl/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/concepts/ttl/</guid><description>Time-to-live (TTL) is a configurable number of minutes since last access before a table or view will expire and be removed from the database. A TTL of -1 will direct that an entity not expire.
If a table or view is assigned a TTL, its expiration timer will be reset to the value of its configured TTL each time it is accessed. For instance, a view with a five minute TTL will have its life extended by five minutes from the time it is accessed every time it is accessed.</description></item><item><title>TTL</title><link>/7.2/concepts/ttl/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/concepts/ttl/</guid><description>Time-to-live (TTL) is a configurable number of minutes since last access before a table or view will expire and be removed from the database. A TTL of -1 will direct that an entity not expire.
If a table or view is assigned a TTL, its expiration timer will be reset to the value of its configured TTL each time it is accessed. For instance, a view with a five minute TTL will have its life extended by five minutes from the time it is accessed every time it is accessed.</description></item><item><title>Types</title><link>/7.2/aws/concepts/types/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/concepts/types/</guid><description>Type Label Type Definition Column Types Column Properties Data Types Data Handling Data Keys Data Replacement A type is analogous to a traditional database definition for a table. Before data can be stored in Kinetica, a type must be specified for that data. For every type, Kinetica assigns a unique GUID. Kinetica will use the same GUID for all types with identical characteristics.
Every type in Kinetica consists of the following:</description></item><item><title>Types</title><link>/7.2/concepts/types/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/concepts/types/</guid><description>Type Label Type Definition Column Types Column Properties Data Types Data Handling Data Keys Data Replacement A type is analogous to a traditional database definition for a table. Before data can be stored in Kinetica, a type must be specified for that data. For every type, Kinetica assigns a unique GUID. Kinetica will use the same GUID for all types with identical characteristics.
Every type in Kinetica consists of the following:</description></item><item><title>UDF</title><link>/7.2/admin/gadmin/udf/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/gadmin/udf/</guid><description>The UDF menu allows you to manage your User-Defined Functions (UDFs). The UDF menu is only available if UDFs have been enabled. See User-Defined Function Implementation for UDF configuration requirements and User-Defined Functions Overview for detail on UDFs themselves.
Important
The UDF section is only available to users with the system_admin role or the proc_execute permission.
UDF Creating Procs Executing UDFs Editing UDFs Deleting UDFs Permissions Status UDF UDF is the UDF homepage and allows executing, creating, editing, and deleting UDFs.</description></item><item><title>UDF API Download</title><link>/7.2/aws/udf/python/examples/github_examples/udf_api_download/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/udf/python/examples/github_examples/udf_api_download/</guid><description> UDF API Download This example requires local access to the Python UDF API repository. In the desired directory, run the following but be sure to replace &amp;lt;kinetica-version&amp;gt; with the name of the installed Kinetica version, e.g, v7.2:
git clone -b release/&amp;lt;kinetica-version&amp;gt; --single-branch https://github.com/kineticadb/kinetica-udf-api-python.git</description></item><item><title>UDF API Download</title><link>/7.2/udf/python/examples/github_examples/udf_api_download/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/udf/python/examples/github_examples/udf_api_download/</guid><description> UDF API Download This example requires local access to the Python UDF API repository. In the desired directory, run the following but be sure to replace &amp;lt;kinetica-version&amp;gt; with the name of the installed Kinetica version, e.g, v7.2:
git clone -b release/&amp;lt;kinetica-version&amp;gt; --single-branch https://github.com/kineticadb/kinetica-udf-api-python.git</description></item><item><title>UDF Simulator</title><link>/7.2/aws/udf/simulating_udfs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/udf/simulating_udfs/</guid><description>The UDF simulator simulates the mechanics of the /execute/proc call without the UDF actually having to be created in the database. The simulator reads data out of tables, writes it to files in the correct format, and provides the environment variable that needs to be set for the UDF API. After the UDF code is run, it can optionally read any output that was written and write it back into Kinetica.</description></item><item><title>UDF Simulator</title><link>/7.2/udf/simulating_udfs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/udf/simulating_udfs/</guid><description>The UDF simulator simulates the mechanics of the /execute/proc call without the UDF actually having to be created in the database. The simulator reads data out of tables, writes it to files in the correct format, and provides the environment variable that needs to be set for the UDF API. After the UDF code is run, it can optionally read any output that was written and write it back into Kinetica.</description></item><item><title>Union</title><link>/7.2/aws/concepts/unions/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/concepts/unions/</guid><description>A union is a representation of all rows that appear in any of a set of specified data sets (tables or views).
Note
A union is somewhat analogous to creating a table from a SQL UNION of two or more tables. See CREATE TABLE ... AS and UNION for details.
A union is performed via the /create/union endpoint, using the union or union_all mode:
Union -- retains all unique rows from the specified data sets Union All -- retains all rows from the specified data sets Note</description></item><item><title>Union</title><link>/7.2/concepts/unions/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/concepts/unions/</guid><description>A union is a representation of all rows that appear in any of a set of specified data sets (tables or views).
Note
A union is somewhat analogous to creating a table from a SQL UNION of two or more tables. See CREATE TABLE ... AS and UNION for details.
A union is performed via the /create/union endpoint, using the union or union_all mode:
Union -- retains all unique rows from the specified data sets Union All -- retains all rows from the specified data sets Note</description></item><item><title>Unpivot</title><link>/7.2/aws/concepts/unpivot/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/concepts/unpivot/</guid><description>The unpivot operation works much the same as the SQL concept: &amp;quot;rotating&amp;quot; a set of column headers (and the associated values) into rows to create a more normalized table that's longer and narrower. It is nearly the opposite of the pivot operation, though it will not be able to unmerge records and restore nulls that were aggregated by the pivot operation. You can perform unpivot operations using /aggregate/unpivot or via the SQL UNPIVOT function.</description></item><item><title>Unpivot</title><link>/7.2/concepts/unpivot/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/concepts/unpivot/</guid><description>The unpivot operation works much the same as the SQL concept: &amp;quot;rotating&amp;quot; a set of column headers (and the associated values) into rows to create a more normalized table that's longer and narrower. It is nearly the opposite of the pivot operation, though it will not be able to unmerge records and restore nulls that were aggregated by the pivot operation. You can perform unpivot operations using /aggregate/unpivot or via the SQL UNPIVOT function.</description></item><item><title>Unpivot Table</title><link>/7.2/aws/feature_overview/aggregate_unpivot_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/aggregate_unpivot_feature_overview/</guid><description>Rotate the column values into rows values.
For unpivot details and examples, see Unpivot. For limitations, see Unpivot Limitations.
Unpivot is used to normalize tables that are built for cross tabular reporting purposes. The unpivot operator rotates the column values for all the pivoted columns. A variable column, value column and all columns from the source table except the unpivot columns are projected into the result table. The variable column and value columns in the result table indicate the pivoted column name and values respectively.</description></item><item><title>Unpivot Table</title><link>/7.2/feature_overview/aggregate_unpivot_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/aggregate_unpivot_feature_overview/</guid><description>Rotate the column values into rows values.
For unpivot details and examples, see Unpivot. For limitations, see Unpivot Limitations.
Unpivot is used to normalize tables that are built for cross tabular reporting purposes. The unpivot operator rotates the column values for all the pivoted columns. A variable column, value column and all columns from the source table except the unpivot columns are projected into the result table. The variable column and value columns in the result table indicate the pivoted column name and values respectively.</description></item><item><title>Update Records</title><link>/7.2/aws/feature_overview/update_records_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/update_records_feature_overview/</guid><description>Runs multiple predicate-based updates in a single call. With the list of given expressions, any matching record's column values will be updated as provided in input parameter new_values_maps. There is also an optional 'upsert' capability where if a particular predicate doesn't match any existing record, then a new record can be inserted.
Note that this operation can only be run on an original table and not on a result view.</description></item><item><title>Update Records</title><link>/7.2/feature_overview/update_records_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/update_records_feature_overview/</guid><description>Runs multiple predicate-based updates in a single call. With the list of given expressions, any matching record's column values will be updated as provided in input parameter new_values_maps. There is also an optional 'upsert' capability where if a particular predicate doesn't match any existing record, then a new record can be inserted.
Note that this operation can only be run on an original table and not on a result view.</description></item><item><title>Upgrade</title><link>/7.2/admin/upgrade/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/upgrade/</guid><description>Upgrading to Kinetica 7.2 is facilitated through the use of KAgent. KAgent 7.2 provides the ability to upgrade existing Kinetica clusters managed by KAgent 7.1 or clusters that are not managed at all.
Upgrading requires the system be Kinetica 7.1 or newer. If running a Kinetica version prior to that, refer to the Kinetica 7.1 Upgrade instructions for details on upgrading to 7.1 first, and then refer back to this guide to complete the upgrade to version 7.</description></item><item><title>Upgrade</title><link>/7.2/aws/admin/upgrade/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/admin/upgrade/</guid><description>If a new version of Kinetica is available, you will see a notification in the upper right hand corner of Workbench.
Clicking on Upgrade, you will see a list of available versions.
Once you choose to initiate the upgrade, the cluster will be suspended until the upgrade process completes.</description></item><item><title>Upload Files</title><link>/7.2/aws/feature_overview/upload_files_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/upload_files_feature_overview/</guid><description>Uploads one or more files to KiFS. There are two methods for uploading files: load files in their entirety, or load files in parts. The latter is recommended for files of approximately 60 MB or larger.
To upload files in their entirety, populate input parameter file_names with the file names to upload into on KiFS, and their respective byte content in input parameter file_data.
Multiple steps are involved when uploading in multiple parts.</description></item><item><title>Upload Files</title><link>/7.2/feature_overview/upload_files_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/upload_files_feature_overview/</guid><description>Uploads one or more files to KiFS. There are two methods for uploading files: load files in their entirety, or load files in parts. The latter is recommended for files of approximately 60 MB or larger.
To upload files in their entirety, populate input parameter file_names with the file names to upload into on KiFS, and their respective byte content in input parameter file_data.
Multiple steps are involved when uploading in multiple parts.</description></item><item><title>Upload Files From URL</title><link>/7.2/aws/feature_overview/upload_files_fromurl_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/upload_files_fromurl_feature_overview/</guid><description>Uploads one or more files to KiFS.
Each file path must reside in a top-level KiFS directory, i.e. one of the directories listed in &lt;a href="/7.2/7.2/aws/feature_overview/show_directories_feature_overview/">Show Directories&lt;/a>. The user must have write permission on the directory. Nested directories are permitted in file name paths. Directories are delineated with the directory separator of '/'. For example, given the file path '/a/b/c/d.txt', 'a' must be a KiFS directory.
These characters are allowed in file name paths: letters, numbers, spaces, the path delimiter of '/', and the characters: '.</description></item><item><title>Upload Files From URL</title><link>/7.2/feature_overview/upload_files_fromurl_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/upload_files_fromurl_feature_overview/</guid><description>Uploads one or more files to KiFS.
Each file path must reside in a top-level KiFS directory, i.e. one of the directories listed in &lt;a href="/7.2/7.2/feature_overview/show_directories_feature_overview/">Show Directories&lt;/a>. The user must have write permission on the directory. Nested directories are permitted in file name paths. Directories are delineated with the directory separator of '/'. For example, given the file path '/a/b/c/d.txt', 'a' must be a KiFS directory.
These characters are allowed in file name paths: letters, numbers, spaces, the path delimiter of '/', and the characters: '.</description></item><item><title>Usage</title><link>/7.2/admin/kagent/usage/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/kagent/usage/</guid><description>The Usage page in KAgent hosts detailed system and resource group usage statistics and metrics.
System Events Timeline Resource Groups System The System tab under the Usage page displays several system usage metric and statistics graphs as well as an Events Timeline.
Click one of the timeframe control buttons or select a date-time range to adjust the event timeline and the metric graphs to the selected duration Adjust the Ring, Cluster, and/or Node drop-down menus to filter the graphs for the selected ring / cluster / node Point the cursor to a graph to see the value at that time Events Timeline The &lt;span class="guilabel">Events Timeline&lt;/span> displays events that have occurred within the selected timeframe.</description></item><item><title>Useful Catalog Queries</title><link>/7.2/aws/snippets/useful-catalog-queries/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/snippets/useful-catalog-queries/</guid><description>Table Resource Usage Table RAM Usage Table Disk Usage Materialized View Dependencies Specified Materialized View Dependencies All Materialized View Dependencies 10 Most Recent SQL Queries Import/Export Jobs with Errors in the Past Hour Users with Row/Column Security Restrictions Role Assignments The catalog tables allow for some useful information to be extracted from the database. See Virtual Catalogs for a complete listing.
Table Resource Usage Table RAM Usage Kinetica Catalog 1 2 3 4 5 6 7 8 SELECT IF(GROUPING(source_rank) = 1,&amp;#39;Total&amp;#39;,STRING(source_rank)) AS &amp;#34;Rank&amp;#34;, SUM(size) AS &amp;#34;Bytes&amp;#34; FROM ki_catalog.</description></item><item><title>Useful Catalog Queries</title><link>/7.2/snippets/virtual-catalog-queries/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/snippets/virtual-catalog-queries/</guid><description>Table Resource Usage Table RAM Usage Table Disk Usage Materialized View Dependencies Specified Materialized View Dependencies All Materialized View Dependencies 10 Most Recent SQL Queries Import/Export Jobs with Errors in the Past Hour Users with Row/Column Security Restrictions Role Assignments The catalog tables allow for some useful information to be extracted from the database. See Virtual Catalogs for a complete listing.
Table Resource Usage Table RAM Usage Kinetica Catalog 1 2 3 4 5 6 7 8 SELECT IF(GROUPING(source_rank) = 1,&amp;#39;Total&amp;#39;,STRING(source_rank)) AS &amp;#34;Rank&amp;#34;, SUM(size) AS &amp;#34;Bytes&amp;#34; FROM ki_catalog.</description></item><item><title>User</title><link>/7.2/admin/gadmin/user/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/gadmin/user/</guid><description>Click your username in the top navigation menu to review open GAdmin sessions, change your password, or log out of GAdmin.
Sessions Change Password Logout Sessions Click Sessions to open the list of currently open GAdmin sessions. Select any of the sessions not designated as Current (displays the logo) and click &lt;span class="guilabel">Terminate&lt;/span> to remotely terminate that session. The user for the session will be forced to login again.
Change Password Click Change Password to change your password.</description></item><item><title>User Defined Functions (UDFs)</title><link>/7.2/aws/sql/udf/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/sql/udf/</guid><description>CREATE FUNCTION Executing Functions Function Parameters Examples DROP FUNCTION SHOW FUNCTION SHOW FUNCTION STATUS DESCRIBE FUNCTION CREATE FUNCTION ENVIRONMENT ALTER FUNCTION ENVIRONMENT DROP FUNCTION ENVIRONMENT SHOW FUNCTION ENVIRONMENT DESCRIBE FUNCTION ENVIRONMENT Kinetica provides support for User-Defined Function (UDF) creation and management in SQL. Unlike conventional UDFs, Kinetica UDFs are external programs that can be managed via SQL and may run in distributed fashion across the cluster.
A UDF that is defined to return a specific table type is known as a User-Defined Table Function (UDTF), which can be used within a SELECT statement to return the output of the function as a query result set.</description></item><item><title>User Defined Functions (UDFs)</title><link>/7.2/sql/udf/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/sql/udf/</guid><description>CREATE FUNCTION Executing Functions Function Parameters Examples DROP FUNCTION SHOW FUNCTION SHOW FUNCTION STATUS DESCRIBE FUNCTION CREATE FUNCTION ENVIRONMENT ALTER FUNCTION ENVIRONMENT DROP FUNCTION ENVIRONMENT SHOW FUNCTION ENVIRONMENT DESCRIBE FUNCTION ENVIRONMENT Kinetica provides support for User-Defined Function (UDF) creation and management in SQL. Unlike conventional UDFs, Kinetica UDFs are external programs that can be managed via SQL and may run in distributed fashion across the cluster.
A UDF that is defined to return a specific table type is known as a User-Defined Table Function (UDTF), which can be used within a SELECT statement to return the output of the function as a query result set.</description></item><item><title>User Management</title><link>/7.2/security/shared/user_management/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/security/shared/user_management/</guid><description>Once Kinetica is connected to an external authentication source, the external users can be used for all Kinetica administration. First, a user with administrative permissions that can be tied to an external user will need to be created within Kinetica:
Log into Kinetica Administration Application (GAdmin) with an internal Kinetica administration account From the Security menu, select Users Click the New button For Authentication, select External Enter an external user's username, preceded by &amp;#64;.</description></item><item><title>User-Defined Functions Overview</title><link>/7.2/aws/udf_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/udf_overview/</guid><description>Kinetica supports the concept of user-defined functions (UDF) via a mechanism similar to stored procedures, being a user-defined sequence of operations on a specified data set.
UDFs In-Depth:
UDF Implementation -- detail about writing &amp;amp; running and for some examples of UDFs Python UDF Tutorial -- example UDF workflow in Python In Kinetica, there are two types of UDFs:
distributed - the procedure will be invoked within the database, executing in parallel against each data shard of the specified tables.</description></item><item><title>User-Defined Functions Overview</title><link>/7.2/udf_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/udf_overview/</guid><description>Kinetica supports the concept of user-defined functions (UDF) via a mechanism similar to stored procedures, being a user-defined sequence of operations on a specified data set.
UDFs In-Depth:
UDF Implementation -- detail about writing &amp;amp; running and for some examples of UDFs Python UDF Tutorial -- example UDF workflow in Python In Kinetica, there are two types of UDFs:
distributed - the procedure will be invoked within the database, executing in parallel against each data shard of the specified tables.</description></item><item><title>Using Workbooks in Workbench</title><link>/7.2/admin/workbench/workbooks/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/workbench/workbooks/</guid><description>Explorer Panel Data Explorer Creating and Modifying Data Objects Previewing Objects Deleting Objects Workbook Explorer Creating a New Workbook Example Workbook Exporting/Importing Workbooks File Explorer Uploading a File Importing a File SQL Workbooks and Worksheets Workbooks SQL-GPT SQL Blocks Type-ahead Running Individual Blocks Running All Blocks Canceling Jobs Visual Explain Plan Map Blocks Graph Blocks Graph Example Presentation Blocks Visualizations Bar Chart Line Chart Pie Chart Scatter Plot Big Number Graph Map Importing Data Import Data Wizard Import via SQL Explorer Panel On the left side of the screen, you will see a tabbed panel, which we call the Explorer.</description></item><item><title>Using Workbooks in Workbench</title><link>/7.2/aws/admin/workbench/workbooks/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/admin/workbench/workbooks/</guid><description>Explorer Panel Data Explorer Creating and Modifying Data Objects Previewing Objects Deleting Objects Workbook Explorer Creating a New Workbook Example Workbook Exporting/Importing Workbooks File Explorer Uploading a File Importing a File SQL Workbooks and Worksheets Workbooks SQL-GPT SQL Blocks Type-ahead Running Individual Blocks Running All Blocks Canceling Jobs Visual Explain Plan Map Blocks Graph Blocks Graph Example Presentation Blocks Visualizations Bar Chart Line Chart Pie Chart Scatter Plot Big Number Graph Map Importing Data Import Data Wizard Import via SQL Explorer Panel On the left side of the screen, you will see a tabbed panel, which we call the Explorer.</description></item><item><title>Vector Tile Service</title><link>/7.2/aws/feature_overview/vts_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/vts_feature_overview/</guid><description>Overview Configuration Usage Example Limitations and Cautions Overview Kinetica provides a Vector Tile Service (VTS) to generate Vector Tiles and support client-side visualization of the geospatial data contained within the tiles. The Vector Tile format generated follows the open standard Mapbox Vector Tile specification. The Kinetica VTS feeds a client-side Vector Tile renderer, such as Mapbox GL, by adding the VTS URL to the renderer's style configuration as a map layer source.</description></item><item><title>Vector Tile Service</title><link>/7.2/feature_overview/vts_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/vts_feature_overview/</guid><description>Overview Configuration Usage Example Limitations and Cautions Overview Kinetica provides a Vector Tile Service (VTS) to generate Vector Tiles and support client-side visualization of the geospatial data contained within the tiles. The Vector Tile format generated follows the open standard Mapbox Vector Tile specification. The Kinetica VTS feeds a client-side Vector Tile renderer, such as Mapbox GL, by adding the VTS URL to the renderer's style configuration as a map layer source.</description></item><item><title>Verification</title><link>/7.2/security/shared/non-ssl/ex_auth_ver/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/security/shared/non-ssl/ex_auth_ver/</guid><description>Restart host manager and the database using:
service gpudb_host_manager start service gpudb start Run a Host Manager status check:
/opt/gpudb/core/bin/gpudb status Verify the output shows HTTPD is running:
... Httpd : Running (14250 14277 14278 14279 14280 14282) ... Ensure HTTPD is working:
curl &amp;lt;hostname&amp;gt;:8082 Ensure Kinetica is running properly:
curl &amp;lt;hostname&amp;gt;:8082/gpudb-0 Verify both internal and external users can login to GAdmin at http://&amp;lt;hostname&amp;gt;:8080
Verify both internal and external users can login to Reveal at http://&amp;lt;hostname&amp;gt;:8088</description></item><item><title>Verification</title><link>/7.2/security/shared/non-ssl/verification/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/security/shared/non-ssl/verification/</guid><description> Restart host manager and the database using:
service gpudb_host_manager start service gpudb start Run a Host Manager status check:
/opt/gpudb/core/bin/gpudb status Verify the output shows HTTPD is running:
... Httpd : Running (14250 14277 14278 14279 14280 14282) ... Ensure HTTPD is working:
curl &amp;lt;hostname&amp;gt;:8082 Ensure Kinetica is running properly:
curl &amp;lt;hostname&amp;gt;:8082/gpudb-0</description></item><item><title>Verification</title><link>/7.2/security/shared/ssl/ex_auth_ver/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/security/shared/ssl/ex_auth_ver/</guid><description>Restart host manager and the database using:
service gpudb_host_manager start service gpudb start Run a Host Manager status check:
/opt/gpudb/core/bin/gpudb status Verify the output shows HTTPD is running:
... Httpd : Running (14250 14277 14278 14279 14280 14282) ... Ensure Kinetica is running properly:
curl -k https://&amp;lt;hostname&amp;gt;:8082/gpudb-0 Verify the output shows Kinetica is running:
Kinetica is running! Verify both internal and external users can login to GAdmin at https://&amp;lt;hostname&amp;gt;:8443</description></item><item><title>Verification</title><link>/7.2/security/shared/ssl/verification/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/security/shared/ssl/verification/</guid><description>Restart host manager and the database using:
service gpudb_host_manager start service gpudb start Run a Host Manager status check:
/opt/gpudb/core/bin/gpudb status Verify the output shows HTTPD is running:
... Httpd : Running (14250 14277 14278 14279 14280 14282) ... Ensure Kinetica is running properly:
curl -k https://&amp;lt;hostname&amp;gt;:8082/gpudb-0 Verify the output shows Kinetica is running:
Kinetica is running! Login to GAdmin at https://&amp;lt;hostname&amp;gt;:8443
Login to Reveal at https://&amp;lt;hostname&amp;gt;:8444
Login to Workbench at https://&amp;lt;hostname&amp;gt;:8445</description></item><item><title>Verify Backup</title><link>/7.2/aws/feature_overview/verify_backup_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/verify_backup_feature_overview/</guid><description>Inspects the requested database backup(s) for conformity at the remote file store accessible via the data source specified by input parameter datasource_name. By default all snapshots are inspected unless the option backup_id is used to target a specific instance. Returns backup verification results.
Input Parameter Description Name Type Description backup_name string Name of the backup. An empty string or '*' will check all existing backups. Any text followed by a '*' will inspect backups whose name starts with that text.</description></item><item><title>Verify Backup</title><link>/7.2/feature_overview/verify_backup_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/verify_backup_feature_overview/</guid><description>Inspects the requested database backup(s) for conformity at the remote file store accessible via the data source specified by input parameter datasource_name. By default all snapshots are inspected unless the option backup_id is used to target a specific instance. Returns backup verification results.
Input Parameter Description Name Type Description backup_name string Name of the backup. An empty string or '*' will check all existing backups. Any text followed by a '*' will inspect backups whose name starts with that text.</description></item><item><title>Views</title><link>/7.2/aws/concepts/views/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/concepts/views/</guid><description> Views can be organized into three categories:
Filtered Views -- created from: /filter /filter/byarea /filter/bybox /filter/bygeometry /filter/bylist /filter/byradius /filter/byrange /filter/byseries /filter/bystring /filter/bytable /filter/byvalue Join views -- created from: /create/jointable Materialized Views -- created from: /create/materializedview</description></item><item><title>Views</title><link>/7.2/concepts/views/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/concepts/views/</guid><description> Views can be organized into three categories:
Filtered Views -- created from: /filter /filter/byarea /filter/bybox /filter/bygeometry /filter/bylist /filter/byradius /filter/byrange /filter/byseries /filter/bystring /filter/bytable /filter/byvalue Join views -- created from: /create/jointable Materialized Views -- created from: /create/materializedview</description></item><item><title>Visualize Image Chart</title><link>/7.2/aws/feature_overview/visualize_image_chart_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/visualize_image_chart_feature_overview/</guid><description>Scatter plot is the only plot type currently supported. A non-numeric column can be specified as x or y column and jitters can be added to them to avoid excessive overlapping. All color values must be in the format RRGGBB or AARRGGBB (to specify the alpha value). The image is contained in the output parameter image_data field.
Input Parameter Description Name Type Description table_name string Name of the table containing the data to be drawn as a chart, in [schema_name.</description></item><item><title>Visualize Image Chart</title><link>/7.2/feature_overview/visualize_image_chart_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/visualize_image_chart_feature_overview/</guid><description>Scatter plot is the only plot type currently supported. A non-numeric column can be specified as x or y column and jitters can be added to them to avoid excessive overlapping. All color values must be in the format RRGGBB or AARRGGBB (to specify the alpha value). The image is contained in the output parameter image_data field.
Input Parameter Description Name Type Description table_name string Name of the table containing the data to be drawn as a chart, in [schema_name.</description></item><item><title>Visualize Isochrone</title><link>/7.2/aws/feature_overview/visualize_isochrone_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/visualize_isochrone_feature_overview/</guid><description>Generate an image containing isolines for travel results using an existing graph. Isolines represent curves of equal cost, with cost typically referring to the time or distance assigned as the weights of the underlying graph. See Graphs and Solvers for more information on graphs.
Input Parameter Description Name Type Description graph_name string Name of the graph on which the isochrone is to be computed. source_node string Starting vertex on the underlying graph from/to which the isochrones are created.</description></item><item><title>Visualize Isochrone</title><link>/7.2/feature_overview/visualize_isochrone_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/visualize_isochrone_feature_overview/</guid><description>Generate an image containing isolines for travel results using an existing graph. Isolines represent curves of equal cost, with cost typically referring to the time or distance assigned as the weights of the underlying graph. See Graphs and Solvers for more information on graphs.
Input Parameter Description Name Type Description graph_name string Name of the graph on which the isochrone is to be computed. source_node string Starting vertex on the underlying graph from/to which the isochrones are created.</description></item><item><title>Web Map Service</title><link>/7.2/aws/feature_overview/wms_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/feature_overview/wms_feature_overview/</guid><description>Overview Downloads Usage Required Parameters Optional Parameters Modes RASTER CB_RASTER HEATMAP CONTOUR LABELS ISOCHRONES Overview Kinetica provides a Web Map Service (WMS) for generating image tiles from the geospatial data contained in it. The type of image tiles returned, the data used to generate the tiles, and the graphical styles in the tiles are specified in the query string of the WMS call. These would typically be used as overlays on top of a map.</description></item><item><title>Web Map Service</title><link>/7.2/feature_overview/wms_feature_overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/feature_overview/wms_feature_overview/</guid><description>Overview Downloads Usage Required Parameters Optional Parameters Modes RASTER CB_RASTER HEATMAP CONTOUR LABELS ISOCHRONES Overview Kinetica provides a Web Map Service (WMS) for generating image tiles from the geospatial data contained in it. The type of image tiles returned, the data used to generate the tiles, and the graphical styles in the tiles are specified in the query string of the WMS call. These would typically be used as overlays on top of a map.</description></item><item><title>Window</title><link>/7.2/aws/concepts/window/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/concepts/window/</guid><description>Function Details Function Type Aggregate Ranking Window Specification Frame Clauses Range Frames Rows Frames Frame Bounds Examples Limitations Kinetica supports the SQL concept of windows. It can do so through the /create/projection and /get/records/bycolumn endpoints. The window function is specified as a column name in the column_name parameter.
Note
For performing window functions in SQL, see Window.
A window projection can be created from any table or view. If the source data set is replicated, the resulting window projection will also be replicated.</description></item><item><title>Window</title><link>/7.2/concepts/window/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/concepts/window/</guid><description>Function Details Function Type Aggregate Ranking Window Specification Frame Clauses Range Frames Rows Frames Frame Bounds Examples Limitations Kinetica supports the SQL concept of windows. It can do so through the /create/projection and /get/records/bycolumn endpoints. The window function is specified as a column name in the column_name parameter.
Note
For performing window functions in SQL, see Window.
A window projection can be created from any table or view. If the source data set is replicated, the resulting window projection will also be replicated.</description></item><item><title>WMS Layers</title><link>/7.2/aws/connectors/kickbox_wms/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/connectors/kickbox_wms/</guid><description>Examples Initializing the Map Adding a Raster/Heatmap/Contour Layer Adding a Labels Layer Adding a Class Break Raster Layer Resizing the Browser Full Code Example Examples Examples of the following layer types are available below:
Raster Heatmap Class Break Raster Contour Labels Note
You will need a current Mapbox API key and some minor modifications will be required in order to run each example. At a minimum, you will need a Kinetica table with latitude/longitude values, or WKTs.</description></item><item><title>WMS Layers</title><link>/7.2/connectors/kickbox_wms/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/connectors/kickbox_wms/</guid><description>Examples Initializing the Map Adding a Raster/Heatmap/Contour Layer Adding a Labels Layer Adding a Class Break Raster Layer Resizing the Browser Full Code Example Examples Examples of the following layer types are available below:
Raster Heatmap Class Break Raster Contour Labels Note
You will need a current Mapbox API key and some minor modifications will be required in order to run each example. At a minimum, you will need a Kinetica table with latitude/longitude values, or WKTs.</description></item><item><title>Workbook Explorer</title><link>/7.2/admin/workbench/ui/explorer/workbooks/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/admin/workbench/ui/explorer/workbooks/</guid><description>General Features Workbook Lists The Workbook Explorer can be used to manage Workbooks.
Workbook Explorer Tab
To access the Workbook Explorer, in Workbench, click the Workbooks tab of the left-hand navigation pane.
General Features At the top of the Workbook Explorer tab are several workbook actions:
Search box - filters displayed workbooks, by name Refresh icon - refreshes the list of displayed workbooks &amp;#43; icon - adds a new workbook Workbook Lists The Workbook Explorer has two lists of workbooks:</description></item><item><title>Workbook Explorer</title><link>/7.2/aws/admin/workbench/ui/explorer/workbooks/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/aws/admin/workbench/ui/explorer/workbooks/</guid><description>General Features Workbook Lists The Workbook Explorer can be used to manage Workbooks.
Workbook Explorer Tab
To access the Workbook Explorer, in Workbench, click the Workbooks tab of the left-hand navigation pane.
General Features At the top of the Workbook Explorer tab are several workbook actions:
Search box - filters displayed workbooks, by name Refresh icon - refreshes the list of displayed workbooks &amp;#43; icon - adds a new workbook Workbook Lists The Workbook Explorer has two lists of workbooks:</description></item></channel></rss>