concurrent database access 中文意思是什麼

concurrent database access 解釋
并行數據庫存取
  • concurrent : adj 1 同時發生的,並發的,並存的,共存的;合作的。2 (意見)一致的。3 【動物;動物學】趨合的;【...
  • access : n. 1. 接近;會面。2. 捷徑,門路〈指方法、手段〉;檢查孔;進路,入口;【自動化】(存貯器的)存取。3. (病的)發作;(怒氣等的)爆發。4. 增加。
  1. There can be no concurrent users the application has exclusive access to the database files, but there are no additional threads nor tcp connection overhead

    不能存在並發用戶(應用程序獨佔地訪問數據庫文件) ,但因此也沒有額外的線程和tcp連接開銷。
  2. This isolation level eliminates the possibility that one transaction could overwrite changes made by another concurrent transaction ( the second lost updates problem ) if all data access is performed in a single atomic database transaction

    如果所有的數據訪問都是在統一的原子數據庫事務中,此隔離級別將消除一個事務在另外一個並發事務過程中覆蓋數據的可能性(第二個事務更新丟失問題) 。
  3. In the case of data index, the paper generalizes several advanced data index at the present time and analyzes the feature of data index based on database emphatically. then it illustrates the spatial ordering quad - tree index based on database of gde. in the case of geographic data management, the paper studies and tests several primary technologies, such as data concurrent access, data storage, data query, data update and maintenance, data transmission and data buffer, and so on

    數據模型方面,在對常見的數據模型進行描述和分析的基礎上,提出了滿足海量數據高效存儲和管理的gde數據模型,通過實驗對數據的存放方式和效率進行了測試;數據索引方面,歸納總結了當前提出的較為先進的幾種數據索引方法,尤其是著重分析了基於數據庫的數據索引的特點,並對gde基於數據庫的可排序四叉樹索引進行了重點闡述;地理數據管理方面,對數據並發訪問、數據查詢、數據更新與維護、數據傳輸以及數據緩存等關鍵技術進行了闡述和實踐;地理數據訪問對象方面,介紹了採用面向對象技術設計實現的地理數據訪問類。
  4. In this model, a local voice server is used to compound voice, broadcast voice, receive dual tone multi frequency ( dtmf ) code and perform concurrent working ; in the meantime, some mature internet technologies such as routing, virtual private network ( vpn ) along with thread technology are also used to carry out valid, reliable access to remote database

    在這個模型中,用本地的語音服務器進行語音的合成與播放、接收雙音多頻碼和實現并行工作,同時利用internet中成熟的路由及安全加密等技術對異地數據庫進行有效和可靠的訪問,以獲得語音服務所需要的數據。
  5. Is a pure - java embedded relational database server that you can use in stand - alone mode using direct file access or in client server mode, accepting many concurrent users

    后來正式更名為hsqldb ,它是一類純java撰寫的嵌入式關系數據庫服務器,您可以在單機模式(使用直接文件訪問)或客戶機/服務器模式中使用它,它支持大量的並發用戶。
分享友人