title
stringlengths 1
544
โ | parent
stringlengths 0
57
โ | created
stringlengths 11
12
โ | editor
stringclasses 1
value | creator
stringclasses 4
values | edited
stringlengths 11
12
โ | refs
stringlengths 0
536
โ | text
stringlengths 1
26k
| id
stringlengths 32
32
|
---|---|---|---|---|---|---|---|---|
psql
|
Postgres CLIs
|
Jan 14, 2021
|
Alan Jo
|
Alan Jo
|
Jun 27, 2022
|
### run sql
```typepsql -U $db_user -d $pg_db -f $sql_file -h $db_host -p $db_port```
> [PostgreSQL Copy Database Made Easy](https://www.postgresqltutorial.com/postgresql-copy-database/)
|
c5a0d98b733a4950aa1cc92dc4b7444f
|
|
reshape
|
Postgres CLIs
|
Feb 1, 2022
|
Alan Jo
|
Alan Jo
|
Feb 1, 2022
|
postgres migration
### Creating a table
```type[[actions]]type = "create_table"name = "users" [[actions.columns]] name = "id" type = "INTEGER" generated = "ALWAYS AS IDENTITY" [[actions.columns]] name = "name" type = "TEXT"```
### Renaming a column
```type[[actions]]type = "alter_column"table = "users"column = "name" [actions.changes] name = "full_name"```
[reshape](https://github.com/fabianlindfors/reshape)
> [Fabian Lindfors](https://fabianlindfors.se/blog/schema-migrations-in-postgres-using-reshape/)
|
eac4c71b01344233a6a2c4ec888f4ff7
|
|
Seeql
|
Postgres GUIs
|
Jan 9, 2022
|
Alan Jo
|
Alan Jo
|
Jan 9, 2022
| null |
[seeql](https://github.com/oslabs-beta/seeql)
|
30fdf8a3768d473184d00f8a38ab6b28
|
pg odyssey
|
PostgreSQL connection poolers
|
Nov 15, 2021
|
Alan Jo
|
Alan Jo
|
Nov 15, 2021
|
[undefined](https://github.com/yandex/odyssey)
|
f22968cc9cf44fb5936b5aedadbd24e9
|
|
PgBouncer
|
PostgreSQL connection poolers
|
Nov 15, 2021
|
Alan Jo
|
Alan Jo
|
Feb 10, 2022
|
[undefined](https://github.com/pgbouncer/pgbouncer)
|
### lightweight connection pooler for PostgreSQL
[pgcat](https://texonom.com/pgcat-715b70ed26ae4b6ebcf1bc230ee0c9e8)
> [PgBouncer - lightweight connection pooler for PostgreSQL](https://www.pgbouncer.org/)
|
ad749c0af43844a9aa16d570cac702b3
|
pgcat
|
PgBouncer
| null | null | null | null | null |
[pgcat](https://github.com/levkk/pgcat)
|
715b70ed26ae4b6ebcf1bc230ee0c9e8
|
PostgREST
|
PostgREST Tools
|
Dec 6, 2021
|
Alan Jo
|
Alan Jo
|
Dec 6, 2021
|
### PostgREST Tools
|Title|
|:-:|
|[postgrest-js](https://texonom.com/postgrest-js-8f65f488a62649f59bbb16be248d354d)|
|
d52ff6a69bf3465290cd4215f5bb98b8
|
|
**`postgrest-js`**
|
PostgREST Tools
|
Dec 6, 2021
|
Alan Jo
|
Alan Jo
|
Dec 6, 2021
|
[undefined](https://github.com/supabase/postgrest-js)
|
### ORM-like restful interface
> [@supabase/postgrest-js | @supabase/postgrest-js](https://supabase.github.io/postgrest-js/)
|
8f65f488a62649f59bbb16be248d354d
|
null |
PostgreSQL Errors
|
May 7, 2021
|
Alan Jo
|
Alan Jo
|
May 7, 2021
| null |
### postgres.conf
### pg_hab.conf
```typehost all all 0.0.0.0/0 md5```
and restart
> [PostgreSQL ์๊ฒฉ ์ ์ ์ could not connect to server: Connection refused ์๋ฌ ํด๊ฒฐ๋ฒ](https://jupiny.com/2016/12/13/could-not-connect-to-server-connection-refused-when-remote-access-to-postgresql/)
|
da1c8b9e025c4befa0f43224e5788c1e
|
citus
|
PostgreSQL Sharding
| null | null | null | null | null |
983116894df246c89990b754dd8ff4a3
|
|
Cosmos DB
|
Realtime Databases
|
May 4, 2020
| null | null | null |
### Relation with BlockChain
> [์ด๊ฒ ๋์ฒด ๋ญํ๋ DB - Azure Cosmos DB](https://youngjaekim.wordpress.com/2019/03/30/%EC%9D%B4%EA%B2%8C-%EB%8C%80%EC%B2%B4-%EB%AD%90%ED%95%98%EB%8A%94-db-azure-cosmos-db/)
|
98c14bcdba9f4dfb82ab17bbf21f08d0
|
|
Datafuse
|
Realtime Databases
|
Aug 6, 2021
| null | null | null |
> [Datafuse](https://datafuse.rs/)
> [GitHub - datafuselabs/datafuse: A Modern Real-Time Data Processing & Analytics DBMS with Cloud-Native Architecture, built to make the Data Cloud easy](https://github.com/datafuselabs/datafuse/?utm_source=tldrnewsletter)
|
c5e3a8e07cc74d10ac8baca1aca7d7ff
|
|
directus
|
Realtime Databases
|
Jan 16, 2022
| null | null | null |
e2400dd3010b42fd832a993f9deb4806
|
||
Realm
|
Realtime Databases
|
May 4, 2020
| null | null | null |
> [์ค์๊ฐ ๋ฐ์ดํฐ๋ฒ ์ด์ค ๋น๊ต: Realm ๋ชจ๋ฐ์ผ ํ๋ซํผ vs. Firebase](https://academy.realm.io/kr/posts/welcome-to-reactive-world/)
|
96bce9d5aa31484fb2491c138e692655
|
|
Risingwave DB
|
Streaming Databases
|
Apr 11, 2022
|
Alan Jo
|
Alan Jo
|
May 11, 2023
|
[risingwave](https://github.com/singularity-data/risingwave) [SQL](https://texonom.com/sql-5fe089d2497740f89bcd84a8e81f5c78)
|
449e4744d1b943aba1776ce22b6ecadf
|
|
Apache Druid
|
TSDBs
|
Apr 25, 2023
|
Alan Jo
|
Alan Jo
|
Apr 25, 2023
|
[druid](https://github.com/apache/druid)
|
[Apache Iceberg](https://texonom.com/apache-iceberg-4aec1fdf5fc34eeca39c01bd831c6e70)
> [Druid | Database for modern analytics applications](https://druid.apache.org/)
|
5ca3292af83241e9be51ad0dce7f002a
|
GreptimeDB
|
TSDBs
|
Nov 17, 2022
|
Alan Jo
|
Alan Jo
|
Nov 17, 2022
|
[greptimedb](https://github.com/grepTimeTeam/greptimedb)
|
06cd75dc4d5843fa94563a5d3a09a6fc
|
|
InfluxDB
|
TSDBs
|
Mar 24, 2021
|
Alan Jo
|
Alan Jo
|
Nov 23, 2021
|
[Grafana](https://texonom.com/grafana-3850a1c34ae647739e77388f445c79f0) [levelDB](https://texonom.com/leveldb-2645096d104f4dd8a4e8cacdf8fd1277) [k6](https://texonom.com/k6-4b2680a5645a43aa9c2e39dde77712c1)
|
### data store๋ฅผ ์ํด ๊ตฌ๊ธ์ด ๋ง๋ key/value database library์ธ leveldb๋ฅผ ์ฌ์ฉ
๋์ ์ฐ๊ธฐ ๋ฐ ์ฟผ๋ฆฌ๋ก๋๋ฅผ ์ฒ๋ฆฌํ๋๋ก ์ค๊ณ๋ ์๊ณ์ด ๋ฐ์ดํฐ๋ฒ ์ด์ค
๋ง์ ์์ ํ์์คํฌํ๊ฐ ์ ์ฉ๋ ๋ชจ๋ ์ ์ค์ผ์ด์ค์ ๋ฐฑ์
์ ์ฅ์๋ก ์ฌ์ฉ
leveldb๋ ๊ธฐ๋ณธ์ ์ผ๋ก ๋ฐ์ดํฐ๋ฅผ compressionํ๊ธฐ ๋๋ฌธ์ ์ฝ๊ธฐ์ ์ญ์ ์ ๋ค์ ๋๋ฆฌ๋ค
### InfluxDB Notion
|Title|
|:-:|
|[Flux Lang](https://texonom.com/flux-lang-2b4ce23656b847449a48dcf2fd5b678c)|
|[Telegraf](https://texonom.com/telegraf-8a1e1e6f66e845f986e13a5575f46ab9)|
|[InfluxDB Notification](https://texonom.com/influxdb-notification-4867bff1dae54d7bbfc436d37b44a70e)|
|[InfluxDB Dashboard](https://texonom.com/influxdb-dashboard-111df6b0b3eb4aaca91a8786f014d6f1)|
|[InfluxDB Task](https://texonom.com/influxdb-task-017936d77e74412b9c357711defa8cb3)|
### InfluxDB Usage
|Title|
|:-:|
|[InfluxDB Client](https://texonom.com/influxdb-client-754d6efb759341af8c347a0826fe4d0e)|
|[InfluxDB Cloud](https://texonom.com/influxdb-cloud-bf4f37349e034c8abea9e24901b0f3e0)|
|[InfluxDB Docker](https://texonom.com/influxdb-docker-f9950e4909554324b437a1f0f36f5091)|
|[InfluxDB Slack](https://texonom.com/influxdb-slack-678d5c408d8d4c879a2540fccb3f45f3)|
> [์ธํ๋ญ์คDB(InfluxDB) #1 - ๊ฐ์ ๋ฐ ํน์ง](https://andro-jinu.tistory.com/entry/InfluxDB1)
> [influxdata/influxdb](https://github.com/influxdata/influxdb)
> [InfluxDB + Grafana](https://k6.io/docs/results-visualization/influxdb-+-grafana)
|
eeccbffc14da40b0944ba7dca325b892
|
RedisTimeSeries
|
TSDBs
|
Nov 17, 2021
|
Alan Jo
|
Alan Jo
|
Nov 17, 2021
|
50d8301410f74fe0bc9438281cb6f4d4
|
||
Apache Iceberg
|
Apache Druid
| null | null | null | null | null |
[iceberg](https://github.com/apache/iceberg)
|
4aec1fdf5fc34eeca39c01bd831c6e70
|
Flux Lang
|
InfluxDB Notion
|
Nov 23, 2021
|
Alan Jo
|
Alan Jo
|
Jun 29, 2022
|
[PRQL](https://texonom.com/prql-4fcfe1a32934472da79dfc0b7345631f)
|
### Flux Lang Usages
|Title|
|:-:|
|[Flux Lang Get](https://texonom.com/flux-lang-get-7289771b42ca44f88fd4eacd577d31da)|
|[Flux Regexp](https://texonom.com/flux-regexp-027586ba979a41aba6f85fc62e450a27)|
|[Flux String](https://texonom.com/flux-string-e9829b63f00248c28dcfce2ce3f77b1e)|
|[Flux Hex](https://texonom.com/flux-hex-34d5a8b1492648d4adda20b7f892ea13)|
|[Float math](https://texonom.com/float-math-efb3ac03eabc4ff9a3fecf4535f50bed)|
|
2b4ce23656b847449a48dcf2fd5b678c
|
InfluxDB Dashboard
|
InfluxDB Notion
|
Apr 15, 2022
|
Alan Jo
|
Alan Jo
|
Apr 15, 2022
|
111df6b0b3eb4aaca91a8786f014d6f1
|
||
InfluxDB Notification
|
InfluxDB Notion
|
Apr 15, 2022
|
Alan Jo
|
Alan Jo
|
Apr 15, 2022
|
Notification check is [InfluxDB Task](https://texonom.com/influxdb-task-017936d77e74412b9c357711defa8cb3)
Notification Endpoint is Webhook
Notification Rule can call Notification Endpoint
> [TL;DR InfluxDB Tech Tips: Configuring a Slack Notification with InfluxDB](https://www.influxdata.com/blog/tldr-influxdb-tech-tips-configuring-slack-notification-with-influxdb/)
|
4867bff1dae54d7bbfc436d37b44a70e
|
|
InfluxDB Task
|
InfluxDB Notion
|
Apr 15, 2022
|
Alan Jo
|
Alan Jo
|
Apr 15, 2022
|
017936d77e74412b9c357711defa8cb3
|
||
Telegraf
|
InfluxDB Notion
|
Nov 11, 2021
|
Alan Jo
|
Alan Jo
|
Nov 23, 2021
|
### agent written in Go for collecting metrics and writing them into **InfluxDB**
[Telegraf nginx](https://texonom.com/telegraf-nginx-e40b798fa38445ef90b42c25d6217700)
[Telegraf CPU](https://texonom.com/telegraf-cpu-924eac5c5383448c9ea8141d7f99fc1e)
[Telegraf InfluxDB](https://texonom.com/telegraf-influxdb-8577b52d9d0344ce904e7df9237fb607)
[Telegraf Config](https://texonom.com/telegraf-config-c478b550b37d4c51b780fc526b0da321)
[Telegraf Docker](https://texonom.com/telegraf-docker-e21c8e0ac0a444f5a50de88de880d166)
[Telegraf Plugin](https://texonom.com/telegraf-plugin-eae10be34dd248f58cf4343d545c9fe6)
|
8a1e1e6f66e845f986e13a5575f46ab9
|
|
Float math
|
Flux Lang Usages
|
Apr 8, 2022
|
Alan Jo
|
Alan Jo
|
Apr 8, 2022
|
### Float math functions
|Title|
|:-:|
|[Float math remainder](https://texonom.com/float-math-remainder-b338fc40ac464eb38924e091e4181433)|
|
efb3ac03eabc4ff9a3fecf4535f50bed
|
|
Flux Hex
|
Flux Lang Usages
|
Apr 8, 2022
|
Alan Jo
|
Alan Jo
|
Apr 8, 2022
|
### Flux Hex functions
|Title|
|:-:|
|[Flux Hex string](https://texonom.com/flux-hex-string-2fd4bd9f960f4b688a9a1023a86afb54)|
|[Flux Hex int](https://texonom.com/flux-hex-int-8892c15fcbec41429f0072b7b901cbf5)|
|[Flux Hex bytes](https://texonom.com/flux-hex-bytes-34c4cbf67a3945c6b54dff00e88292f2)|
```typeimport "contrib/bonitoo-io/hex"```
### string to hex string
```typehex.string(v: bytes(v: "Hello world!"))```
### string to hex int
```typehex.int(v: hex.string(v: bytes(v: "Hello world!")))```
> [https://docs.influxdata.com/flux/v0.x/stdlib/contrib/bonitoo-io/hex/](https://docs.influxdata.com/flux/v0.x/stdlib/contrib/bonitoo-io/hex/)
|
34d5a8b1492648d4adda20b7f892ea13
|
|
Flux Lang Get
|
Flux Lang Usages
|
Nov 23, 2021
|
Alan Jo
|
Alan Jo
|
Nov 23, 2021
|
```typefrom(bucket: "") |> range(start: v.timeRangeStart, stop: v.timeRangeStop) |> filter(fn: (r) => r["_measurement"] == "") |> filter(fn: (r) => r["_field"] =~ /duration|url|method/) |> pivot( rowKey:["_time"], columnKey: ["_field"], valueColumn: "_value" )```
|
7289771b42ca44f88fd4eacd577d31da
|
|
Flux Regexp
|
Flux Lang Usages
|
Nov 11, 2021
|
Alan Jo
|
Alan Jo
|
Apr 3, 2022
|
[Regular Expression](https://texonom.com/regular-expression-5827ff6abf584808b6e1c02b7fa5e25f)
|
> [regexp.replaceAllString() function](https://docs.influxdata.com/flux/v0.x/stdlib/regexp/replaceallstring/)
|
027586ba979a41aba6f85fc62e450a27
|
Flux String
|
Flux Lang Usages
|
Apr 8, 2022
|
Alan Jo
|
Alan Jo
|
Apr 8, 2022
|
### Flux String Functions
|Title|
|:-:|
|[Flux strings.substring()](https://texonom.com/flux-stringssubstring-b2ee094201ce49e9a71a2ad03c770b60)|
|[Flux strings.replaceAll()](https://texonom.com/flux-stringsreplaceall-03524f1de9d841138c315409e9e2c2d9)|
|
e9829b63f00248c28dcfce2ce3f77b1e
|
|
Float math remainder
|
Float math functions
|
Apr 8, 2022
|
Alan Jo
|
Alan Jo
|
Apr 8, 2022
|
b338fc40ac464eb38924e091e4181433
|
||
Flux Hex bytes
|
Flux Hex functions
|
Apr 8, 2022
|
Alan Jo
|
Alan Jo
|
Apr 8, 2022
|
34c4cbf67a3945c6b54dff00e88292f2
|
||
Flux Hex int
|
Flux Hex functions
|
Apr 8, 2022
|
Alan Jo
|
Alan Jo
|
Apr 8, 2022
|
8892c15fcbec41429f0072b7b901cbf5
|
||
Flux Hex string
|
Flux Hex functions
|
Apr 8, 2022
|
Alan Jo
|
Alan Jo
|
Apr 8, 2022
|
2fd4bd9f960f4b688a9a1023a86afb54
|
||
Flux strings.replaceAll()
|
Flux String Functions
|
Apr 8, 2022
|
Alan Jo
|
Alan Jo
|
Apr 8, 2022
|
> [strings.replaceAll() function](https://docs.influxdata.com/flux/v0.x/stdlib/strings/replaceall/)
|
03524f1de9d841138c315409e9e2c2d9
|
|
Flux strings.substring()
|
Flux String Functions
|
Apr 8, 2022
|
Alan Jo
|
Alan Jo
|
Apr 8, 2022
|
> [strings.substring() function](https://docs.influxdata.com/flux/v0.x/stdlib/strings/substring/)
|
b2ee094201ce49e9a71a2ad03c770b60
|
|
Telegraf Config
|
Telegraf
| null | null | null | null | null |
### env
```type"${ENV}"```
> [Configuring Telegraf](https://docs.influxdata.com/telegraf/v1.20/administration/configuration/)
|
c478b550b37d4c51b780fc526b0da321
|
Telegraf CPU
|
Telegraf
| null | null | null | null | null |
> [InfluxDB, Telegraf, Grafana ์์ ๋ฐ ์ด์ ๋ฆฌ 1ํ](https://itprogramming119.tistory.com/entry/Telegraf-InfluxDB-Grafana-CPU-%EC%A7%80%ED%91%9C%EB%A5%BC-Grafana%EC%97%90-%EC%8B%9C%EA%B0%81%ED%99%94%ED%95%98%EB%8A%94-%EC%98%88%EC%A0%9C)
|
924eac5c5383448c9ea8141d7f99fc1e
|
Telegraf Docker
|
Telegraf
| null | null | null | null | null |
> [Telegraf - Official Image | Docker Hub](https://hub.docker.com/_/telegraf)
|
e21c8e0ac0a444f5a50de88de880d166
|
Telegraf InfluxDB
|
Telegraf
| null | null | null | null | null |
### Telegraf InfluxDB Input
### Telegraf InfluxDB output
|
8577b52d9d0344ce904e7df9237fb607
|
Telegraf nginx
|
Telegraf
| null | null | null | null | null |
e40b798fa38445ef90b42c25d6217700
|
|
Telegraf Plugin
|
Telegraf
| null | null | null | null | null |
Telegraf Input Plugin
Telegraf Processor Plugin
Telegraf Aggregator Plugin
Telegraf Output Plugin
|
eae10be34dd248f58cf4343d545c9fe6
|
InfluxDB Client
|
InfluxDB Usage
|
Nov 23, 2021
|
Alan Jo
|
Alan Jo
|
Nov 23, 2021
|
### InfluxDB Clients
|Title|
|:-:|
|[InfluxDB Node](https://texonom.com/influxdb-node-cb779c9c013d4d65a76f1fac6914dbbd)|
|
754d6efb759341af8c347a0826fe4d0e
|
|
InfluxDB Cloud
|
InfluxDB Usage
|
Mar 24, 2021
|
Alan Jo
|
Alan Jo
|
Nov 23, 2021
|
> [InfluxDB Cloud 1](https://cloud.influxdata.com/)
> [InfluxDB Cloud](https://cloud2.influxdata.com/)
|
bf4f37349e034c8abea9e24901b0f3e0
|
|
InfluxDB Docker
|
InfluxDB Usage
|
Mar 24, 2021
|
Alan Jo
|
Alan Jo
|
Nov 23, 2021
|
> [Influxdb - Official Image | Docker Hub](https://hub.docker.com/_/influxdb)
|
f9950e4909554324b437a1f0f36f5091
|
|
InfluxDB Slack
|
InfluxDB Usage
|
Apr 15, 2022
|
Alan Jo
|
Alan Jo
|
Apr 15, 2022
|
[Slack App](https://texonom.com/slack-app-d7f9fe0cea69400fa90ee9721e605aca)
|
> [TL;DR InfluxDB Tech Tips: Configuring a Slack Notification with InfluxDB](https://www.influxdata.com/blog/tldr-influxdb-tech-tips-configuring-slack-notification-with-influxdb/)
|
678d5c408d8d4c879a2540fccb3f45f3
|
InfluxDB Node
|
InfluxDB Clients
|
Mar 24, 2021
|
Alan Jo
|
Alan Jo
|
Nov 23, 2021
|
### Write option default value
- flush 1 minute
> [influxdb-client-js/options.ts at 47b97a8a2868a544d4b12dae56970a268fd01ef3 ยท influxdata/influxdb-client-js](https://github.com/influxdata/influxdb-client-js/blob/47b97a8a2868a544d4b12dae56970a268fd01ef3/packages/core/src/options.ts#L97)
[influxdb-client-js](https://github.com/influxdata/influxdb-client-js)
> [InfluxDB Cloud](https://us-central1-1.gcp.cloud2.influxdata.com/orgs/02e5a165dbbce47a/load-data/client-libraries/javascript-node)
> [https://docs.influxdata.com/influxdb/cloud/api-guide/client-libraries/nodejs/write/](https://docs.influxdata.com/influxdb/cloud/api-guide/client-libraries/nodejs/write/)
|
cb779c9c013d4d65a76f1fac6914dbbd
|
|
HyperDB
|
Local Vector Databases
|
Apr 19, 2023
|
Alan Jo
|
Alan Jo
|
Apr 19, 2023
|
[hyperDB](https://github.com/jdagdelen/hyperDB)
|
f09e4659ae544e699f297514011bea41
|
|
TinyVector
|
Local Vector Databases
|
Jul 4, 2023
|
Alan Jo
|
Alan Jo
|
Jul 4, 2023
|
[tinyvector](https://github.com/0hq/tinyvector)
|
[SQLite](https://texonom.com/sqlite-851a00fbc4004694a5a075ad6b4175fe) + [Pytorch](https://texonom.com/pytorch-2dd232d99b3a46d5b7d1e4e686070686)
|
6953a1f3cb0c4988a62cdab2113a1cd5
|
Get Retake
|
Vector Database Tools
|
Jul 20, 2023
|
Alan Jo
|
Alan Jo
|
Jul 20, 2023
|
[retake](https://github.com/getretake/retake) [Stream Processing](https://texonom.com/stream-processing-1fc4a9c49c144806922512b26c0d8231)
|
### Get Retake Usages
|Title|
|:-:|
|[Get Retake Source](https://texonom.com/get-retake-source-1369f01c39ea4738ba320bededa38e9e)|
|[Get Retake Pipeline](https://texonom.com/get-retake-pipeline-855a4c4121754f37b97864d408e0d83e)|
|[Get Retake Sink](https://texonom.com/get-retake-sink-2d0261b42c8f4708898c824ac8b8526f)|
|
4375d91f483745f2b738d21aa54ed588
|
Velox
|
Vector Database Tools
|
Sep 1, 2022
|
Alan Jo
|
Alan Jo
|
Mar 27, 2023
|
[Meta Platforms](https://texonom.com/meta-platforms-d7c44ce8da1e4eec91d1b11b9e5c2f90) [velox](https://github.com/facebookincubator/velox)
|
[velox](https://github.com/facebookincubator/velox)
|
5c85a91c74794a72be3ddc29a195b25b
|
Get Retake Pipeline
|
Get Retake Usages
|
Jul 20, 2023
|
Alan Jo
|
Alan Jo
|
Jul 20, 2023
|
> [Create Your First Pipeline - Retake](https://docs.getretake.com/quickstart/pipeline)
|
855a4c4121754f37b97864d408e0d83e
|
|
Get Retake Sink
|
Get Retake Usages
|
Jul 20, 2023
|
Alan Jo
|
Alan Jo
|
Jul 20, 2023
|
[Pinecone](https://texonom.com/pinecone-88193d2463fd4b30a4ca69e998eb5ea6)
|
2d0261b42c8f4708898c824ac8b8526f
|
|
Get Retake Source
|
Get Retake Usages
|
Jul 20, 2023
|
Alan Jo
|
Alan Jo
|
Jul 20, 2023
|
[PostgreSQL](https://texonom.com/postgresql-3ae3f466dca04db5a5e1d1f8560f1cfb)
|
> [https://docs.getretake.com/concepts/source](https://docs.getretake.com/concepts/source)
|
1369f01c39ea4738ba320bededa38e9e
|
ChromaDB
|
Vector Databases
|
Apr 19, 2023
|
Alan Jo
|
Alan Jo
|
Jun 11, 2023
|
### ChromaDB Usages
|Title|
|:-:|
|[ChromaDB Python](https://texonom.com/chromadb-python-7d065829f2e1432585b8cd8fb56cfe17)|
|[ChromaDB Javascript](https://texonom.com/chromadb-javascript-e30d19715fe9403894ce8316feb4ca76)|
> [๐ Getting Started | Chroma](https://docs.trychroma.com/getting-started)
|
8af886db7d684e03911a86b652620816
|
|
Inkscape
|
Vector Databases
|
Mar 4, 2023
|
Alan Jo
|
Alan Jo
|
Apr 19, 2023
|
cc6f0e19d24945c38e622c17e2ad0a26
|
||
LilChrip
|
Vector Databases
|
Mar 4, 2023
|
Alan Jo
|
Alan Jo
|
Apr 19, 2023
|
203ef0a0e92145f8be3c4e9c6f5d885e
|
||
Milvus
|
Vector Databases
|
Aug 26, 2022
|
Alan Jo
|
Alan Jo
|
Apr 19, 2023
|
[milvus](https://github.com/milvus-io/milvus)
|
> [Vector database - Milvus](https://milvus.io/)
|
cea02100078b417682129d6e89dde607
|
Pinecone
|
Vector Databases
|
Mar 4, 2023
|
Alan Jo
|
Alan Jo
|
Apr 19, 2023
|
### Pinecone Usages
|Title|
|:-:|
|[Template Page](https://texonom.com/template-page-ce7c4f0ff9e14b9bb1380cea25af2c4c)|
> [Vector Database for Vector Search | Pinecone](https://www.pinecone.io/)
|
88193d2463fd4b30a4ca69e998eb5ea6
|
|
Postgres ML
|
Vector Databases
|
Jun 5, 2023
|
Alan Jo
|
Alan Jo
|
Jun 5, 2023
|
[postgresml](https://github.com/postgresml/postgresml)
|
### Postgres ML Usages
|Title|
|:-:|
|[Postgres ML Cluster](https://texonom.com/postgres-ml-cluster-ed19a03056c54d64b5613dedcf23650c)|
```typeSELECT pgml.transform( 'translation_en_to_fr', inputs => ARRAY[ 'Welcome to the future!', 'Where have you been all this time?' ]) AS french;```
> [Home โ PostgresML](https://postgresml.org/)
|
c76ffeb14137413db210b0d758a47130
|
Qdrant
|
Vector Databases
|
Mar 3, 2023
|
Alan Jo
|
Alan Jo
|
Apr 19, 2023
|
650c2de2b1564ea49ee4608e01e1962a
|
||
Vecteezy
|
Vector Databases
|
Mar 4, 2023
|
Alan Jo
|
Alan Jo
|
Apr 19, 2023
|
1e5899cfb1184ac98dc98e9fb3ec00b9
|
||
Zep
|
Vector Databases
|
Aug 4, 2023
|
Alan Jo
|
Alan Jo
|
Aug 4, 2023
|
[zep](https://github.com/getzep/zep)
> [About - Zep - A long-term memory store for LLM applications](https://docs.getzep.com/)
|
baf811716a174efb8e46811e2878c1c8
|
|
ChromaDB Javascript
|
ChromaDB Usages
|
Jun 11, 2023
|
Alan Jo
|
Alan Jo
|
Jun 11, 2023
|
e30d19715fe9403894ce8316feb4ca76
|
||
ChromaDB Python
|
ChromaDB Usages
|
Jun 11, 2023
|
Alan Jo
|
Alan Jo
|
Jun 11, 2023
|
7d065829f2e1432585b8cd8fb56cfe17
|
||
Template Page
|
Pinecone Usages
|
Mar 27, 2023
|
Alan Jo
|
Alan Jo
|
Mar 27, 2023
|
ce7c4f0ff9e14b9bb1380cea25af2c4c
|
||
Postgres ML Cluster
|
Postgres ML Usages
|
Jun 5, 2023
|
Alan Jo
|
Alan Jo
|
Jun 5, 2023
|
ed19a03056c54d64b5613dedcf23650c
|
||
DB Indexing
|
DB Index
| null | null | null | null | null |
์๊ฐ์ ์ธ๋ฑ์ฑ ํ๋๊ฑด ๊ต์ฅํ ๋นํจ์จ์
์คํธ๋ง์ ์ธ๋ฑ์ฑ๋ ๋นํจ์จ์
string์ int๋ก encode ํด์ ๋ฃ๋ ๋ฐฉ์๋ ์๋ค uuid db ์ง์ ์ํ๋ฉด
์ ๋ง ํ์ํ ์ปฌ๋ผ๋ง ์ธ๋ฑ์ค
์ธ๋ฑ์ค๊ฐ ๊ฑธ๋ฆฐ ์ปฌ๋ผ์ UPDATE๋ผ๋ ๊ฐ๋
์ด ์๋ค.
UPDATE ๋ผ๊ณ ์ฟผ๋ฆฌ๋ฅผ ์ฐ์ง๋ง ์ค์ ๋ก DELETE & INSERT ๋ก ์๋
์ธ๋ฑ์ค๋ฅผ ๋ง์ด ์ถ๊ฐ ํ ์๋ก ์ฉ๋๋ ๋๊ณ ๋ฉ๋ชจ๋ฆฌ๋ ๋ง์ด ์
DB๋ ๊ฒ์์์ง์ด ์๋๋ค ngram indexing nono
๊ฑฐ๋ํ ์คํธ๋ง ๊ฒ์์ ์๋ผ์คํฑ ๊ฐ์๊ณณ ๋๊ธฐํ
> [UUID performance in MySQL?](https://stackoverflow.com/questions/2365132/uuid-performance-in-mysql)
|
a5f72e10c8f149a5a5044e185fbd8d22
|
DB Commit
|
Transaction Notion
|
May 15, 2021
|
Alan Jo
|
Alan Jo
|
May 15, 2021
|
46612fda021149c3984268fa9caca9b8
|
||
DB Transaction Management
|
Transaction Notion
|
Jul 22, 2021
|
Alan Jo
|
Alan Jo
|
Jul 22, 2021
|
> [NAVER D2](https://d2.naver.com/helloworld/407507)
|
6f36cc48cd564a79894697bfc8441b53
|
|
DBlock
|
Transaction Notion
|
May 15, 2021
|
Alan Jo
|
Alan Jo
|
May 15, 2021
|
### DBlocks
|Title|
|:-:|
|[S Lock](https://texonom.com/s-lock-a021e67de56e4dec971a655316e643c6)|
|[X Lock](https://texonom.com/x-lock-dde893d88e104149b67d863b74f9c382)|
RX, RS, S, SRX, X๋ฑ ๋ค์ํ Lock์ด ์กด์ฌ
> [Transaction Isolation Level ์ ๋ฆฌ](https://velog.io/@lsb156/Transaction-Isolation-Level)
|
64be3203a8214995999a748e624c66e8
|
|
Dirty read
|
Transaction Notion
|
May 15, 2021
|
Alan Jo
|
Alan Jo
|
May 15, 2021
|
COMMIT ๋์ง ์์ ๋ฐ์ดํฐ๋ฅผ ์ฝ๋ ํ์
|
166a20c0d0fa487fb1dfa40e2a609fd3
|
|
Isolation Level
|
Transaction Notion
|
May 15, 2021
|
Alan Jo
|
Alan Jo
|
Dec 3, 2021
|
ACID์ ์์น์ ๋๋ฌด ํ์ดํธํ๊ธฐ ์งํค๋ฉด ๋์์ฑ(Concurrency)์ ๋ํ ํผํฌ๋จผ์ค๊ฐ ๋๋ฌด ๋จ์ด์ง๊ธฐ ๋๋ฌธ์ Isolation Level๋ณ๋ก ์ฐจ๋ฑ์ ๋์ด ๋์์ฑ์ ๋ํ ์ด์ ์ ๊ฐ์ง ์ ์๊ฒ
[Read unCommitted](https://texonom.com/read-uncommitted-efe9c799a07a4308b01ad5ae2c6bfbea)
[Read Committed](https://texonom.com/read-committed-c4783f05ced447e1bf4c5cfa0db813bb)
[Repeatable Read](https://texonom.com/repeatable-read-9cf0a863341547b888867f8399ea713f)
[serializable](https://texonom.com/serializable-9f32de78c776418185c4a724b563066f)

> [[Spring] Transactional ์ ๋ฆฌ ๋ฐ ์์ ](https://goddaehee.tistory.com/167)
> [Transaction Isolation Level ์ ๋ฆฌ](https://velog.io/@lsb156/Transaction-Isolation-Level)
|
373dcf2180f8476aa1963f98fc3483f5
|
|
Phantom Read
|
Transaction Notion
|
May 15, 2021
|
Alan Jo
|
Alan Jo
|
May 15, 2021
|
Read Committed, Repeatable Read ๋๊ฐ์ ๊ณตํต์ ์ธ ์ด์๋ Phantom Read๊ฐ ๋ฐ์
ํ๋์ ํธ๋์ญ์
์์ UPDATE ๋ช
๋ น์ด ์ ์ค๋๊ฑฐ๋ ๋ฎ์ด์จ์ง์ ์๋ ๊ฒฝ์ฐ
> [Transaction Isolation Level ์ ๋ฆฌ](https://velog.io/@lsb156/Transaction-Isolation-Level)
|
5e824f3bf5f64570a8d9730e85b7ac3b
|
|
Stored Procedure
|
Transaction Notion
|
Mar 9, 2021
|
Alan Jo
|
Alan Jo
|
May 11, 2023
|
### DataBase์ง Worker๊ฐ ์๋๋ค
DB ๋ด๋ถ์ ์ ์ฅ๋ ์ผ๋ จ์ SQL ๋ช
๋ น๋ฌธ๋ค์ ํ๋์ ํจ์์ฒ๋ผ ์คํํ๊ธฐ ์ํ ์ฟผ๋ฆฌ์ ์งํฉ
๋ณดํต ์์ฐ๋๊ฑฐ ์ถ์ฒ
### create
```typecreate proc```
### call
```typeCALL calculateFees()```
> [Who knows what the tide could bring? : ๋ค์ด๋ฒ ๋ธ๋ก๊ทธ](https://blog.naver.com/gkswndks123/221366496367)
|
21432926d2f446b78102fc604a477264
|
|
Transaction ACID
|
Transaction Notion
|
May 15, 2021
|
Alan Jo
|
Alan Jo
|
Jul 22, 2021
|
- Atomicity - All or Noting
- Consistency - ์คํํด๋ ์ผ๊ด์ฑ ์๋ ๋ฐ์ดํฐ๋ฒ ์ด์ค ์ํ๋ก ์ ์งํ๋ ๊ฒ
> - ๋ฌด๊ฒฐ์ ์ ์ฝ ์กฐ๊ฑด์ ์ํฅ๋ฐ์
- Isolation - ๋ค๋ฅธ ์์
์ด ์๋ผ์ด๋ค๊ฒ (์ฑ๋ฅ ๋๋ฌธ์ ์ ์ฐํ๊ฒ [Isolation Level](https://texonom.com/isolation-level-373dcf2180f8476aa1963f98fc3483f5) ์ ํตํด ์กฐ์ )
- Durability - Transaction์ ์๊ตฌ ๋ฐ์
|
da28e99741e24d96b63a7aac0495ac78
|
|
S Lock
|
DBlocks
|
May 15, 2021
|
Alan Jo
|
Alan Jo
|
May 15, 2021
|
## Shared lock
์ฝ๊ธฐ ์ ๊ธ(Read lock)
์ด๋ค ํธ๋์ญ์
์์ ๋ฐ์ดํฐ๋ฅผ ์ฝ๊ณ ์ ํ ๋ ๋ค๋ฅธ shared lock์ ํ์ฉ์ด ๋์ง๋ง exclusive lock์ ๋ถ๊ฐ
์ฝ๊ฒ ๋งํด ๋ฆฌ์์ค๋ฅผ ๋ค๋ฅธ ์ฌ์ฉ์๊ฐ ๋์์ ์ฝ์ ์ ์๊ฒ ํ๋ ๋ณ๊ฒฝ์ ๋ถ๊ฐํ๊ฒ
|
a021e67de56e4dec971a655316e643c6
|
|
X Lock
|
DBlocks
|
May 15, 2021
|
Alan Jo
|
Alan Jo
|
May 15, 2021
|
## Exclusive lock
## Exclusive lock
Write lock
๋ฐฐํ์ ์ ๊ธ
๋ค๋ฅธ ํธ๋์ญ์
์์ ์ฝ๊ฑฐ๋ ์ฐ์ง ๋ชปํ๊ฒ
|
dde893d88e104149b67d863b74f9c382
|
|
Read Committed
|
Isolation Level
| null | null | null | null | null |
- COMMIT์ด ์๋ฃ๋ ๋ฐ์ดํฐ๋ง SELECT์์ ๋ณด์ด๋ ์์ค์ ๋ณด์ฅ
- ๋๋ถ๋ถ์ DBMS์์ Read Committed๋ฅผ ๊ธฐ๋ณธ์ผ๋ก ์ค์
- Read Committed์ ๋ฌธ์ ๋ ํ๋์ ํธ๋์ญ์
์์์ SELECT๋ฅผ ์ํ ํ ๋๋ง๋ค ๋ฐ์ดํฐ๊ฐ ๋์ผํ๋ค๋ ๋ณด์ฅ์ ํด์ฃผ์ง ์์
- ๋ค๋ฅธ ํธ๋์ ์
์์ ํด๋น ๋ฐ์ดํฐ๋ฅผ COMMIT ํ์ ๊ฒฝ์ฐ์๋ COMMIT๋ ๋ฐ์ดํฐ๋ฅผ ๋ฐํํด์ฃผ๋๊ฒ Read Committed์ ํน์ง
- ์์ ๊ฐ์ ์ด์ ๋ก Read Committed๋ฅผ Non-repeatable Read
|
c4783f05ced447e1bf4c5cfa0db813bb
|
Read unCommitted
|
Isolation Level
| null | null | null | null | null |
- SELECT ์ฟผ๋ฆฌ ์คํ์์ ๋ค๋ฅธ ํธ๋์ญ์
์์ COMMIT ๋์ง ์์ ๋ฐ์ดํฐ๋ฅผ dirty read
- Postgresql์์ READ UNCOMMITTED ๋ ๋ฒจ์ ์ง์ํ์ง ์์
|
efe9c799a07a4308b01ad5ae2c6bfbea
|
Repeatable Read
|
Isolation Level
| null | null | null | null | null |
- ํ ํธ๋์ญ์
์์์ ๋ฐ๋ณตํด์ SELECT๋ฅผ ์ํํ๋๋ผ๋ ์ฝ์ด ๋ค์ด๋ ๊ฐ์ด ๋ณํํ์ง ์์์ ๋ณด์ฅ
- SELECT์ ์ํํ ์๊ฐ์ ๊ธฐ๋กํ ๋ค ๊ทธ ์ดํ์๋ ๋ชจ๋ SELECT ๋ง๋ค ํด๋น ์์ ์ ๊ธฐ์ค์ผ๋ก Consistent Read๋ฅผ ์ํ
- ํธ๋์ญ์
๋์ค ๋ค๋ฅธ ํธ๋์ญ์
์ด COMMIT ๋๋๋ผ๋ ์๋ก์ด COMMIT ๋ ๋ฐ์ดํฐ๋ ๋ณด์ด์ง ์๊ฒ
- ์ฒซ SELECT ์์ SNAPSHOT ์์ฑ
|
9cf0a863341547b888867f8399ea713f
|
serializable
|
Isolation Level
| null | null | null | null | null |
- ๋ชจ๋ ์์
์ ํ๋์ ํธ๋์ ์
์์ ์ฒ๋ฆฌํ๋ ๊ฒ๊ณผ ๊ฐ์ ๊ฐ์ฅ ๋์ ๊ณ ๋ฆฝ์์ค์ ์ ๊ณต
- Phantom Read ํ๋๋ ์์
|
9f32de78c776418185c4a724b563066f
|
Database Encryption
|
DB Usages
|
Mar 3, 2023
|
Alan Jo
|
Alan Jo
|
May 11, 2023
|
[Cryptography](https://texonom.com/cryptography-ee7fed265000434480a84195a9923bdb)
|
> [Database encryption](https://en.wikipedia.org/wiki/Database_encryption)
> [Database Cryptography Fur the Rest of Us - Dhole Moments](https://soatok.blog/2023/03/01/database-cryptography-fur-the-rest-of-us/)
|
9f2cd873d78e45978efe77304372f035
|
DB Connection Pool
|
DB Usages
|
Jan 13, 2020
|
Alan Jo
|
Alan Jo
|
Jul 21, 2022
|
### ์ผ๋ฐ์ ์ธ Connection Pool์ ์ด์ฉํ๋ฉด ๋์ ์ ์์ ์๋ฅผ ๋ฒ์ด๋๊ฒ ๋ ๊ฒฝ์ฐ ์๋ฌ(์์ธ)๊ฐ ๋ฐ์ํ๊ฒ ๋ฉ๋๋ค
๋ฏธ๋ฆฌ Connection ๊ฐ์ฒด๋ฅผ ์์ฑํ๊ณ ํด๋น Connection ๊ฐ์ฒด๋ฅผ ๊ด๋ฆฌํ๋๊ฒ์ ์๋ฏธ
์ฌ๋ฌ๋ฒ ์ด์ฐจํผ db์ ์ํ ํ
๋ฐ ๋ง๋ค์ด๋๊ณ ์ฐ๋๊ฑฐ
์ฐ๊ฒฐ์ด ๋๋๋ฉด ๋ค์ Pool์ ๋๋ ค์ค๋๋ค
> [[DB]Connection Pool](https://brownbears.tistory.com/289)
|
a85dbef1b65e45f4a2cfdfe63befaf32
|
|
DB Injection
|
DB Usages
|
Jan 10, 2020
|
Alan Jo
|
Alan Jo
|
Jul 21, 2022
|
์๋ฒ ์์ค๊ณ ๋ฐ๋ก db ์ฌ์ฉ
ํดํน ๋ฐฉ๋ฒ ์ผ์ข
- ์ฝ๋์ฝ์
php
|
fdc6a735d489420abcdc83345102dc52
|
|
DB Logging
|
DB Usages
|
Mar 9, 2021
|
Alan Jo
|
Alan Jo
|
Jul 21, 2022
|
์๋ฃ๋๊ฒ ์ข์
๋ก๊น
๋ง์ ์ํ ๊ฒ(db๋)์ ์ด์ฉํ์
|
ed4901452b7f4144a6e40d7645694781
|
|
DB Migration
|
DB Usages
|
Aug 12, 2021
|
Alan Jo
|
Alan Jo
|
Dec 11, 2022
|
[dbatools](https://github.com/dataplat/dbatools)
|
[Datastreams](https://texonom.com/datastreams-da91535f60e345fcb77f2e162e857f74)
[Embulk](https://texonom.com/embulk-efc894b44e4e42eaafbf0f3630272944)
> [Get Rid of Your Old Database Migrations](https://andrealeopardi.com/posts/get-rid-of-your-old-database-migrations/)
|
356ed3527120493f9046d471301d31d5
|
DB Tool
|
DB Usages
|
May 11, 2023
|
Alan Jo
|
Alan Jo
|
May 11, 2023
|
### DB Tools
|Title|
|:-:|
|[SQL](https://texonom.com/sql-5fe089d2497740f89bcd84a8e81f5c78)|
|[DB Studio](https://texonom.com/db-studio-fd4a70f92fb542478c8b8941edfe69fe)|
|[Peanut](https://texonom.com/peanut-12f3e57fe3044ed29301f6388d9dde24)|
|[ORM](https://texonom.com/orm-952d60d4600a456a976d29042308cd70)|
|[ODBC](https://texonom.com/odbc-6edd664ec2834fa282c181b8e7be8619)|
|[JQL](https://texonom.com/jql-cf6e2fa9ebb84e4e8c20445c302a8664)|
|[PRQL](https://texonom.com/prql-4fcfe1a32934472da79dfc0b7345631f)|
|[MVCC](https://texonom.com/mvcc-a2692842504b43af850d9072cd8317e8)|
|
9c4e4f8a158c4c798087ae4440db6897
|
|
Datastreams
|
DB Migration
| null | null | null | null | null |
> [Data Migration - DataStreams](http://datastreams.co.kr/consulting-service/data-migration/)
|
da91535f60e345fcb77f2e162e857f74
|
Embulk
|
DB Migration
| null | null | null | null | null |
> [Embulk](https://www.embulk.org/)
|
efc894b44e4e42eaafbf0f3630272944
|
DB Studio
|
DB Tools
|
Mar 28, 2020
|
Alan Jo
|
Alan Jo
|
May 11, 2023
|
### DB Studios
|Title|
|:-:|
|[Arctype](https://texonom.com/arctype-a302f8ed4dd64b78a5e6417fe16e4c3f)|
|[Beekeeper Studio](https://texonom.com/beekeeper-studio-aad426db81ba4beabc80fd143d4d697a)|
|[Azure Data Studio](https://texonom.com/azure-data-studio-f4c001257965442da8fb2d1b13edb2ed)|
|[Heidi SQL](https://texonom.com/heidi-sql-0b41a17c0de349208681cd7f9d07736c)|
|[MySQL Workbench](https://texonom.com/mysql-workbench-2d3242df7dfe44c3bda82214de3c5bc5)|
|[SQLGate](https://texonom.com/sqlgate-b07613d64da04075874f26eaeedb0d11)|
|
fd4a70f92fb542478c8b8941edfe69fe
|
|
JQL
|
DB Tools
|
Dec 5, 2021
|
Alan Jo
|
Alan Jo
|
May 11, 2023
|
> [JQLโ-โRust based JSON Query Language](https://medium.com/short-bits/jql-rust-based-json-query-language-ed1d7c6a1ae0)
|
cf6e2fa9ebb84e4e8c20445c302a8664
|
|
MVCC
|
DB Tools
|
Aug 23, 2022
|
Alan Jo
|
Alan Jo
|
May 11, 2023
|
## Multi Version Concurrency Control
ํ๋์ ๋ ์ฝ๋์ ์ฌ๋ฌ ๋ฒ์ ์ด ๊ด๋ฆฌ๋๋ค
> [MVCC ๋?](https://velog.io/@yangsijun528/MVCC-%EB%9E%80)
|
a2692842504b43af850d9072cd8317e8
|
|
ODBC
|
DB Tools
|
Jun 5, 2020
|
Alan Jo
|
Alan Jo
|
May 11, 2023
|
### ODBC(Open DataBase Connectivity)๋ ๋ง์ดํฌ๋ก์ํํธ๊ฐ ๋ง๋ , ๋ฐ์ดํฐ๋ฒ ์ด์ค์ ์ ๊ทผํ๊ธฐ ์ํ ์ํํธ์จ์ด์ ํ์ค ๊ท๊ฒฉ
>
> ๊ฐ ๋ฐ์ดํฐ๋ฒ ์ด์ค์ ์ฐจ์ด๋ ODBC ๋๋ผ์ด๋ฒ์ ํก์๋๊ธฐ ๋๋ฌธ์ ์ฌ์ฉ์๋ ODBC์ ์ ํด์ง ์์์ ๋ฐ๋ผ์ ํ๋ก๊ทธ๋จ์ ์ฐ๋ฉด ์ ์์ฒ์ ๋ฐ์ดํฐ๋ฒ ์ด์ค๊ฐ ์ด๋ ํ ๋ฐ์ดํฐ๋ฒ ์ด์ค ๊ด๋ฆฌ ์์คํ
์ ๊ด๋ฆฌ๋๊ณ ์๋์ง ์์ํ ํ์ ์์ด ์ ๊ทผํ ์ ์๋ค
>> [JDBC์ ODBC์ ์ฐจ์ด์ ์ ๋ํด์](https://ojava.tistory.com/24)
> 
|
6edd664ec2834fa282c181b8e7be8619
|
|
ORM
|
DB Tools
|
Feb 22, 2020
|
Alan Jo
|
Alan Jo
|
Jul 4, 2023
|
### Object Relational Mapping
๊ฐ์ฒดํ ๋ฐ์ดํฐ(Object)์ ๊ด๊ณํ ๋ฐ์ดํฐ(RDB์ ํ
์ด๋ธ)์ฌ์ด์์ ๊ฐ๋
์ ์ผ๋ก ์ผ์นํ์ง ์๋ ๋ถ๋ถ์ ํด๊ฒฐํ๊ธฐ ์ํ์ฌย ์ด ๋ ์ฌ์ด๋ฅผ Mappingํ๋ ๊ฒ
- ๊ฐ์ฒดํ ๋ฐ์ดํฐ์ ๊ด๊ณํ ๋ฐ์ดํฐ์ ๊ฐ ์์ฑ๋ค์ ๋งคํํ ๊ฒฝ์ฐ, ๊ด๊ณํ ๋ฐ์ดํฐ๋ฅผ ๊ฐ์ฒดํ ๋ฐ์ดํฐ์ฒ๋ผ ์ฌ์ฉ๊ฐ๋ฅํ๋ค
- SQL๋ฌธ ์์ฑ ์์ด ๊ฐ๋จํ ๋งคํ์ค์ ์ผ๋ก ๋ฐ์ดํฐ ๋ฒ ์ด์ค์ ํ
์ด๋ธ ๋ฐ์ดํฐ๋ฅผ ๊ฐ์ฒด๋ก ์ ๋ฌ๋ฐ์ ์ ์๋ ๊ฒ
[N+1 Problem](https://texonom.com/n1-problem-c4fcec25b02841d38e7f75aded5e0d7c)
- ORM์ DBMS์ ์ข
์์ ์ด์ง ์๋ค
- ์ํฐํฐ ๋งค๋์ (Entity Manager)์ ์์์ฑ ์ปจํ
์คํธ(Persistence Context)๊ฐ ๊ธฐ๋ณธ์ ์ธ ๊ตฌ์ฑ์์
- ์ํฐํฐ ๋งค๋์ ๋ ์ํฐํฐ๋ฅผ ์ ์ฅ, ์กฐํ, ์์ , ์ญ์ ํ๋ ์ผ์ ๊ด๋ฆฌํ๊ณ ์ฒ๋ฆฌํ๋ค.
- ์์์ฑ ์ปจํ
์คํธ๋ ์ํฐํฐ ๋งค๋์ ๊ฐ ์ํฐํฐ๋ฅผ ์ ์ฅ, ์กฐํ์ ๊ฐ์ ์์
- ์์์ฑ ์ปจํ
์คํธ๋ ์ํฐํฐ ๋งค๋์ ๋ฅผ ํตํด์๋ง ์ ๊ทผ์ด ๊ฐ๋ฅํ๋ค.
> [[๊ฐ๋ฐ์์] 17. ORM](https://asfirstalways.tistory.com/110)
|
952d60d4600a456a976d29042308cd70
|
|
Peanut
|
DB Tools
|
Jul 30, 2021
|
Alan Jo
|
Alan Jo
|
May 11, 2023
|
## Deploy Databases and Services Easily with Pipelines
- MySQL.
- MariaDB.
- PostgreSQL.
- Redis.
- Etcd.
- Grafana.
- Elasticsearch.
- MongoDB.
- Graphite.
- Prometheus.
- Zipkin.
- Memcached.
- Mailhog.
- Jaeger.
- RabbitMQ.
- Consul.
- Vault.
|
12f3e57fe3044ed29301f6388d9dde24
|
|
PRQL
|
DB Tools
|
Jun 29, 2022
|
Alan Jo
|
Alan Jo
|
May 11, 2023
|
### pipelined SQL replacement
### PRQL Usages
|Title|
|:-:|
> [GitHub - prql/prql: PRQL is a modern language for transforming data - a simple, powerful, pipelined SQL replacement](https://github.com/prql/prql)
> [PRQL](https://prql-lang.org/)
|
4fcfe1a32934472da79dfc0b7345631f
|
|
SQL
|
DB Tools
|
Jan 12, 2020
|
Alan Jo
|
Alan Jo
|
May 11, 2023
|
### SQL Notion
|Title|
|:-:|
|[SQL Key](https://texonom.com/sql-key-8442d8ea8f1d493ea7a753487120af46)|
### SQL Usages
|Title|
|:-:|
|[SQL Query](https://texonom.com/sql-query-15eaeb51372d426d985d1d4173103803)|
|[SQL Parser](https://texonom.com/sql-parser-e3d6c69af71042f9b386c39af7a9fb30)|
|[SQL Option](https://texonom.com/sql-option-54d51ac20db44a2ab64bce354625b9b6)|
|[SQL Tool](https://texonom.com/sql-tool-d8758569dae44e7ca608b46485c043bb)|
|[AI SQL](https://texonom.com/ai-sql-ceb02a1e3cd04770977a8f9980037d61)|
> [Parsing SQL - Strumenta](https://tomassetti.me/parsing-sql/)
|
5fe089d2497740f89bcd84a8e81f5c78
|
|
Arctype
|
DB Studios
|
Jan 16, 2022
| null | null | null |
[PostgreSQL](https://texonom.com/postgresql-3ae3f466dca04db5a5e1d1f8560f1cfb)
|
## Monster PostgreSQL GUI
- Workspace ์ฟผ๋ฆฌ Cloud ๋๊ธฐํ ๋ฐ ๊ณต์
- JSONB ์นผ๋ผ, DB Views, Functions ํ์ถ UI
- ์์ฒด ๋์๋ณด๋ ๊ธฐ๋ฅ์ผ๋ก ๋ฐ์ดํฐ ์๊ฐํ
> [Untitled](https://arctype.com/install/)
|
a302f8ed4dd64b78a5e6417fe16e4c3f
|
Azure Data Studio
|
DB Studios
|
Feb 18, 2020
| null | null | null |


Note book ipynb ํํ์ sql ์์ฑ๊ฐ๋ฅ
|
f4c001257965442da8fb2d1b13edb2ed
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.