Skip to content
#

low-latency

Here are 182 public repositories matching this topic...

questdb
ideoma
ideoma commented Apr 15, 2021

Create

create table tt (dts timestamp, nts timestamp) timestamp(dts)

Insert

insert into tt 
select timestamp_sequence(1577836800000000L, 10L), timestamp_sequence(1577836800000000L, 10L) 
from long_sequence(2L)

Select

select 'nts', min(nts) from tt where nts > '2020-01-01T00:00:00.000000Z'

Expected
nts in the first column

Actual
timestamp

hazelcast-jet

ScaleCube Services is a high throughput, low latency reactive microservices library built to scale. it features: API-Gateways, service-discovery, service-load-balancing, the architecture supports plug-and-play service communication modules and features. built to provide performance and low-latency real-time stream-processing. its open and designed to accommodate changes. (no sidecar in a form of broker or any kind)

  • Updated Apr 17, 2021
  • Java

Improve this page

Add a description, image, and links to the low-latency topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the low-latency topic, visit your repo's landing page and select "manage topics."

Learn more