About Cosense
Help
Log in
未来の自分を助けるメモ
d
a
t
a
b
a
s
e
Related
Sort by
Related
Modified
Created
Last visited
Most linked
Page rank
Title
Links
vector databases
[Vector Store]は[OpenAI]のvector database [OpenAI Assistants API]で使える近いベクトルを持ってきたいが、全数マッチは時間がかかるので、その探索方式やデータの保存(index?)方式に工夫がある?アルゴリズム[ベクトル検索エンジンQdrantの紹介 https://zenn.dev/yskaksk/articles/qdrant-intro]
MySQL
passwordはどこ? mysql5.7で。[Where is the MySQL 5.7 root password? - Percona Database Performance Blog https://www.percona.com/blog/2016/05/18/where-is-the-mysql-5-7-root-password/]ubuntuで入れた場合、rootでemptyだが、socket形式でないとアクセスできない。localhostではアクセスできない。
FastAPI
[OpenAPI]の3.02>openapi_version: The version of the OpenAPI specification used. By default, the latest: 3.0.2.[Extending OpenAPI - FastAPI https://fastapi.tiangolo.com/advanced/extending-openapi/][Flask]から乗り換え検討
collation
照合[Database]において、値の一致やソートなどで値の比較をする必要がある。その際に、[What is Collation in Databases? https://database.guide/what-is-collation-in-databases/]実際に、並べ替えの規則、大文字小文字区別、英語でない多言語での文字の順番などをどうするかがある。[MySQL]では、
DML
Data Manipulation Language[DDL]と違う? Data Definition Languageと[DDLとDMLの違い - ITを分かりやすく解説 https://medium-company.com/ddl%E3%81%A8dml%E3%81%AE%E9%81%95%E3%81%84/]スキーマの変更をするのがDDLデータの変更をするのがDML
Change Data Capture
[Database]のdataのの変更を取得して、その後、何かで利用するスキーマ変更に対応するのは、やり方・DBによりけり?[MySQL to BigQuery 転送(CDC) - 共通機能 https://documents.trocco.io/docs/mysql-to-bigquery-cdc][メルペイDataPlatformのCDC DataPipeline | メルカリエンジニアリング https://engineering.mercari.com/blog/entry/20220420-5d89f9d9c7/]
Google Cloud SQL
メリット[Cloud SQL のよくある質問 | Cloud SQL ドキュメント | Google Cloud https://cloud.google.com/sql/faq?authuser=2&hl=ja#benefits]> 些末ではあっても必要であり時間が...(パッチの適用、アップデート、バックアップの管理、レプリケーションの構成など)を Google に任せる..ポイントインタイムリカバリとバイナリログ
attach
[attach Meaning in the Cambridge English Dictionary https://dictionary.cambridge.org/dictionary/english/attach]>to fasten, join, or connect something:IT分野ではいろんなところで使われるのだが、イメージがわかない。(本来)離れてるものを接続するという一般的なイメージしかもてない。
Firebase DatabaseReference
> This class is [[the starting point]] for all Database operations. After you've initialized it with a URL, you can use it to read data, write data, and to create new DatabaseReferences.>represents [[a particular location]] in your Database and can be used for reading or writing data
B-tree
flask migration
[The Flask Mega-Tutorial Part IV: Database - miguelgrinberg.com https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-iv-database]なじんでないので、まずは手順に沿う。[Flask-Migrate https://flask-migrate.readthedocs.io/en/latest/]の場合 commandで
tuple
googleすると、quituple, octuple みたなものからきてるよう. 1950年くらいから使用が始まってる最近の単語画像検索すると、[RDB], [database]と関連した説明が多く、そっち由来なのか。records, rows, tuples は似たものを指す? 行志向のデータ構造で、行単位の塊?pythonでは、頻繁に使われる。#namedtuple #English #python
index
名詞でも動詞でも使われる。名詞は複数形を取る。動詞検索すると、 computer分野としては、> a set of items each of which specifies one of the records of a file and contains information about its addressレコード集合を特定する(アイテムの)集合
cursor
#English カーソルカーソルは一般的に使われる?ような気がするけど、coding?の世界だと、DB上の特定の場所?としての意味で使われる。[Cursor (databases) - Wikipedia https://en.wikipedia.org/wiki/Cursor_(databases)]> cursor is a control structure that enables traversal over the records in a database.
Created
a few seconds ago
by
kimiyuki shirai
Updated
a few seconds ago
by
kimiyuki shirai
Views: 1
Page rank: 0
Copy link
Copy readable link
database