Skip to content
#

Database

database logo

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

mortehu
mortehu commented Mar 3, 2022

What happened?

If you don't pass a --name argument to your etcd processes, they will all have the name default and the cluster will operate normally. However, when you add a member, the generated ETCD_INITIAL_CLUSTER variable will have multiple entries with the name "default". When this environment variable is used, etcd will parse these into a mapping under a single key ("defau

sheetjs
meilisearch
Kerollmops
Kerollmops commented May 30, 2022

We should create custom error types for when we parse the TaskType, and TypeStatus in our FromStr implementations. The same applies to the IndexUid::new method that returns an IndexResolverError, we should implement the right IndexResolverError::from for a custom error type too.

It would be much more Rust idiomatic and easier to work with.


We have [a String error for the

enhancement good first issue
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

cockroach
mgartner
mgartner commented Apr 19, 2022

There are several optimization the execution engine can perform when evaluating LIKE patterns with %, which matches zero or any number of any character. For example, see #80073.

Sequential %s can prevent these optimizations, but they are semantically equivalent to a single %, so the optimizer should normalize them to a single %.

For example:

-- The following expressions 
C-enhancement good first issue T-sql-queries

📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.

  • Updated Mar 18, 2022
  • C++
prisma
binary64
binary64 commented Aug 2, 2021

Bug description

On windows, I run prisma format and note the unusual file ending. The lines are all LF, but the very last line is CRLF.

This causes issue on my Linux CI where it formats it ending in LF's only, causing a diff to occur and the build to fail.

How to reproduce

  1. On windows do prisma format
  2. Open in HxD or similar
  3. See attached:

![image](https://user-images.g

bug/1-unconfirmed kind/bug topic: windows tech/typescript
xiaopingcs
xiaopingcs commented May 13, 2022

Bug Description
taosBenchmark subscribe crash

To Reproduce
Steps to reproduce the behavior:

  1. Build taosd, taosBenchmark in latest develop branch
  2. go to 'TDengine/src/kit/taos-tools/example'
  3. execute taosBenchmark -f insert_csv.json
  4. execute taosBenchmark -f subscribe.json

Expected Behavior
taosBenchmark -f subscribe.json should not crash

Screenshots
N/A

bug good first issue
directus
jaycammarano
jaycammarano commented May 26, 2022

Describe the Bug

When setting a max value while leaving the min value automatic the minimum value is seen as higher than the max. This causes the page to crash.

To Reproduce

  1. Create a time series
  2. Set the max value
  3. Leave the minimum value unset (Automatic)

Errors Shown

axis.min cannot be greater than axis.max

What version of Directus are you using?

mai

App Bug Good First Issue
Wikipedia
Wikipedia