Database
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 2,379 public repositories matching this topic...
-
Updated
Aug 12, 2021 - Java
-
Updated
Aug 13, 2021 - Java
-
Updated
Feb 24, 2021 - Java
-
Updated
Aug 13, 2021 - Java
-
Updated
Aug 12, 2021 - Java
-
Updated
Aug 14, 2021 - Java
-
Updated
Aug 13, 2021 - Java
Is your feature request related to a problem? Please describe.
So I'm working on a product that should allow schema-less ingestion out of the box. So my default ingestion method is via the influx line protocol.
But my challenge is that I also need to add indexes to some of the tags (symbols) after table creation. The problem is that the Influx Line protocol holds a lock to the table makin
-
Updated
Aug 13, 2021 - Java
-
Updated
Aug 14, 2021 - Java
-
Updated
Aug 8, 2021 - Java
If the --server option is used without a protocol, then it should use https when on port 443. For example, these invocations would be equivalent, with the first one having the new behavior:
trino --server example.net:443
trino --server https://example.net:443
trino --server https://example.net
This will make the CLI consistent with the JDBC driver in this regard. While it's t
-
Updated
Jun 10, 2021 - Java
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
-
Updated
Aug 10, 2021 - Java
Environment
Liquibase Version:
4.1.0
Also latest master
Liquibase Integration & Version:
gradle, unknown version
Liquibase Extension(s) & Version:
Database Vendor & Version:
PostgreSQL: 12.X (occurs on all supported versions)
Operating System Type & Version:
MacOS 11.4 (20F71), but will occur on all supported OSs
Description
A clear and concis
-
Updated
Nov 26, 2020 - Java
-
Updated
Aug 10, 2021 - Java
-
Updated
Aug 9, 2021 - Java
- Wikipedia
- Wikipedia
Sometimes it is needed to store compressed data in the DB. Unfortunately not all the DBs have built-in compression and FUSE compressed FSes are not available for every OS. So it may make sense to store compressed binary blobs in the DB.
Unfortunately when one sees them in DBeaver he sees them compressed, but often they are needed uncompressed. So it'd be nice to have a feature to decompress the