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 11,792 public repositories matching this topic...

rkd-msw
rkd-msw commented Apr 18, 2019

I'm using TLS on etcd 3.3.12 and have a mix of etcd proxies and masters. The proxies don't seem to honour the --cipher-suites setting, as it ends up with ECDHE-RSA-AES256-GCM-SHA384 despite --cipher-suites=TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 being set.

$ pgrep -laf /usr/bin/etcd
21968 /usr/bin/etcd --listen-client-urls https://0.0.0.0:4000 --adv
sheetjs
knz
knz commented Feb 17, 2020

If cockroach debug zip is interrupted for any reason (eg Ctrl+C, out-of-memory, whatever), the output file is invalid and cannot be opened -- even if the command had already been able to retrieve useful data from the cluster.

This is becauze the Zip format can only be opened successfully when the file index is available, and that index is only included at the end. If the process terminates ea

fEyebrow
fEyebrow commented May 10, 2019

Describe the bug
When the elevated database user account does not have permission to create a schema, it cannot establish a connection with an existing database.

But when I provided the root account, I successfully established a connection with the database, but prisma created a schema called prisma.
Look like this:
![image](https://user-images.githubusercontent.com/18180417/57507662-fc

tenbob
tenbob commented Apr 26, 2019

I searched the documentation, but I can't find any explanation of the "Write changes" and "Revert changes" buttons.

It's confusing for a new user that changes are not fully saved until you click "Write changes". The documentation should point this out and give a description of the underlying mechanism.

I still can't understand what is going on. Does the program issue a BEGIN or a SAVEPOINT

dgraph
paulrostorp
paulrostorp commented Feb 11, 2020

The grafana board seems to be outdated, a lot of the panels have no data, it seems to be missing in /debug/prometheus_metrics...

What version of Dgraph are you using?

v1.2.1

Have you tried reproducing the issue with the latest release?

Yes

What is the hardware spec (RAM, OS)?

Kubernetes 3 x 16gb 4cores, prometheus and grafana running locally.

Steps to reproduce the iss

bionicles
bionicles commented Jan 3, 2020

There's no published benchmark for IOPS on S3 storage

Would it be possible to post this alongside the other benchmarks?

S3 storage would be super cheap way to get started because it's serverless (thus more folks would potentially use gun.js)

Thank you for the useful service. I would like to see more Auth/ABAC for startup usage, right now I'm using a centralized database because it's uncle

ssxlulu
ssxlulu commented Jan 2, 2020

Before starting a scaling job, we should test the connections of the source‘s and target's datasource.

  • Check source's datasource
    • Check the connection availability of source's datasource
    • Check user's privileges of the source's datasource (MySQL)
    • Check user's privileges of the source's datasource (PostgreSQL)
  • Check target's datasource
    • Check
Wikipedia
Wikipedia

Related Topics

yii composer mysql
You can’t perform that action at this time.