<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Time Series on Kinetica Docs</title><link>/7.1/time_series/</link><description>Recent content in Time Series on Kinetica Docs</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="/7.1/time_series/index.xml" rel="self" type="application/rss+xml"/><item><title>Date Bucketing</title><link>/7.1/time_series/date_bucket/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.1/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.1/time_series/types/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.1/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>Time Bucketing</title><link>/7.1/time_series/time_bucket/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.1/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></channel></rss>