Skip to content
#

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 1,834 public repositories matching this topic...

dbeaver
KOLANICH
KOLANICH commented Jan 11, 2019

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

IcyLemon
IcyLemon commented Nov 16, 2017

使用的elastic-job版本:2.1.1。

我的一个定时任务为通过 http 方式(使用 OKHttp 发送 http 请求)执行某个方法(例如:http://ip:port/myapp/synFundData)。

当调用上述接口时如果服务器返回504(后台执行时间太长导致超时),请问该定时任务是否会自动重试?因为我从 Nginx 的日志中发现:每隔30秒Nginx 会收到一个同样的http请求,且返回的状态码都是 504,日志如下:

...remote_user=- [16/Nov/2017:08:40:01 +0800] request="GET /xxx/synFundData HTTP/1.1" status=504
...remote_user=- [16/Nov/2017:08:40:31 +0800] request="GET /xxx/synFun

tomazk8
tomazk8 commented Apr 6, 2020

OrientDB Version: 3.0.30 community
Java Version: 1.8.0_211
OS: Windows 10 Pro

I created Windows Service as specified on OrientDB website and works. Service is installed, I started it and OrientDB Studio works. But when I try to stop it using Windows Services or using OrientDBGraph.exe //SS, it's just waiting and waiting. In Services I see the state "stopping" but only after some 5min, state f

katzyn
katzyn commented Apr 9, 2020

According to documentation, BUILTIN_ALIAS_OVERRIDE was designed to replace datetime functions in unit tests. This implementation has many disadvantages.

  1. There are 5 standard and many non-standard functions, they may get out of sync with such replacements.

  2. There are other places where current timestamp is used, for example, some conversions between datetime values use current timestam

neomatrix369
neomatrix369 commented Jan 30, 2020

Problem to Solve

At the moment Grakn user of the Docker container may not know how to capture logs from inside a running docker container - especially important when the run has failed.

Current Workaround

There may not be a clean one, but in a case, we could log into the docker container:

$ docker exec -it [container id] /bin/bash
$ cd /path/to/logs
$ [some how upload via 
szandany
szandany commented Apr 30, 2020

Environment

Liquibase Version:
Liquibase Pro 4.0.0-beta1

Operating System Type & Version:
Linux, Windows

Description

Liquibase doesn't validate missing changeSet Author and ID attributes in Formatted SQL changeLogs.

Steps To Reproduce

  1. Create a changeSet in a Formatted SQL changeLog with missing Author or/and ID attributes
    For example:
    --changeset :whoAmI splitStatements:fals
speedment
julgus
julgus commented Jan 7, 2020

Prior to moving all Speedment tutorials to the manual from the Wiki page, there was a tutorial on how to plug-in and use custom TypeMappers. Although, the example described in that tutorial covers usage of basic Enums which is now best handled by the dedicated Enum-plugin. Custom TypeMappers are still needed in some case though, hence this tutorial should be updated to cover a more relevant use ca

Wikipedia
Wikipedia
You can’t perform that action at this time.