📊
Database
CtrlK
  • 目錄
  • 連線池
  • XXX
  • Names
    • ORM(O/R Mapping)
    • 資料來源(DataSource)
    • Metadata(Data about data)
    • OLAP / OLTP
  • Transaction Managemet
    • ACID
      • 資料庫隔離級別
        • N 快照隔離
        • 更新遺失(Lost update)
        • 髒讀(Dirty Read)
        • 無法重複的讀取(Unrepeatable Read)
        • 幻讀(Phantom read)
    • 鎖(Lock)
    • N 交易型態
      • Flat Transaction
      • Nested transaction
      • Chanied Transaction
      • Conversational Transaction
    • 分佈式事務
  • RDBMS
    • 正規化
    • 反正規化
    • SQL
      • 鍵值(KEY)
        • Primary Key
        • 自增主鍵(auto increment)
      • 限制(constraints)
    • N+1 問題
    • 索引(Index)
    • 執行計劃(Explain)
    • 樹狀結構(Tree structure)
    • Hint
  • Design
Powered by GitBook
On this page

Was this helpful?

目錄

  • https://www.jishuwen.com/d/2FBd/zh-tw

  • https://blogs.oracle.com/developers/adding-the-oracle-jdbc-drivers-and-oracle-ucp-to-a-java-project

  • https://www.baeldung.com/spring-oracle-connection-pooling

  • https://juejin.im/post/6844904201437315079?fbclid=IwAR3fDFtYSIJ_siBM_28D_VIfioKUyI4kJ-FRWRieGnY5rl2dE7KSALA7SW8

  • https://oracle-base.com/

Next連線池

Last updated 3 years ago

Was this helpful?