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

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

andrew-knott
andrew-knott commented Feb 18, 2020

The documentation for Importing NDF format data does not mention that the method will not be supported in future as per the message in the 'prisma import' command...

"Warning: The prisma import command will not be further developed in the future. Please use the native import features of your database for these workflows. "

https://www.prisma.io/docs/prisma-cli-and-configuration/data-import

carmarri
carmarri commented Jan 28, 2020

Details for the issue

What did you do?

Select Table from the list, click "Modify Table" button, Add field "TestField", move field up or down.

What did you expect to see?

OK button enabled

What did you see instead?

OK button disabled: it remains enabled while modifying the table, but gets disabled when buttons "Move field up/down" are pressed just af

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

bricelam
bricelam commented Jan 18, 2020

Similar to PR #19617, we can enable more decimal operations by leveraging UDFs. Unlike TimeSpan, however, there isn't an acceptable type we can convert to to perform the operations, so it will require roughly one UDF per operation. For example:

Done .NET SQL
  m1 + m2 ef_add($m1, $m2)
  m1 / m2 ef_divide($m1, $m2)
  m1 > m2 ef_compare($m1, $m2)
Wikipedia
Wikipedia
You can’t perform that action at this time.