-
Updated
May 14, 2020
databases
A database is a structured set of data held in a computer, most often a server. Databases use a database management system (DBMS) that interacts with users, similar to a lookup table. Modern databases are designed to allow for creation, querying, updating, and administration of the data it holds.
Here are 596 public repositories matching this topic...
-
Updated
Jan 22, 2020
Steps to reproduce:
- Create table with some data in Hive:
CREATE TABLE test (v int);
INSERT INTO test VALUES (5),(1),(1),(1),(2),(2),(2),(2),(3),(3),(3),(4),(4),(4),(4),(4),(4),(5),(5),(5),(5),(6),(6),(6),(6);
- Select
test
table and choosev
column.
设计分析类工具,提供自动联想输入、快速语法、常见语义错误,提升用户体验
应用场景:提供IDE的自动联想功能,提高开发效率;语法和基本语义提前检查,避免提交到后台,执行较长时间后报错
2)大数据量时时间较长,建议提供任务(job)管理、允许用户了解数据执行的状态、监控进度、提供动态调试、watch能力,方便用户感知和调优
应用场景:耗时任务可以快速了解整体进度,提供一些中间的过程信息、耗时等,方便用户进行调优,优化开发
3) 安全权限、用户管理、
应用场景:增加新的数据分析人员、用户权
-
Updated
Mar 3, 2020 - Python
-
Updated
May 14, 2020 - Ruby
-
Updated
Apr 15, 2020 - Python
I don't know what the plans are for this software, but if there is a reasonable chance that it will require bug fixes or new features in the future, I would recommend that someone experienced with the system spend maybe 1-3 hours on basic developer documentation - just enough to orient a new person to the code.
If no more work will ever be done, this issue is moot and should be closed as a 'won
Add the ability to provide a custom document id (aka key) to set
using a new command specific option --key
. This feature also bumps the major version to 2.0.0
.
Requires updating README.md, CHANGELOG.md, and adding new specific tests for this case as well.
-
Updated
Apr 21, 2020 - Go
The MIN aggregator in Virtuoso seems to skip unbound values, at least in the example below, and I think that's wrong.
insert data {
<http://s1> <http://p1> <http://o1> .
<http://o1> <http://p2> <http://o2> .
<http://x> <http://p1> <http://y> .
}
select (min(?o2) as ?min) {
?s <http://p1> ?o1 .
optional { ?o1 <http://p2> ?o2 }
}
This returns <http://o2>
corresp
-
Updated
Apr 30, 2020 - Go
-
Updated
Apr 13, 2020 - PHP
-
Updated
Apr 5, 2020 - Go
-
Updated
May 9, 2020 - Shell
-
Updated
May 14, 2020 - C++
-
Updated
Dec 1, 2019
We use EBS Volume snapshots for our mongodb backup. It would be nice if this tool allows us to call AWS CLI to kick off ebs volume snapshots
-
Updated
Dec 16, 2019 - PHP
To test the fix in #222, we should create a unit test that runs IMPORT FOREIGN SCHEMA
on a schema that contains no tables.
Hi, I wanted to know is there support for multiple datasource in hera and if so, how can we mention it using the TWO_TASKS parameter as presently it is accepting only one connection detail as mentioned in the page.. There is option to mention different shards but if we want connectivity to different databases, how to do t
-
Updated
Sep 11, 2017
As an Architect, I would like to control the database version control and automatic migration, so that the DevOps team has no database migration headaches besides preventing the database from corruption.
Add support to Product & Recommendation services database to use Mongock for ease of database versioning.
- Wikipedia
- Wikipedia
Is your feature request related to a problem? Please describe.
Provide help in CLI for sub-commands
Describe the solution you'd like
Sub-commands help should describe the sub-command's functionality and options available for the sub-command
Describe alternatives you've considered
N/A
Additional context
See: golang-migrate/migrate#370