-
Updated
Aug 20, 2021 - C++
olap
Here are 144 public repositories matching this topic...
Use case:
1.) A user may want to backup all tables but no metadata like users, privileges, etc. without explicitly defining each table inside the CREATE SNAPSHOT statement.
2.) A user may want to transfer users & privileges, custom analyzers or user-defined-functions from one cluster to another without backing up a complete cluster including all data (tables).
*Feature description
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:
- for now, always install
omniscidb-cpuinside a conda environment (also it is a good practice), eg:
Summary
Add to doc:
CREATE TABLE `table_1`(id varchar(200));
SHOW TABLES LIKE 'TABLE_1';
SHOW TABLES LIKE '%unknown%';
SHOW TABLES LIKE 'table_1';
SHOW TABLES LIKE '%_1';
SHOW TABLES LIKE 'ta%';
SHOW TABLES LIKE '%le%';
SHOW TABLES where xxx;
issue: #1388
-
Updated
Aug 6, 2021 - Go
-
Updated
Dec 28, 2020 - Python
-
Updated
Dec 2, 2016 - Python
-
Updated
Aug 16, 2021
-
Updated
Apr 26, 2021 - Java
-
Updated
Feb 2, 2019 - JavaScript
-
Updated
Mar 24, 2021 - Go
-
Updated
Nov 15, 2020 - Go
-
Updated
Aug 17, 2021 - Rust
-
Updated
Aug 7, 2021 - Rust
-
Updated
May 6, 2021
-
Updated
Jul 21, 2021 - Java
-
Updated
Mar 8, 2021 - Python
-
Updated
Aug 3, 2021 - Python
Improve this page
Add a description, image, and links to the olap topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the olap topic, visit your repo's landing page and select "manage topics."
Feature Request
Summary
Is your feature request related to a problem? Please describe:
In sqlite3,
I test the duckdb,