Skip to content
#

real-time

Here are 1,820 public repositories matching this topic...

spena
spena commented Aug 12, 2020

Is your feature request related to a problem? Please describe.
Support the IF NOT EXISTS keyword on CREATE SOURCE|SINK CONNECTOR. For example:

CREATE SOURCE CONNECTOR IF NOT EXISTS <connector> ...;
CREATE SINK CONNECTOR IF NOT EXISTS <connector> ...;

Describe the solution you'd like
Create the source/sink connector only if it does not exist.

**Describe alternatives you'

andrewboie
andrewboie commented Jul 27, 2020

Is your enhancement proposal related to a problem? Please describe.
Syscalls run on fixed-sized privilege elevation stacks. There is a hard limit on how much stack space a system call can use because of this. We don't have good data on how much stack syscalls actually use.

Describe the solution you'd like
I'd like to be able to use CONFIG_STACK_USAGE to be able to generate a report,

perspective
xmnlab
xmnlab commented Mar 19, 2019

Hey everyone!

mapd-core-cpu is already available on conda-forge (https://anaconda.org/conda-forge/omniscidb-cpu)

now we should add some instructions on the documentation.

at this moment it is available for linux and osx.

some additional information about the configuration:

  1. for now, always install omniscidb-cpu inside a conda environment (also it is a good practice), eg:

Improve this page

Add a description, image, and links to the real-time 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 real-time topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.