TWI536184B - Application Method and System of Statistical Table Based on OLTP Environment - Google Patents

Application Method and System of Statistical Table Based on OLTP Environment Download PDF

Info

Publication number
TWI536184B
TWI536184B TW097135680A TW97135680A TWI536184B TW I536184 B TWI536184 B TW I536184B TW 097135680 A TW097135680 A TW 097135680A TW 97135680 A TW97135680 A TW 97135680A TW I536184 B TWI536184 B TW I536184B
Authority
TW
Taiwan
Prior art keywords
statistical
record
expired
statistical record
cache
Prior art date
Application number
TW097135680A
Other languages
English (en)
Other versions
TW201013432A (en
Inventor
Lin Zhao
Original Assignee
Alibaba Group Holding Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Publication of TW201013432A publication Critical patent/TW201013432A/zh
Application granted granted Critical
Publication of TWI536184B publication Critical patent/TWI536184B/zh

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2452Query translation
    • G06F16/24522Translation of natural language queries to structured queries
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • G06F16/2379Updates performed during online database operations; commit processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • G06F16/24552Database cache management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2458Special types of queries, e.g. statistical queries, fuzzy queries or distributed queries
    • G06F16/2462Approximate or statistical queries
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2458Special types of queries, e.g. statistical queries, fuzzy queries or distributed queries
    • G06F16/2477Temporal data queries
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/283Multi-dimensional databases or data warehouses, e.g. MOLAP or ROLAP

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Computational Linguistics (AREA)
  • Probability & Statistics with Applications (AREA)
  • Fuzzy Systems (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Artificial Intelligence (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Description

基於OLTP環境的統計表應用方法及系統
本發明涉及電腦網路應用領域,尤其涉及一種基於OLTP環境的統計表應用方法及系統。
電腦應用早已涉足各領域,運用電腦網路進行電子商務以及進行統計表的應用已是時代潮流。統計表是建立在對基表的統計基礎上的一個匯總表,在OLTP(On Line Transaction Processing,線上事務處理)的高可用的環境下,基表資料量通常比較龐大,且資料還在不斷的發生著變化,統計表中的記錄會根據相應的原則進行更新,以達到滿足應用的訪問需求。統計表可以方便快捷地獲取即時資訊,並進行即時監控,由此對統計表應用也提出了更高的要求。
在OLTP的環境下,系統基表是基礎表,用於實際存儲特定資料庫的元資料,用戶通常需要對一些記錄數比較多的基表按一定的規則即時進行統計。剛開始時,此統計策略可以滿足應用的需求,性能也可以被接受,但隨著用戶數的增加,網站訪問量成指數級的增長,該統計SQL(Structured Query Language,結構化查詢語言)語句的執行頻率也迅速升高。另外,平均每次統計要掃描的記錄數不斷增加,因而導致單次執行統計功能的SQL語句的平均代價COST也在不斷增加。像大型電子商務網站,對於會員評價的統計,這種統計在面對一些星級較高的用戶時,將變得異常困難。如果一個用戶的評價數較多,那麼其他一定數量的用戶同時來查看該用戶的評價展示頁面時或者惡意刷新此評價頁面時,這時就出現了資料庫性能問題,用戶請求的頁面長時間無法打開,用戶體驗不好。還有比如說要監控用戶的異常登入行為次數,在遭受登入攻擊的情況下,記錄用戶登入操作行為的基表記錄數在短時間就很有可能達到十萬的水準,那麼此時即時判斷用戶登入是否正常的統計SQL執行將會越來越慢,資料庫伺服器佇列越來越長,應用伺服器因不能快速得到資料庫的返回結果,導致連接池佇列變深,最終導致應用伺服器crash。所以傳統的採用直接對基表即時進行統計的方法,越來越不能滿足業務發展的需要,這種統計方式迫切需要改變。
現有技術中OLTP有一個顯著的特點,就是SQL語句的執行非常頻繁,而有些SQL語句則是完成統計功能的語句,這些語句的特點是:a.耗CPU(Central Processing Unit,中央處理器)b.邏輯讀或者物理讀特別高,如果這一類的語句執行達到一定頻率後,就會使資料庫系統的性能下降,進而導致應用系統回應客戶請求變慢。
在OLTP的環境裏,用戶不可避免的要面對較高的訪問量page view。如上所述,採用直接對基表即時進行統計的資料庫系統由於消耗了大量的CPU和較高的邏輯讀或者物理讀,而使資料庫伺服器的負載居高不下。而且採 這種方法的還有一個比較大的缺點是:系統抗攻擊能力弱,對於大型電子商務網站來說,如果用戶頻繁刷新統計頁面,或者不斷惡意登入,都會使資料庫系統迅速出現性能問題,降低了整個業務系統的可靠性與連續性。
本發明提供一種基於OLTP環境的統計表應用方法及系統,以提高整個業務系統的可靠性與連續性,給用戶優質的體驗。
為達到上述目的,本發明提供了一種基於OLTP環境的統計表應用方法,包括以下步驟:應用伺服器查詢資料庫;根據所述統計記錄的關鍵字在統計表中查詢統計記錄,如果統計記錄存在且沒有過期,則將所述統計記錄返回給用戶;如果沒有統計記錄或統計記錄已過期,則調用SQL語句對基表進行掃描,重新獲取統計記錄。
所述應用伺服器查詢資料庫之前還包括:判斷所述統計記錄是否存在於應用伺服器的緩存中,如果是且沒有過期,則直接返回給用戶;如果沒有在緩存中或已過期,則進行統計表查詢。
藉由設置在所述應用伺服器的緩存中與統計記錄關鍵字對應的時間過期標誌判斷是否過期。
還包括:預先在統計表中設置與所述統計記錄關鍵字對應的時間過期標誌。
所述調用SQL語句對基表進行掃描,重新計算統計之後還包括:
將計算結果插入或更新到所述統計表,並緩存到應用伺服器。
本發明還提供了一種基於OLTP環境的統計表應用系統,包括:
應用伺服器,用於查詢資料庫,並將查詢結果返回用戶端;
資料庫,用於根據所述統計記錄的關鍵字在統計表中查詢統計記錄,如果統計記錄存在且沒有過期,則將所述統計記錄返回給用戶;如果沒有統計記錄或統計記錄已過期,則調用SQL語句對基表進行掃描,重新獲取統計記錄。
所述資料庫具體包括:
期限判斷單元,用於根據統計記錄中的關鍵字判斷統計表中對應的期限是否超出;
回饋單元,用於當統計記錄存在且沒有過期,則將所述統計記錄返回給用戶;
計算單元,用於沒有統計記錄或統計記錄已過期,則調用SQL語句對基表進行掃描,重新獲取統計記錄。
所述資料庫還包括:
期限設置單元,與所述期限判斷單元連接,用於預先在統計表中設置與所述統計記錄關鍵字對應的時間過期標誌。
所述資料庫還包括:
統計表更新單元,與所述期限判斷單元連接,用於將計算結果插入或更新到所述統計表,並緩存到應用伺服器。
所述應用服務器具體包括:
暫存單元,用於緩存統計記錄;
判斷單元,用於判斷所述統計記錄是否存在於應用伺服器的緩存中,如果是且沒有過期,則直接返回給用戶;如果沒有在緩存中或已過期,則進行統計表查詢。
與現有技術相比,本發明具有以下優點:
本發明是建立在統計表之上的統計策略,將使OLTP的資料庫系統負載降低;抗攻擊能力增強,提高整個系統的可靠性。
下面結合附圖和實施例,對本發明的具體實施方式作進一步詳細描述:
本發明實施例一提供了一種基於OLTP環境的統計表應用方法,如圖1所示,包括以下步驟:
步驟s101,用戶向應用伺服器發出請求,要求調用統計記錄。
步驟s102,應用伺服器進行處理。判斷所述統計記錄是否存在於應用伺服器的緩存中,如果是且該統計記錄沒有過期(可以藉由設置在所述應用伺服器的緩存中與統計記錄關鍵字對應的時間過期標誌判斷是否過期),則直接將該統計記錄返回給用戶;如果沒有在緩存中或該統計記錄已過期,則到資料庫中進行統計表查詢。
本發明可以在應用伺服器設置高速緩衝記憶體Cache,直接返還給用戶的統計策略,該方法具體包括:根據要統計的結果物件的屬性確定統計表的欄位,並增加另外一個時間欄位Update_Time,此欄位表示此統計的更新時間,作為確定此統計記錄是否失效的時間依據,如下表1中所示:
在表1中,主鍵可以看成一個要統計物件的ID,是對這條統計記錄的唯一確定;統計欄位A、B、C、D只是一個示例,可以根據具體的業務需求增加其他統計欄位。
步驟s103,資料庫伺服器進行處理。資料庫伺服器預先在統計表中設置與所述統計記錄關鍵字對應的時間過期標誌,根據所述統計記錄的關鍵字在統計表中查詢統計記錄,如果統計記錄存在且沒有過期(可以藉由設置在所述資料庫的統計表中的與統計記錄關鍵字對應的時間過期標誌判斷是否過期),則將所述統計記錄返回給用戶;如果沒有統計記錄或統計記錄已過期,則調用SQL語句對基表進行掃描,重新獲取統計記錄,將計算結果插入或更新到所述統計表,並緩存到應用伺服器。同理,資料庫伺服器中的統計表與表1相同,應用伺服器中的時間過期標誌與資料庫伺服器中的時間過期標誌應該保持一致。
本發明實施例二中,如果滿足一定條件,統計記錄可以只經過應用伺服器處理,直接返回用戶結果,不用再去訪問資料庫伺服器,這是在應用伺服器設置了相應的Cache取得的效果,具體過程如圖2所示,包括以下步驟:
步驟s201,首先判斷用戶請求的統計記錄是否在應用伺服器的Cache中。
步驟s202,如果存在,則判斷資料是否過期,如果過期,則轉步驟s203,如果沒有過期,則轉步驟s204。這個過期時間是一個閥值,其中只要與資料庫裏面統計表的Update_Time欄位用於計算統計記錄過期的邏輯判斷保持一致,則統計伺服器可以靈活設置。
步驟s203,查詢資料庫。
步驟s204,將該統計記錄返回給用戶。
對應上述應用伺服器細化的處理流程可以用偽代碼表示如下:
if統計計錄存在於應用伺服器Cache then
{
if系統當前時間-此統計記錄的生成時間
Update_Time>=閥值then
此統計記錄過期,緩存無效,訪問資料庫;
else
此緩存的統計記錄有效,返回給用戶;
end if;
}
else
訪問資料庫;
end if;
如果在應用伺服器緩存的資料過期或者資料根本就不在應用伺服器Cache中,需要查詢資料庫的統計策略。如圖3所示,具體包括以下步驟:
步驟s301,統計伺服器根據主鍵欄位在統計表中查找統計記錄,如果統計記錄存在,則轉步驟s302,如果統計記錄不存在,則轉步驟s307。
步驟s302,判斷統計記錄是否過期,如果過期,轉步驟s303,如果不過期,則轉步驟s305。
步驟s303,調用統計SQL重新計算。
步驟s304,在統計表中更新該記錄。
步驟s305,在應用伺服器緩存該統計記錄,轉步驟s306。
步驟s306,將該統計記錄返回給用戶。
步驟s307,調用統計SQL重新計算。
步驟s308,插入該統計記錄到統計表中,轉步驟s305。
現有技術中,在整個處理過程,調用統計SQL語句的步驟最消耗系統資源,但使用上述方法後,首先在統計表上設立時間過期欄位,揭示了統計記錄有效性的生命週期,其次建立在此設計方法上對統計資訊的訪問方式,先是應用伺服器對已訪問過的統計資訊進行Cache,很多重複性訪問在應用伺服器就可以完成,不用再訪問資料庫,減少資料庫壓力;如果進入資料庫訪問,那麼可以訪問統計表,如果統計表中的記錄不存在或者統計記錄過期,才會調用統計SQL語句對基表掃描進行統計運算,此運算結果返回應用伺服器Cache。整個系統相當於有兩層Cache,一層在應用伺服器,另外一層可以把資料庫層的統計表看成是一層Cache,如果在這兩層都失效,才會調用統計SQL掃描基表進行統計計算,大大減少統計SQL語句的執行次數。而對於大部份的訪問,基本上都會在應用伺服器Cache中命中,這樣可以極大的提高資料庫系統的抗攻擊能力。
使用本實施例中的方法,還有一個特點就是,比如說會員評價的統計表,舉一個極端的例子,如果一個會員的評價資訊從來不被任何人訪問,那麼統計表中不會有他的統計記錄;如果一個會員的評價很久都不被人訪問,那麼他的評價統計記錄肯定是早就過期了,但不會更新他的統計記錄,直到有人訪問為止。
本發明還提供了一種基於OLTP環境的統計表應用系統,如圖4所示,包括:應用伺服器100,用於接收來自用戶的統計記錄,並轉發至資料庫;資料庫200,用於根據所述統計記錄的關鍵字在統計表中查詢統計記錄,如果統計記錄存在且沒有過期,則將所述統計記錄返回給用戶;如果沒有統計記錄或統計記錄已過期,則調用SQL語句對基表進行掃描,重新獲取統計記錄。
所述資料庫200具體包括:期限判斷單元210,用於根據統計記錄中的關鍵字判斷統計表中對應的期限是否超出;回饋單元220,用於當統計記錄存在且沒有過期,則將所述統計記錄返回給用戶;計算單元230,用於沒有統計記錄或統計記錄已過期,則調用SQL語句對基表進行掃描,重新獲取統計記錄。期限設置單元240,與所述期限判斷單元210連接,用於預先在統計表中設置與所述統計記錄關鍵字對應的時間過期標誌。統計表更新單元250,與所述期限判斷單元210連接,用於將計算結果插入或更新到所述統計表,並緩存到應用伺服器。
所述應用伺服器100具體包括:暫存單元110,用於緩存統計記錄;判斷單元120,用於判斷所述統計記錄是否存在於應用伺服器的緩存中,如果是且沒有過期,則直接返回給用戶;如果沒有在緩存中或已過期,則進行統計表查詢。
藉由以上實施例的描述,本領域的技術人員可以清楚地瞭解到本發明可借助軟體加必需的通用硬體平臺的方式來實現,當然也可以藉由硬體,但很多情況下前者是更佳的實施方式。基於這樣的理解,本發明的技術方案本質上或者說對現有技術做出貢獻的部分可以以軟體產品的形式體現出來,該電腦軟體產品存儲在一個存儲媒體中,包括若干指令用以使得一台網路設備執行本發明各個實施例所述的方法。
以上公開的僅為本發明的幾個具體實施例,但是,本發明並非局限於此,任何本領域的技術人員能思及的變化都應落入本發明的保護範圍。
100...應用伺服器
110...暫存單元
120...判斷單元
200...資料庫
210...期限判斷單元
220...回饋單元
230...計算單元
240...期限設置單元
250...統計表更新單元
圖1為本發明實施例中基於OLTP環境的統計表應用方法流程圖;
圖2為本發明實施例中應用伺服器處理流程圖;
圖3為本發明實施例中資料庫處理流程圖;
圖4為本發明實施例中基於OLTP環境的統計表應用系統結構圖。

Claims (7)

  1. 一種基於OLTP環境的統計表應用方法,其特徵在於,包括以下步驟:應用伺服器查詢資料庫;預先在統計表中設置與統計記錄關鍵字對應的時間過期標誌;根據該統計記錄關鍵字在統計表中查詢統計記錄,如果統計記錄存在且沒有過期,則將該統計記錄返回給用戶;如果沒有統計記錄或統計記錄已過期,則調用SQL語句對基表進行掃描,重新獲取統計記錄。
  2. 如申請專利範圍第1項之基於OLTP環境的統計表應用方法,其中該應用伺服器查詢資料庫之前還包括:判斷該統計記錄是否存在於應用伺服器的緩存中,如果是且沒有過期,則直接返回給用戶;如果沒有在緩存中或已過期,則進行統計表查詢。
  3. 如申請專利範圍第2項之基於OLTP環境的統計表應用方法,其中藉由設置在該應用伺服器的緩存中與統計記錄關鍵字對應的時間過期標誌判斷是否過期。
  4. 如申請專利範圍第1項之基於OLTP環境的統計表應用方法,其中該調用SQL語句對基表進行掃描,重新計算統計之後還包括:將計算結果插入或更新到該統計表,並緩存到應用伺服器。
  5. 一種基於OLTP環境的統計表應用系統,其特徵 在於,包括:應用伺服器,用於查詢資料庫,並將查詢結果返回給用戶端;資料庫,用於根據統計記錄關鍵字在統計表中查詢統計記錄,如果統計記錄存在且沒有過期,則將該統計記錄返回給用戶;如果沒有統計記錄或統計記錄已過期,則調用SQL語句對基表進行掃描,重新獲取統計記錄,其中該資料庫包括:期限判斷單元,用於根據該統計記錄關鍵字判斷統計表中對應的期限是否超出:回饋單元,用於當統計記錄存在且沒有過期,則將該統計記錄返回給用戶;計算單元,用於沒有統計記錄或統計記錄已過期,則調用SQL語句對基表進行掃描,重新獲取統計記錄;期限設置單元,與該期限判斷單元連接,用於預先在統計表中設置與該統計記錄關鍵字對應的時間過期標誌。
  6. 如申請專利範圍第5項之基於OLTP環境的統計表應用系統,其中該資料庫還包括:統計表更新單元,與該期限判斷單元連接,用於將計算結果插入或更新到該統計表,並緩存到應用伺服器。
  7. 如申請專利範圍第5項之基於OLTP環境的統計表應用系統,其中該應用伺服器具體包括: 暫存單元,用於緩存統計記錄;判斷單元,用於判斷該統計記錄是否存在於應用伺服器的緩存中,如果是且沒有過期,則直接返回給用戶;如果沒有在緩存中或已過期,則進行統計表查詢。
TW097135680A 2007-11-09 2008-09-17 Application Method and System of Statistical Table Based on OLTP Environment TWI536184B (zh)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200710188104.XA CN101430687B (zh) 2007-11-09 2007-11-09 基于oltp环境的统计表应用方法及系统

Publications (2)

Publication Number Publication Date
TW201013432A TW201013432A (en) 2010-04-01
TWI536184B true TWI536184B (zh) 2016-06-01

Family

ID=40626200

Family Applications (1)

Application Number Title Priority Date Filing Date
TW097135680A TWI536184B (zh) 2007-11-09 2008-09-17 Application Method and System of Statistical Table Based on OLTP Environment

Country Status (7)

Country Link
US (3) US8290896B2 (zh)
EP (1) EP2210177A4 (zh)
JP (1) JP5364719B2 (zh)
CN (1) CN101430687B (zh)
HK (1) HK1130335A1 (zh)
TW (1) TWI536184B (zh)
WO (1) WO2009062067A1 (zh)

Families Citing this family (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101430687B (zh) 2007-11-09 2015-11-25 阿里巴巴集团控股有限公司 基于oltp环境的统计表应用方法及系统
CN102193981B (zh) * 2011-03-25 2013-01-02 北京世纪互联宽带数据中心有限公司 图形数据库联机事务中事务过期机制的实现方法
US20120291014A1 (en) * 2011-05-09 2012-11-15 Sridhar Shrinivasan System and method for testing the development and updates in a test system using production/live data
CN103023687A (zh) * 2012-05-31 2013-04-03 珠海市君天电子科技有限公司 一种关联于访问请求的统计方法及装置
CN103246727B (zh) * 2013-05-10 2016-09-21 四川省林业调查规划院 一种多用户森林资源时空数据库构建的方法
WO2015193988A1 (ja) * 2014-06-18 2015-12-23 株式会社日立製作所 計算機システム
CN105681254A (zh) * 2014-11-18 2016-06-15 阿里巴巴集团控股有限公司 一种用户身份验证方法及装置
CN104811349A (zh) * 2015-03-26 2015-07-29 浪潮集团有限公司 一种访问统计的方法和装置
US10114617B2 (en) 2016-06-13 2018-10-30 At&T Intellectual Property I, L.P. Rapid visualization rendering package for statistical programming language
US10409701B2 (en) 2016-08-11 2019-09-10 Salesforce.Com, Inc. Per-statement monitoring in a database environment
US11281770B2 (en) * 2016-08-11 2022-03-22 Salesforce.Com, Inc. Detection of structured query language (SQL) injection events using simple statistical analysis
US10922296B2 (en) 2017-03-01 2021-02-16 Sap Se In-memory row storage durability
CN113515541A (zh) * 2020-04-09 2021-10-19 奇安信安全技术(珠海)有限公司 数据库的数据查询方法、装置和系统
US11275669B2 (en) * 2020-07-09 2022-03-15 Pensando Systems, Inc. Methods and systems for hardware-based statistics management using a general purpose memory
CN112256764A (zh) * 2020-10-29 2021-01-22 河南省科学院应用物理研究所有限公司 统计数据的快速查询方法、装置、计算机设备及存储介质
US11695849B2 (en) * 2021-01-19 2023-07-04 International Business Machines Corporation Transaction tracking for high availability architecture using a tracking token and middleware instance information
CN114722104B (zh) * 2022-06-07 2022-11-18 台州宏创电力集团有限公司科技分公司 基于区块链的企业碳排能耗数据管理运营系统及方法

Family Cites Families (45)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6009271A (en) * 1996-10-28 1999-12-28 Bmc Software, Inc. Method of retrieving data from a relational database
US5903887A (en) 1997-09-15 1999-05-11 International Business Machines Corporation Method and apparatus for caching result sets from queries to a remote database in a heterogeneous database system
US5903893A (en) 1997-09-15 1999-05-11 International Business Machines Corporation Method and apparatus for optimizing a merge-join operation across heterogeneous databases
JP2002505485A (ja) * 1998-02-26 2002-02-19 サン・マイクロシステムズ・インコーポレーテッド 型保証の属性対照のための方法及びシステム
NZ508579A (en) 1998-06-26 2002-10-25 Ajinomoto Kk Aspartyl dipeptide ester derivatives and salts that can be used as sweeteners
US6487641B1 (en) 1999-04-19 2002-11-26 Oracle Corporation Dynamic caches with miss tables
JP2000353149A (ja) * 1999-06-09 2000-12-19 Nec Corp 統計業務情報作成方法及び装置並びに統計業務情報作成プログラムを記録した記録媒体
US6466931B1 (en) 1999-07-30 2002-10-15 International Business Machines Corporation Method and system for transparently caching and reusing query execution plans efficiently
US6668253B1 (en) * 1999-09-08 2003-12-23 Reynolds & Reynolds Holdings, Inc. Enterprise information management system and methods
US6662174B2 (en) * 2000-04-17 2003-12-09 Brio Software, Inc. Analytical server including metrics engine
US6615317B2 (en) * 2000-07-07 2003-09-02 Fitech Laboratories, Inc. Methods and systems for providing a highly scalable synchronous data cache
US7464069B2 (en) 2002-02-21 2008-12-09 Bea Systems, Inc. System and method for eager relationship caching of entity beans
US7089228B2 (en) * 2002-04-18 2006-08-08 International Business Machines Corporation Computer apparatus and method for caching results of a database query
US20040193656A1 (en) 2003-03-28 2004-09-30 Pizzo Michael J. Systems and methods for caching and invalidating database results and derived objects
CA2425046C (en) 2003-04-08 2009-10-06 Ibm Canada Limited - Ibm Canada Limitee Method and system for caching database query statements
US8082210B2 (en) * 2003-04-29 2011-12-20 The Western Union Company Authentication for online money transfers
JP2004347448A (ja) * 2003-05-22 2004-12-09 Xanavi Informatics Corp ナビゲーション装置の経路探索方法
EP1501021A1 (en) 2003-07-22 2005-01-26 Sap Ag A system and method for extracting data sets from an online relational database into a data warehouse
US20050033777A1 (en) * 2003-08-04 2005-02-10 Moraes Mark A. Tracking, recording and organizing changes to data in computer systems
US8543566B2 (en) * 2003-09-23 2013-09-24 Salesforce.Com, Inc. System and methods of improving a multi-tenant database query using contextual knowledge about non-homogeneously distributed tenant data
US7467131B1 (en) 2003-09-30 2008-12-16 Google Inc. Method and system for query data caching and optimization in a search engine system
US20050108204A1 (en) * 2003-11-13 2005-05-19 International Business Machines System and method for managing OLAP summary tables
US7624119B2 (en) 2004-02-11 2009-11-24 International Business Machines Corporation Low-overhead built-in timestamp column for relational database systems
US7512693B2 (en) * 2004-05-13 2009-03-31 International Business Machines Corporation Dual-component state token with state data direct access index for systems with high transaction volume and high number of unexpired tokens
US20060004794A1 (en) * 2004-06-30 2006-01-05 Microsoft Corporation Rich application view system and method
US7464077B1 (en) 2004-07-29 2008-12-09 Starview Technology, Inc. Queryable cache in real-time data management system
US7395258B2 (en) 2004-07-30 2008-07-01 International Business Machines Corporation System and method for adaptive database caching
CN1744128A (zh) * 2004-08-31 2006-03-08 中国银联股份有限公司 一种新型银行卡交易交换系统
CN1588369A (zh) 2004-09-06 2005-03-02 杭州恒生电子股份有限公司 一种关系型数据库系统及其查询和报表方法
CN1588368A (zh) 2004-09-07 2005-03-02 孟小峰 基于模式的xml存储方法及应用
GB2418310B (en) 2004-09-18 2007-06-27 Hewlett Packard Development Co Visual sensing for large-scale tracking
US20060136504A1 (en) * 2004-12-17 2006-06-22 Dieter Babutzka Combined analysis of statistical and performance data in a computer based enterprise application environment
CN1632793A (zh) 2004-12-29 2005-06-29 复旦大学 一种利用缓存将关系数据发布为xml文档的优化方法
US7210620B2 (en) * 2005-01-04 2007-05-01 Ameriprise Financial, Inc. System for facilitating online electronic transactions
US20060271510A1 (en) 2005-05-25 2006-11-30 Terracotta, Inc. Database Caching and Invalidation using Database Provided Facilities for Query Dependency Analysis
US7451155B2 (en) * 2005-10-05 2008-11-11 At&T Intellectual Property I, L.P. Statistical methods and apparatus for records management
US7620642B2 (en) * 2005-12-13 2009-11-17 Sap Ag Mapping data structures
US20070282837A1 (en) * 2006-05-31 2007-12-06 International Business Machines Corporation Measuring the Performance of Database Stored Procedures in a Multi-Tasking Execution Environment
US7418453B2 (en) * 2006-06-15 2008-08-26 International Business Machines Corporation Updating a data warehouse schema based on changes in an observation model
CN100498719C (zh) * 2006-12-30 2009-06-10 中国建设银行股份有限公司 一种执行批处理作业的方法及装置
US7720990B2 (en) * 2007-01-10 2010-05-18 International Business Machines Corporation Method and apparatus for handling service requests in a data processing system
US10394771B2 (en) * 2007-02-28 2019-08-27 International Business Machines Corporation Use of search templates to identify slow information server search patterns
US20090099898A1 (en) * 2007-10-15 2009-04-16 I.D Systems, Inc. System and method for managing work requests for mobile assets
CN101430687B (zh) 2007-11-09 2015-11-25 阿里巴巴集团控股有限公司 基于oltp环境的统计表应用方法及系统
US8239584B1 (en) * 2010-12-16 2012-08-07 Emc Corporation Techniques for automated storage management

Also Published As

Publication number Publication date
JP2011505615A (ja) 2011-02-24
US9146956B2 (en) 2015-09-29
US20100223227A1 (en) 2010-09-02
WO2009062067A1 (en) 2009-05-14
TW201013432A (en) 2010-04-01
US20130006918A1 (en) 2013-01-03
US8862539B2 (en) 2014-10-14
HK1130335A1 (zh) 2009-12-24
US8290896B2 (en) 2012-10-16
CN101430687B (zh) 2015-11-25
US20140365425A1 (en) 2014-12-11
CN101430687A (zh) 2009-05-13
JP5364719B2 (ja) 2013-12-11
EP2210177A1 (en) 2010-07-28
EP2210177A4 (en) 2014-06-04

Similar Documents

Publication Publication Date Title
TWI536184B (zh) Application Method and System of Statistical Table Based on OLTP Environment
US20190272265A1 (en) Hybrid Database Table Stored As Both Row and Column Store
US10664497B2 (en) Hybrid database table stored as both row and column store
US10198363B2 (en) Reducing data I/O using in-memory data structures
WO2017050014A1 (zh) 一种数据存储处理方法和装置
US8725730B2 (en) Responding to a query in a data processing system
US7673108B2 (en) Methods and systems for distributed caching in presence of updates and in accordance with holding times
US7552121B2 (en) Autonomic lock escalation in an SQL environment
US20020107835A1 (en) System and method for adaptive result set caching
CN109240946A (zh) 数据的多级缓存方法及终端设备
US20130290636A1 (en) Managing memory
US20060010173A1 (en) Methods and systems for client-side, on-disk caching
JP6655731B2 (ja) システム環境及びユーザ行動分析基盤の自己防御保安装置とその作動方法
US10936500B1 (en) Conditional cache persistence in database systems
US7660790B1 (en) Method and apparatus for utilizing a file change log
CN113836162A (zh) 一种业务解耦并实现多级缓存的自动化更新的方法及装置
US7240065B2 (en) Providing mappings between logical time values and real time values
CN110109956B (zh) 一种防止缓存穿透的方法及终端
CN115203250A (zh) 一种高性能的分布式缓存的实现方法及系统
US11762868B2 (en) Metadata management for a transactional storage system
Bhoraskar et al. Importance-aware bloom filter for managing set membership queries on streaming data
Koyoanagi et al. Classifying Suitability of Applications for the Hybrid Architecture
CN117596298A (zh) 一种数据处理方法、装置、电子设备及存储介质
US7660826B2 (en) Implementing adaptive buffer management on network fetches of directory contents and object attributes
CN118312525A (zh) 数据库查询方法、系统、存储介质及电子设备