並び順

ブックマーク数

期間指定

  • から
  • まで

81 - 120 件 / 2168件

新着順 人気順

Databaseの検索結果81 - 120 件 / 2168件

  • MySQL 8.0.20 でHASH JOINが効くケースが拡大した - mita2 database life

    TLDR; MySQL 8.0.20 から INNER JOIN だけじゃなくて、Semi joinや Left/Right outer join でも HASH JOIN が使えるようになったよ MySQL 8.0.20 では (EXPLAIN ANALYZEではなく)EXPLAIN でも、HASH JOINが使われているか、表示されるようになったよ MySQL 8.0.19 から、optimizer_switch で HASH JOIN の OFF/ON がコントロールできなくなったよ MySQL 8.0.20 Release Note Hash joins are now used any time a nested block loop would be employed. This means that hash joins can be used for the followi

      MySQL 8.0.20 でHASH JOINが効くケースが拡大した - mita2 database life
    • オラクル、次期Oracleデータベースの開発者向け無償版「Oracle Database 23c Free - Developer Release」提供開始。JavaScriptストアドプロシージャなど

      オラクル、次期Oracleデータベースの開発者向け無償版「Oracle Database 23c Free - Developer Release」提供開始。JavaScriptストアドプロシージャなど オラクルは、12カ月以内にリリースが予定されている次期Oracleデータベース「Oracle Database 23c」の開発者向け無償版「Oracle Database 23c Free - Developer Release」の提供を開始したことを発表しました。 これにより開発者は正式版のOracle Database 23cのアプリケーション対応などの準備を進めることが可能になります。 開発者向けの無償版「Oracle Database 23c Free—Developer Release」を発表しました。 Oracle Database 23cの主要な新機能やツールを新しいアプリケ

        オラクル、次期Oracleデータベースの開発者向け無償版「Oracle Database 23c Free - Developer Release」提供開始。JavaScriptストアドプロシージャなど
      • From Web SQL to SQLite Wasm: the database migration guide  |  Blog  |  Chrome for Developers

        Required background The post Deprecating and removing Web SQL announced the deprecation of the Web SQL database technology. While the technology itself may be deprecated, the use cases addressed by the technology very much are not, so the follow-up post SQLite Wasm in the browser backed by the Origin Private File System, outlines a replacement set of technologies based on the SQLite database, comp

        • オラクル、標準のPostgreSQLより最大3倍速い「OCI Database with PostgreSQL」を正式サービスとして提供開始

          オラクル、標準のPostgreSQLより最大3倍速い「OCI Database with PostgreSQL」を正式サービスとして提供開始 オラクルはOracle Cloud上でPostgreSQLをマネージドサービスとして提供する「OCI Database with PostgreSQL」の正式サービス化を発表しました。 同社はデータベースに最適化されたストレージ(DbOS:Database Optimized Storage)を用いることでトランザクション処理エンジンがストレージ層から切り離されており、これにより標準の PostgreSQL 構成と比較して最大3倍の性能向上が実現されているとのことです。 DbOSは、異なるアベイラビリティドメインに分散配置されたストレージで構成された仮想的な共有ブロックストレージです。ストレージ間でクオラムベースのレプリケーションが行われています。

            オラクル、標準のPostgreSQLより最大3倍速い「OCI Database with PostgreSQL」を正式サービスとして提供開始
          • The growing pains of database architecture | Figma Blog

            While these fixes moved the needle, they had limitations. By analyzing our database traffic, we learned that writes— like gathering, updating, or deleting data—contributed to a significant portion of database utilization. Additionally, not all reads or data fetching could be moved to replicas due to application sensitivity to replication lag. So, from both a read and write perspective, we still ne

              The growing pains of database architecture | Figma Blog
            • dbdev | The Database Package Manager

              basejump A collection of functions designed to make testing Supabase projects easier

                dbdev | The Database Package Manager
              • Amazon DynamoDB: A Scalable, Predictably Performant, and Fully Managed NoSQL Database Service

                • GitHub - stoneatom/stonedb: StoneDB is an Open-Source MySQL HTAP and MySQL-Native DataBase for OLTP, Real-Time Analytics, a counterpart of MySQLHeatWave. (https://stonedb.io)

                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                    GitHub - stoneatom/stonedb: StoneDB is an Open-Source MySQL HTAP and MySQL-Native DataBase for OLTP, Real-Time Analytics, a counterpart of MySQLHeatWave. (https://stonedb.io)
                  • 『家族アルバム みてね』 AWSマルチリージョン構成における データベース運用 / FamilyAlbum Database in AWS multi-region

                    【TimeTree × みてね勉強会】 グローバル対応への挑戦 〜SRE/インフラ編〜 https://mixi.connpass.com/event/285041/

                      『家族アルバム みてね』 AWSマルチリージョン構成における データベース運用 / FamilyAlbum Database in AWS multi-region
                    • Amazon RDS for Postgre のリリースカレンダーSQL - Amazon Relational Database Service

                      翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。 Amazon RDS for Postgre のリリースカレンダーSQL Amazon RDS for PostgreSQL メジャーバージョンのリリースカレンダー RDS for PostgreSQL メジャーバージョンは、少なくとも対応するコミュニティバージョンのコミュニティのサポート終了までは、標準サポートで利用できます。標準サポートRDS終了日を過ぎても、有料でメジャーバージョンを引き続き実行できます。詳細については、「Amazon RDS延長サポートの使用」および「Amazon のRDS料金」を参照してください。 次の日付を参考にすると、テストおよびアップグレードのサイクルを計画することができます。

                      • How we built a serverless SQL database

                        We recently announced general availability (GA) for Serverless, with support for change data capture (CDC), backup and restore, and a 99.99% uptime SLA. Read on to learn how CockroachDB Serverless works from the inside out, and why we can give it away for free – not free for some limited period, but free. It required some significant and fascinating engineering to get us there. I think you’ll enjo

                          How we built a serverless SQL database
                        • Oracle Database 23ai がリリースされたので作成してみてみた - Qiita

                          Oracle Database 23ai がリリースされました。このデータベースのリリースでは AI に重点を置いているため、データベースの名前を Oracle Database 23c から Oracle Database 23ai に変更することにしました。この Long-Term Support Release には、Oracle AI Vector Searchと、データによるAIの使用の簡素化、アプリ開発の加速、ミッションクリティカルなワークロードの実行に焦点を当てた300を超える追加の主要機能が含まれています。 ⚫︎ AI and Converged Data: Oracle's Strategy for Data Management Larry Ellison と Juan Loaiza が、Oracle Database 23ai の GenAI 戦略と、Oracle D

                            Oracle Database 23ai がリリースされたので作成してみてみた - Qiita
                          • 22-Year-Old Vulnerability Reported in Widely Used SQLite Database Library

                            A high-severity vulnerability has been disclosed in the SQLite database library, which was introduced as part of a code change dating all the way back to October 2000 and could enable attackers to crash or control programs. Tracked as CVE-2022-35737 (CVSS score: 7.5), the 22-year-old issue affects SQLite versions 1.0.12 through 3.39.1, and has been addressed in version 3.39.2 released on July 21,

                              22-Year-Old Vulnerability Reported in Widely Used SQLite Database Library
                            • Lambda Store: Serverless Database for Redis®

                              Lambda Store Serverless Database for Redis®* Run Lambda Store Database without thinking about the servers. Start for free, then just pay for what you use. Create your serverless database in seconds. Start For Free Lambda Store has been designed to be serverless from day 1. You create the database without knowing about the backend servers. We maintain it, we deal with any issue if anything happens.

                              • Amazon DynamoDB: A Scalable, Predictably Performant, and Fully Managed NoSQL Database Service | USENIX

                                Amazon DynamoDB: A Scalable, Predictably Performant, and Fully Managed NoSQL Database Service Mostafa Elhemali, Niall Gallagher, Nicholas Gordon, Joseph Idziorek, Richard Krog, Colin Lazier, Erben Mo, Akhilesh Mritunjai, Somu Perianayagam ,Tim Rath, Swami Sivasubramanian, James Christopher Sorenson III, Sroaj Sosothikul, Doug Terry, Akshat Vig, Amazon Web Services Amazon DynamoDB is a NoSQL cloud

                                • MySQL Database Service と Amazon RDS のベンチマーク比較 | スマートスタイル TECH BLOG

                                  はじめに 各クラウドベンダーからMySQLベースのマネージドサービスが提供されていますが、今回 MySQL Database Service (以降、MDSと表記) と、代表的な MySQL ベース DBaaS である Amazon RDS とで、ベンチマークを通じて、その違いを探ってみました。 ベンチマーク環境や前提条件など 今回のベンチマーク計測では、対象の両サービスでスペックやパラメータは揃えて比較する方針とし、いずれかが不利になるような設定変更やチューニングは施さないことを前提としています。 しかしながら、それぞれのサービスごとに仕様が異なる点もあり、変更がきかず条件が揃えられない部分も少なからずあります。 そこは、該当サービスの特色・特徴と捉えて、そのままの状態とします。 また、今回はシングルインスタンス構成での計測とし、レプリケーションや高可用性構成に準ずるようなトポロジー構成

                                    MySQL Database Service と Amazon RDS のベンチマーク比較 | スマートスタイル TECH BLOG
                                  • Join the preview of Amazon Aurora Limitless Database | Amazon Web Services

                                    AWS News Blog Join the preview of Amazon Aurora Limitless Database Today, we are announcing the preview of Amazon Aurora Limitless Database, a new capability supporting automated horizontal scaling to process millions of write transactions per second and manage petabytes of data in a single Aurora database. Amazon Aurora read replicas allow you to increase the read capacity of your Aurora cluster

                                      Join the preview of Amazon Aurora Limitless Database | Amazon Web Services
                                    • GitHub Advisory DatabaseのRSSフィードを作った

                                      GitHub Advisory DatabaseのRSSフィードがなかったの作りました JSON FeedとAtomフィードを出力しています。 基本的にはJSON Feedをメインにしてますが、SlackがJSON FeedをサポートしてなかったのでAtomを追加しました。 RSS Feeds for GitHub Advisory Database GitHub Advisory Databaseは、脆弱性のデータベースでRubyとかGoとかnpmとかRustとか言語ごとの脆弱性が集まっています。また、GitHub自体がセキュリティアドバイザリーの仕組みを持っているので、外部の脆弱性データベースにないものとかもあります。 About GitHub Security Advisories - GitHub Docs JavaScriptだとnpm auditとかはこのデータベースを参照した

                                        GitHub Advisory DatabaseのRSSフィードを作った
                                      • MySQL 8.0 でも utf8mb4_general_ci を使い続けたい僕らは - mita2 database life

                                        このエントリーは MySQL Advent Calendar 2020 の 12/7 のエントリーです。 照合順序(COLLATION)とは 照合順序は文字列の比較やソート順のルールのことです。各キャラクタセットごとに照合順序が定義されています。 -- SHOW COLLATIONS で一覧が見れる mysql> SHOW COLLATIONS; +----------------------------+----------+-----+---------+----------+---------+---------------+ | Collation | Charset | Id | Default | Compiled | Sortlen | Pad_attribute | +----------------------------+----------+-----+-------

                                          MySQL 8.0 でも utf8mb4_general_ci を使い続けたい僕らは - mita2 database life
                                        • GitHub - small-tech/jsdb: A transparent, in-memory, streaming write-on-update JavaScript database for Small Web applications that persists to a JavaScript transaction log.

                                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                            GitHub - small-tech/jsdb: A transparent, in-memory, streaming write-on-update JavaScript database for Small Web applications that persists to a JavaScript transaction log.
                                          • GitHub - danvergara/dblab: The database client every command line junkie deserves.

                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                              GitHub - danvergara/dblab: The database client every command line junkie deserves.
                                            • GitHub - adaptive-scale/dbchaos: Stress-test your database with pre-defined queries. Generate synthetic data and events statically or with GPT.

                                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                GitHub - adaptive-scale/dbchaos: Stress-test your database with pre-defined queries. Generate synthetic data and events statically or with GPT.
                                              • Physically Based - The PBR values database

                                                The color of blood depends on its oxygen level. When there is plenty of oxygen, the color is a brighter red. The reason is because of a protein called hemoglobin, which carries the oxygen in your blood. When hemoglobin has a full oxygen load, it has a bright red color, and when it's deoxygenated it's a darker red. For example, arterial and capillary blood is bright, and venous blood is dark.

                                                  Physically Based - The PBR values database
                                                • GitHub - cozodb/cozo: A transactional, relational-graph-vector database that uses Datalog for query. The hippocampus for AI!

                                                  Version v0.7: after HNSW vector search from 0.6, in 0.7 we bring to you MinHash-LSH for near-duplicate search, full-text search, Json value support and more! See here for more details. Version v0.6 released! This version brings vector search with HNSW indices inside Datalog, which can be integrated seamlessly with powerful features like ad-hoc joins, recursive Datalog and classical whole-graph alg

                                                    GitHub - cozodb/cozo: A transactional, relational-graph-vector database that uses Datalog for query. The hippocampus for AI!
                                                  • Skip the API, Ship Your Database

                                                    Skip the API, Ship Your Database Author Name Ben Johnson @benbjohnson @benbjohnson Image by Annie Ruygt With Fly.io, you can get your app running globally in a matter of minutes, and with LiteFS, you can run SQLite alongside your app! Now we’re introducing LiteFS Cloud: managed backups and point-in-time restores for LiteFS. Try it out for yourself! My favorite part about building tools is discover

                                                      Skip the API, Ship Your Database
                                                    • オラクル、MongoDB互換API「Oracle Database API for MongoDB」をAutonomous JSON Databaseで提供開始

                                                      オラクル、MongoDB互換API「Oracle Database API for MongoDB」をAutonomous JSON Databaseで提供開始 オラクルは、MongoDB互換APIである「Oracle Database API for MongoDB」を、Oracle Cloudで提供しているAutonomous JSON Databaseで提供開始したと発表しました。 これによりMongoDB対応のアプリケーションやツールがAutonomous JSON Databaseでも使えるようになります。 Run your @MongoDB applications on @OracleCloud. With @OracleDatabase API for MongoDB, you can continue to develop #JSON-centric applicatio

                                                        オラクル、MongoDB互換API「Oracle Database API for MongoDB」をAutonomous JSON Databaseで提供開始
                                                      • Oracle Exadata Database と Amazon RDS for Oracle 性能比較 | Amazon Web Services

                                                        Amazon Web Services ブログ Oracle Exadata Database と Amazon RDS for Oracle 性能比較 本記事は、「Comparing Oracle Exadata Database Performance with Amazon RDS for Oracle」を翻訳したものです。著者は、以下3名です。 By Indranil Banerjee, Transformation Lead – TCS By Sanjay Gupta, Sr. Partner Solutions Architect – AWS By Debashish Pradhan, AWS Architect – TCS 多くの組織は、新しいテクノロジーをお客様に迅速に展開するための俊敏性、弾力性、スケーラビリティ機能をますます求めています。アマゾンウェブサービス(AWS)

                                                          Oracle Exadata Database と Amazon RDS for Oracle 性能比較 | Amazon Web Services
                                                        • ベクトルデータベース(Vector Database)/ベクトルストア(Vector Store)とは?

                                                          ベクトルデータベース(Vector Database)/ベクトルストア(Vector Store)とは?:AI・機械学習の用語辞典 ベクトルデータベースとは、テキストなどのデータを数値ベクトル(埋め込み)として保存するデータベースを指す。「ベクトルストア」とも呼ばれる。ベクトル検索により、意味的に類似する情報を探せるのが特徴で、チャットAIのRAG構築に役立つ。本稿ではベクトル検索の機能を持つ代表的な製品の概要もそれぞれ簡単に紹介する。 連載目次 用語解説 生成系AI/自然言語処理におけるベクトルデータベース(Vector Database、ベクターデータベース、ベクトルDB)とは、主に単語や文章(テキスト)、画像、音声などの複雑なデータを、AI/機械学習/言語モデルが処理しやすい数値ベクトル表現として保存するデータベースのことである。この数値ベクトル表現は「埋め込み表現(Embeddin

                                                            ベクトルデータベース(Vector Database)/ベクトルストア(Vector Store)とは?
                                                          • マイクロソフトとオラクル、「Oracle Database Service for Microsoft Azure」発表。AzureからOracle Cloudのデータベースをプロビジョニング可能に

                                                            マイクロソフトとオラクル、「Oracle Database Service for Microsoft Azure」発表。AzureからOracle Cloudのデータベースをプロビジョニング可能に 米マイクロソフトと米オラクルは、日本時間7月21日未明に開催されたマイクロソフトのイベント「Microsoft Inspire 2022」で、高速回線で接続された両社のクラウド上で提供される新サービス「Oracle Database Service for Microsoft Azure」を発表しました(オラクルのプレスリリース)。 Oracle Database Service for Microsoft Azureは、高速回線で相互接続されたMicrosoft AzureとOracle Cloudがより緊密に連携し、Microsoft AzureのコンソールからOracle Cloud上の

                                                              マイクロソフトとオラクル、「Oracle Database Service for Microsoft Azure」発表。AzureからOracle Cloudのデータベースをプロビジョニング可能に
                                                            • Oracle、「Oracle Database 23c」の無料版を開発者向けに提供

                                                                Oracle、「Oracle Database 23c」の無料版を開発者向けに提供
                                                              • GitHub - trilogy-libraries/trilogy: Trilogy is a client library for MySQL-compatible database servers, designed for performance, flexibility, and ease of embedding.

                                                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                  GitHub - trilogy-libraries/trilogy: Trilogy is a client library for MySQL-compatible database servers, designed for performance, flexibility, and ease of embedding.
                                                                • Oracle Database Technology Night #48 津島博士のパフォーマンス講座 - SQLチューニングは実行計画から

                                                                  今回のOracle Database Technology Nightでは、簡単な実行計画しか見れない方や見るのを諦めている方などを対象に、SQLチューニングの基本となる実効計画について出力方法、見方、注意点などを簡単に解説します。

                                                                    Oracle Database Technology Night #48 津島博士のパフォーマンス講座 - SQLチューニングは実行計画から
                                                                  • Introducing Trilogy: a new database adapter for Ruby on Rails

                                                                    EngineeringOpen SourceIntroducing Trilogy: a new database adapter for Ruby on RailsWe've open sourced Trilogy, the database adapter we use to connect Ruby on Rails to MySQL-compatible database servers. We’ve open sourced the database adapter we use at GitHub to connect Ruby on Rails and Active Record clients to MySQL-compatible database servers. Trilogy is a client library for MySQL-compatible dat

                                                                      Introducing Trilogy: a new database adapter for Ruby on Rails
                                                                    • GitHub - Sequel-Ace/Sequel-Ace: MySQL/MariaDB database management for macOS

                                                                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                        GitHub - Sequel-Ace/Sequel-Ace: MySQL/MariaDB database management for macOS
                                                                      • Google CloudでOracleデータベースを提供へ。「Oracle Database@Google Cloud」発表

                                                                        Google CloudでOracleデータベースを提供へ。「Oracle Database@Google Cloud」発表 オラクルとGoogle Cloudは提携により、Google Cloud上でOracle Databaseを稼働させる「Oracle Database@Google Cloud」と、Google CloudとOracle Cloudを高速回線で接続する「Cross-Cloud Interconnect」を共同で提供すると発表しました。 Cross-Cloud Interconnectは本日から東京リージョンでも利用可能になります。 Google Cloud上でOracleデータベースが稼働 両社が共同で提供する「Oracle Database@Google Cloud」は、Google CloudのデータセンターにOracle Cloudのインフラを持ち込み、そこで

                                                                          Google CloudでOracleデータベースを提供へ。「Oracle Database@Google Cloud」発表
                                                                        • The Next Gen Database Servers Powering Let's Encrypt - Let's Encrypt

                                                                          Let’s Encrypt helps to protect a huge portion of the Web by providing TLS certificates to more than 235 million websites. A database is at the heart of how Let’s Encrypt manages certificate issuance. If this database isn’t performing well enough, it can cause API errors and timeouts for our subscribers. Database performance is the single most critical factor in our ability to scale while meeting s

                                                                          • Design Systems Database: Surf among top‑notch Design Systems

                                                                            Best-in-class Design Systems with components and foundations references from top-tier tech companies and leading UI teams

                                                                              Design Systems Database: Surf among top‑notch Design Systems
                                                                            • GitHub - TaKO8Ki/gobang: A cross-platform TUI database management tool written in Rust

                                                                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                                GitHub - TaKO8Ki/gobang: A cross-platform TUI database management tool written in Rust
                                                                              • I deleted the production database by accident 💥

                                                                                Today at around 10:45pm CET, after a couple of glasses of red wine, I deleted the production database for my online product (KeepTheScore.com, an online scoreboard app) by accident 😨. Over 300.00 scoreboards and their associated data were vaporised in an instant. By the way, I’m a one-man show, building a software product for a living. My product is keepthescore.com, an online scoreboard and lead

                                                                                  I deleted the production database by accident 💥
                                                                                • GitHub - achristmascarl/rainfrog: 🐸 a database management tui for postgres

                                                                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                                    GitHub - achristmascarl/rainfrog: 🐸 a database management tui for postgres