JP5873700B2 - Oltpデータベース環境とolapデータベース環境を統合するための、コンピュータの方法およびシステム - Google Patents
Oltpデータベース環境とolapデータベース環境を統合するための、コンピュータの方法およびシステム Download PDFInfo
- Publication number
- JP5873700B2 JP5873700B2 JP2011267733A JP2011267733A JP5873700B2 JP 5873700 B2 JP5873700 B2 JP 5873700B2 JP 2011267733 A JP2011267733 A JP 2011267733A JP 2011267733 A JP2011267733 A JP 2011267733A JP 5873700 B2 JP5873700 B2 JP 5873700B2
- Authority
- JP
- Japan
- Prior art keywords
- oltp
- database server
- olap
- query
- semantics
- Prior art date
- Legal status (The legal status 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 status listed.)
- Active
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/25—Integrating or interfacing systems involving database management systems
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F15/00—Digital computers in general; Data processing equipment in general
- G06F15/16—Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/27—Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
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)
- Computing Systems (AREA)
- Computer Hardware Design (AREA)
- Software Systems (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Multi Processors (AREA)
Description
1)OLAPデータベース・システムとOLTPデータベース・システムを統合してOLTPアプリケーションをサポートすること
2)OLAPのセマンティクスとOLTPのセマンティクスの間でデータを変換すること
3)OLTPのバージョン・スタンプの管理に基づいて、参照するシステム(OLAPまたはOLTPの何れか)を判定すること(統合なし)
Claims (8)
- OLTP(OnLine Transaction Processing)データベース・サーバとOLAP(OnLine Analytics Processing)データベース・サーバの両方に対するアクセスを提供するコンピュータ・システムであって、
クライアント・アプリケーションを有するOLPTクライアントと、
前記OLPTクライアント、前記OLTPデータベース・サーバ、および前記OLAPデータベース・サーバにそれぞれ接続され、OLTPアダプタとOLAPアダプタとを備えるOLTPアプリケーション・サーバであって、前記OLAPアダプタはマッピング・コンポーネントを有する、前記OLTPアプリケーション・サーバと、
前記OLTPデータベース・サーバに格納されるバージョンインジケータであって、前記OLTPデータベース・サーバと前記OLAPデータベース・サーバとの間で最後に完了した同期を示すバージョンインジケータと、
を備え、
前記OLTPアプリケーション・サーバは、
前記クライアント・アプリケーションからのクエリに応答して、(a)前記クライアント・アプリケーションの動作モードと、(b)前記OLTPデータベース・サーバと前記OLAPデータベース・サーバとの間での同期状態とに従って、前記クエリを前記OLTPデータベース・サーバまたは前記OLAPデータベース・サーバにリダイレクトすることであって、
前記動作モードが読取専用動作以外であるか、または、前記同期状態が「未同期」である場合には、前記クエリを前記OLTPデータベース・サーバにリダイレクトし、前記動作モードが読取専用動作であり、かつ、前記同期状態が「同期済み」である場合には、前記クエリを前記OLAPデータベース・サーバにリダイレクトすることと、
前記マッピング・コンポーネントによって、OLTPのセマンティクスとOLAPのセマンティクスとの間でデータをマッピングすることと、
前記OLTPアプリケーション・サーバが前記バージョンインジケータを前記クライアント・アプリケーションのセッション状態にコピーすることと、
前記OLTPデータベース・サーバ側に格納された前記バージョンインジケータが、前記クライアント・アプリケーション内の前記バージョンインジケータのコピーに対して変化したときに、前記クライアント・アプリケーションからの前記クエリを前記OLAPデータベース・サーバにリダイレクトすることと、
を実行するように構成されたことを特徴とするコンピュータ・システム。 - 前記OLAPアダプタが、前記OLTPデータベース・サーバのセマンティクスから前記OLAPデータベース・サーバのセマンティクスへ前記クエリをマッピングすることを特徴とする請求項1に記載のコンピュータ・システム。
- 前記OLAPアダプタが、前記OLAPデータベース・サーバのセマンティクスから前記OLTPデータベース・サーバのセマンティクスへ前記クエリの結果をマッピングすることを特徴とする請求項1に記載のコンピュータ・システム。
- OLTP(OnLine Transaction Processing)データベース・サーバとOLAP(OnLine Analytics Processing)データベース・サーバの両方に対するアクセスを提供するコンピュータ実施方法であって、
当該方法は、クライアント・アプリケーションを有するOLPTクライアント、前記OLTPデータベース・サーバ、および前記OLAPデータベース・サーバにそれぞれ接続され、OLTPアダプタとOLAPアダプタとを備えるOLTPアプリケーション・サーバであって、前記OLAPアダプタはマッピング・コンポーネントを有する、前記OLTPアプリケーション・サーバによって実行され、当該方法は、
前記クライアント・アプリケーションからのクエリに応答して、(a)前記クライアント・アプリケーションの動作モードと、(b)前記OLTPデータベース・サーバと前記OLAPデータベース・サーバとの間での同期状態とに従って、前記クエリを前記OLTPデータベース・サーバまたは前記OLAPデータベース・サーバにリダイレクトするステップであって、
前記動作モードが読取専用動作以外であるか、または、前記同期状態が「未同期」である場合には、前記クエリを前記OLTPデータベース・サーバにリダイレクトし、前記動作モードが読取専用動作であり、かつ、前記同期状態が「同期済み」である場合には、前記クエリを前記OLAPデータベース・サーバにリダイレクトするステップと、
前記マッピング・コンポーネントによって、OLTPのセマンティクスとOLAPのセマンティクスとの間でデータをマッピングするステップと
前記OLTPデータベース・サーバと前記OLAPデータベース・サーバとの間で最後に完了した同期を指示するステップと、
前記指示するステップが、バージョンインジケータを前記OLTPデータベース・サーバ側に格納するステップを含み、
前記バージョンインジケータを前記クライアント・アプリケーションのセッション状態にコピーするステップと、
前記OLTPデータベース・サーバ側で格納した前記バージョンインジケータが、前記クライアント・アプリケーション内の前記バージョンインジケータのコピーに対して変化したときに、前記クエリを前記OLAPデータベース・サーバにリダイレクトするステップと、
を備えたことを特徴とするコンピュータ実施方法。 - 前記マッピングするステップは、前記OLAPアダプタによって、前記OLTPデータベース・サーバのセマンティクスから前記OLAPデータベース・サーバのセマンティクスへ前記クエリをマッピングするステップを含むことを特徴とする請求項4に記載のコンピュータ実施方法。
- 前記マッピングするステップは、前記OLAPアダプタによって、前記OLAPデータベース・サーバのセマンティクスから前記OLTPデータベース・サーバのセマンティクスへ前記クエリの結果をマッピングするステップを含むことを特徴とする請求項4に記載のコンピュータ実施方法。
- コンピュータに、請求項4ないし6のいずれかに記載のコンピュータ実施方法を実行させることを特徴とするコンピュータプログラム。
- 請求項7記載のコンピュータプログラムを記録したことを特徴とするコンピュータ可読記憶媒体。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US12/963,428 | 2010-12-08 | ||
| US12/963,428 US8170981B1 (en) | 2010-12-08 | 2010-12-08 | Computer method and system for combining OLTP database and OLAP database environments |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2012138082A JP2012138082A (ja) | 2012-07-19 |
| JP5873700B2 true JP5873700B2 (ja) | 2016-03-01 |
Family
ID=45990942
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2011267733A Active JP5873700B2 (ja) | 2010-12-08 | 2011-12-07 | Oltpデータベース環境とolapデータベース環境を統合するための、コンピュータの方法およびシステム |
Country Status (6)
| Country | Link |
|---|---|
| US (1) | US8170981B1 (ja) |
| EP (1) | EP2463789A3 (ja) |
| JP (1) | JP5873700B2 (ja) |
| KR (1) | KR20120064044A (ja) |
| CN (1) | CN102591910B (ja) |
| CA (1) | CA2761029A1 (ja) |
Families Citing this family (87)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US8959050B2 (en) * | 2009-06-15 | 2015-02-17 | Oracle International Corporation | Mechanism for synchronizing OLAP system structure and OLTP system structure |
| US9495429B2 (en) * | 2010-07-09 | 2016-11-15 | Daniel Paul Miranker | Automatic synthesis and presentation of OLAP cubes from semantically enriched data sources |
| US9396283B2 (en) | 2010-10-22 | 2016-07-19 | Daniel Paul Miranker | System for accessing a relational database using semantic queries |
| US9389982B2 (en) | 2011-04-18 | 2016-07-12 | Sap Se | Method and apparatus for monitoring an in-memory computer system |
| US8600955B2 (en) * | 2011-04-18 | 2013-12-03 | Sap Ag | Method and apparatus for monitoring an in-memory computer system |
| US9330091B1 (en) * | 2011-10-08 | 2016-05-03 | Bay Dynamics, Inc. | System for managing data storages |
| US10353922B1 (en) | 2011-10-08 | 2019-07-16 | Bay Dynamics, Inc. | Rendering multidimensional cube data |
| US8782100B2 (en) * | 2011-12-22 | 2014-07-15 | Sap Ag | Hybrid database table stored as both row and column store |
| CN103870497B (zh) * | 2012-12-14 | 2019-03-12 | Sap欧洲公司 | 用于基于列的数据库的列智能机制 |
| US9075923B2 (en) * | 2012-12-27 | 2015-07-07 | Intel Corporation | Discovery mechanisms for universal serial bus (USB) protocol adaptation layer |
| US9477691B1 (en) * | 2012-12-27 | 2016-10-25 | EMC IP Holding Company LLC | Multi-latency data management |
| US9600358B1 (en) * | 2012-12-27 | 2017-03-21 | EMC IP Holding Company LLC | Scalable monitoring and error handling in multi-latency systems |
| US20150006466A1 (en) * | 2013-06-27 | 2015-01-01 | Andreas Tonder | Multiversion concurrency control for columnar database and mixed OLTP/OLAP workload |
| CN103345518B (zh) * | 2013-07-11 | 2016-08-10 | 清华大学 | 基于数据块的自适应数据存储管理方法及系统 |
| US20160140205A1 (en) * | 2013-08-29 | 2016-05-19 | Hewlett-Packard Development Company, L.P. | Queries involving multiple databases and execution engines |
| EP3069276B1 (en) | 2014-01-02 | 2019-03-13 | Huawei Technologies Co., Ltd. | Method and apparatus of maintaining data for online analytical processing in a database system |
| US20160078085A1 (en) * | 2014-09-17 | 2016-03-17 | Futurewei Technologies, Inc. | Method and system for adaptively building and updating a column store database from a row store database based on query demands |
| US9690832B2 (en) | 2014-10-06 | 2017-06-27 | Netapp, Inc. | Enterprise reporting capabilities in storage management systems |
| US10095733B2 (en) * | 2014-10-07 | 2018-10-09 | Sap Se | Heterogeneous database processing archetypes for hybrid system |
| GB2531537A (en) * | 2014-10-21 | 2016-04-27 | Ibm | Database Management system and method of operation |
| US10725987B2 (en) | 2014-11-25 | 2020-07-28 | Sap Se | Forced ordering of a dictionary storing row identifier values |
| US10552402B2 (en) | 2014-11-25 | 2020-02-04 | Amarnadh Sai Eluri | Database lockless index for accessing multi-version concurrency control data |
| US10296611B2 (en) | 2014-11-25 | 2019-05-21 | David Wein | Optimized rollover processes to accommodate a change in value identifier bit size and related system reload processes |
| US10255309B2 (en) | 2014-11-25 | 2019-04-09 | Sap Se | Versioned insert only hash table for in-memory columnar stores |
| US10127260B2 (en) * | 2014-11-25 | 2018-11-13 | Sap Se | In-memory database system providing lockless read and write operations for OLAP and OLTP transactions |
| US10474648B2 (en) | 2014-11-25 | 2019-11-12 | Sap Se | Migration of unified table metadata graph nodes |
| US10558495B2 (en) | 2014-11-25 | 2020-02-11 | Sap Se | Variable sized database dictionary block encoding |
| US20170269974A1 (en) * | 2014-11-26 | 2017-09-21 | Hewlett Packard Enterprise Development Lp | Speculative execution of a stream of changes |
| US9652287B2 (en) * | 2015-01-05 | 2017-05-16 | Miosoft Corporation | Using databases for both transactions and analysis |
| CN106708826A (zh) * | 2015-07-30 | 2017-05-24 | 中兴通讯股份有限公司 | 数据处理及查询方法、装置 |
| EP3365807B1 (en) * | 2015-10-23 | 2019-08-07 | Oracle International Corporation | Application containers for container databases |
| CN105528400A (zh) * | 2015-12-02 | 2016-04-27 | 浪潮通用软件有限公司 | 一种基于Web的多维分析系统及方法 |
| US10346429B2 (en) | 2016-06-19 | 2019-07-09 | Data.World, Inc. | Management of collaborative datasets via distributed computer networks |
| US11036716B2 (en) | 2016-06-19 | 2021-06-15 | Data World, Inc. | Layered data generation and data remediation to facilitate formation of interrelated data in a system of networked collaborative datasets |
| US10452975B2 (en) | 2016-06-19 | 2019-10-22 | Data.World, Inc. | Platform management of integrated access of public and privately-accessible datasets utilizing federated query generation and query schema rewriting optimization |
| US10324925B2 (en) | 2016-06-19 | 2019-06-18 | Data.World, Inc. | Query generation for collaborative datasets |
| US11947554B2 (en) | 2016-06-19 | 2024-04-02 | Data.World, Inc. | Loading collaborative datasets into data stores for queries via distributed computer networks |
| US10452677B2 (en) | 2016-06-19 | 2019-10-22 | Data.World, Inc. | Dataset analysis and dataset attribute inferencing to form collaborative datasets |
| US11086896B2 (en) | 2016-06-19 | 2021-08-10 | Data.World, Inc. | Dynamic composite data dictionary to facilitate data operations via computerized tools configured to access collaborative datasets in a networked computing platform |
| US11042556B2 (en) | 2016-06-19 | 2021-06-22 | Data.World, Inc. | Localized link formation to perform implicitly federated queries using extended computerized query language syntax |
| US10353911B2 (en) | 2016-06-19 | 2019-07-16 | Data.World, Inc. | Computerized tools to discover, form, and analyze dataset interrelations among a system of networked collaborative datasets |
| US11016931B2 (en) | 2016-06-19 | 2021-05-25 | Data.World, Inc. | Data ingestion to generate layered dataset interrelations to form a system of networked collaborative datasets |
| US11042548B2 (en) | 2016-06-19 | 2021-06-22 | Data World, Inc. | Aggregation of ancillary data associated with source data in a system of networked collaborative datasets |
| US10691710B2 (en) | 2016-06-19 | 2020-06-23 | Data.World, Inc. | Interactive interfaces as computerized tools to present summarization data of dataset attributes for collaborative datasets |
| US10438013B2 (en) | 2016-06-19 | 2019-10-08 | Data.World, Inc. | Platform management of integrated access of public and privately-accessible datasets utilizing federated query generation and query schema rewriting optimization |
| US11042537B2 (en) | 2016-06-19 | 2021-06-22 | Data.World, Inc. | Link-formative auxiliary queries applied at data ingestion to facilitate data operations in a system of networked collaborative datasets |
| US11068475B2 (en) | 2016-06-19 | 2021-07-20 | Data.World, Inc. | Computerized tools to develop and manage data-driven projects collaboratively via a networked computing platform and collaborative datasets |
| US11068847B2 (en) | 2016-06-19 | 2021-07-20 | Data.World, Inc. | Computerized tools to facilitate data project development via data access layering logic in a networked computing platform including collaborative datasets |
| US11042560B2 (en) | 2016-06-19 | 2021-06-22 | data. world, Inc. | Extended computerized query language syntax for analyzing multiple tabular data arrangements in data-driven collaborative projects |
| US11468049B2 (en) | 2016-06-19 | 2022-10-11 | Data.World, Inc. | Data ingestion to generate layered dataset interrelations to form a system of networked collaborative datasets |
| US10515085B2 (en) | 2016-06-19 | 2019-12-24 | Data.World, Inc. | Consolidator platform to implement collaborative datasets via distributed computer networks |
| US11941140B2 (en) | 2016-06-19 | 2024-03-26 | Data.World, Inc. | Platform management of integrated access of public and privately-accessible datasets utilizing federated query generation and query schema rewriting optimization |
| US11755602B2 (en) | 2016-06-19 | 2023-09-12 | Data.World, Inc. | Correlating parallelized data from disparate data sources to aggregate graph data portions to predictively identify entity data |
| US11036697B2 (en) | 2016-06-19 | 2021-06-15 | Data.World, Inc. | Transmuting data associations among data arrangements to facilitate data operations in a system of networked collaborative datasets |
| US10824637B2 (en) | 2017-03-09 | 2020-11-03 | Data.World, Inc. | Matching subsets of tabular data arrangements to subsets of graphical data arrangements at ingestion into data driven collaborative datasets |
| US10699027B2 (en) | 2016-06-19 | 2020-06-30 | Data.World, Inc. | Loading collaborative datasets into data stores for queries via distributed computer networks |
| US10853376B2 (en) | 2016-06-19 | 2020-12-01 | Data.World, Inc. | Collaborative dataset consolidation via distributed computer networks |
| US11023104B2 (en) | 2016-06-19 | 2021-06-01 | data.world,Inc. | Interactive interfaces as computerized tools to present summarization data of dataset attributes for collaborative datasets |
| US10984008B2 (en) | 2016-06-19 | 2021-04-20 | Data.World, Inc. | Collaborative dataset consolidation via distributed computer networks |
| US11334625B2 (en) | 2016-06-19 | 2022-05-17 | Data.World, Inc. | Loading collaborative datasets into data stores for queries via distributed computer networks |
| US10645548B2 (en) | 2016-06-19 | 2020-05-05 | Data.World, Inc. | Computerized tool implementation of layered data files to discover, form, or analyze dataset interrelations of networked collaborative datasets |
| US10747774B2 (en) | 2016-06-19 | 2020-08-18 | Data.World, Inc. | Interactive interfaces to present data arrangement overviews and summarized dataset attributes for collaborative datasets |
| US11675808B2 (en) | 2016-06-19 | 2023-06-13 | Data.World, Inc. | Dataset analysis and dataset attribute inferencing to form collaborative datasets |
| US11238109B2 (en) | 2017-03-09 | 2022-02-01 | Data.World, Inc. | Computerized tools configured to determine subsets of graph data arrangements for linking relevant data to enrich datasets associated with a data-driven collaborative dataset platform |
| US11068453B2 (en) | 2017-03-09 | 2021-07-20 | data.world, Inc | Determining a degree of similarity of a subset of tabular data arrangements to subsets of graph data arrangements at ingestion into a data-driven collaborative dataset platform |
| US12008050B2 (en) | 2017-03-09 | 2024-06-11 | Data.World, Inc. | Computerized tools configured to determine subsets of graph data arrangements for linking relevant data to enrich datasets associated with a data-driven collaborative dataset platform |
| US10909116B2 (en) * | 2018-02-20 | 2021-02-02 | International Business Machines Corporation | Optimizing query processing and routing in a hybrid workload optimized database system |
| US11243960B2 (en) | 2018-03-20 | 2022-02-08 | Data.World, Inc. | Content addressable caching and federation in linked data projects in a data-driven collaborative dataset platform using disparate database architectures |
| US10922308B2 (en) | 2018-03-20 | 2021-02-16 | Data.World, Inc. | Predictive determination of constraint data for application with linked data in graph-based datasets associated with a data-driven collaborative dataset platform |
| US11327991B2 (en) | 2018-05-22 | 2022-05-10 | Data.World, Inc. | Auxiliary query commands to deploy predictive data models for queries in a networked computing platform |
| USD940169S1 (en) | 2018-05-22 | 2022-01-04 | Data.World, Inc. | Display screen or portion thereof with a graphical user interface |
| US12117997B2 (en) | 2018-05-22 | 2024-10-15 | Data.World, Inc. | Auxiliary query commands to deploy predictive data models for queries in a networked computing platform |
| USD920353S1 (en) | 2018-05-22 | 2021-05-25 | Data.World, Inc. | Display screen or portion thereof with graphical user interface |
| USD940732S1 (en) | 2018-05-22 | 2022-01-11 | Data.World, Inc. | Display screen or portion thereof with a graphical user interface |
| US11537990B2 (en) | 2018-05-22 | 2022-12-27 | Data.World, Inc. | Computerized tools to collaboratively generate queries to access in-situ predictive data models in a networked computing platform |
| US11947529B2 (en) | 2018-05-22 | 2024-04-02 | Data.World, Inc. | Generating and analyzing a data model to identify relevant data catalog data derived from graph-based data arrangements to perform an action |
| US11442988B2 (en) | 2018-06-07 | 2022-09-13 | Data.World, Inc. | Method and system for editing and maintaining a graph schema |
| CN109635042B (zh) * | 2018-12-07 | 2022-06-14 | 厦门铅笔头信息科技有限公司 | Oltp与olap一体化的汽车金融大数据系统 |
| CN110019251A (zh) * | 2019-03-22 | 2019-07-16 | 深圳市腾讯计算机系统有限公司 | 一种数据处理系统、方法及设备 |
| CN110263105B (zh) | 2019-05-21 | 2021-09-10 | 北京百度网讯科技有限公司 | 查询处理方法、查询处理系统、服务器和计算机可读介质 |
| CN110245797B (zh) * | 2019-06-18 | 2021-07-20 | 哈尔滨汇拓投资中心(有限合伙) | 基于Omid事务分析系统的联机分析处理的方法 |
| US10915418B1 (en) * | 2019-08-29 | 2021-02-09 | Snowflake Inc. | Automated query retry in a database environment |
| US11016969B1 (en) * | 2020-11-25 | 2021-05-25 | Coupang Corp. | Systems and methods for managing a highly available distributed hybrid transactional and analytical database |
| WO2022193894A1 (en) * | 2021-03-19 | 2022-09-22 | International Business Machines Corporation | Asynchronous persistency of replicated data changes in database accelerator |
| US11947600B2 (en) | 2021-11-30 | 2024-04-02 | Data.World, Inc. | Content addressable caching and federation in linked data projects in a data-driven collaborative dataset platform using disparate database architectures |
| CN118427279B (zh) * | 2024-07-02 | 2024-09-24 | 广州睿帆科技有限公司 | 一种分布式大规模并行处理数据库的混合数据处理系统 |
| US20260044505A1 (en) * | 2024-08-08 | 2026-02-12 | Lemon Inc. | Smart query routing in hybrid database |
Family Cites Families (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6480842B1 (en) | 1998-03-26 | 2002-11-12 | Sap Portals, Inc. | Dimension to domain server |
| US7269581B2 (en) * | 2003-03-28 | 2007-09-11 | Microsoft Corporation | Systems and methods for proactive caching utilizing OLAP variants |
| CN100547583C (zh) * | 2003-08-14 | 2009-10-07 | 甲骨文国际公司 | 数据库的自动和动态提供的方法 |
| US7756822B2 (en) * | 2003-12-01 | 2010-07-13 | Sap Ag | Operational reporting architecture |
| ATE450011T1 (de) * | 2004-06-23 | 2009-12-15 | Sap Ag | System und verfahren zur datenverarbeitung |
| US7685146B2 (en) * | 2006-11-03 | 2010-03-23 | Business Objects, S.A. | Apparatus and method for a collaborative semantic domain and data set based on combining data |
| US9626421B2 (en) * | 2007-09-21 | 2017-04-18 | Hasso-Plattner-Institut Fur Softwaresystemtechnik Gmbh | ETL-less zero-redundancy system and method for reporting OLTP data |
| US8407183B2 (en) * | 2007-12-21 | 2013-03-26 | Sap Ag | Business intelligence data extraction on demand |
-
2010
- 2010-12-08 US US12/963,428 patent/US8170981B1/en active Active
-
2011
- 2011-12-07 CN CN201110404228.3A patent/CN102591910B/zh active Active
- 2011-12-07 KR KR1020110130567A patent/KR20120064044A/ko not_active Ceased
- 2011-12-07 CA CA2761029A patent/CA2761029A1/en not_active Abandoned
- 2011-12-07 EP EP11192494A patent/EP2463789A3/en not_active Withdrawn
- 2011-12-07 JP JP2011267733A patent/JP5873700B2/ja active Active
Also Published As
| Publication number | Publication date |
|---|---|
| EP2463789A2 (en) | 2012-06-13 |
| JP2012138082A (ja) | 2012-07-19 |
| US8170981B1 (en) | 2012-05-01 |
| CN102591910B (zh) | 2017-07-25 |
| CA2761029A1 (en) | 2012-06-08 |
| EP2463789A3 (en) | 2012-11-14 |
| KR20120064044A (ko) | 2012-06-18 |
| CN102591910A (zh) | 2012-07-18 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP5873700B2 (ja) | Oltpデータベース環境とolapデータベース環境を統合するための、コンピュータの方法およびシステム | |
| CN114925084B (zh) | 分布式事务处理方法、系统、设备及可读存储介质 | |
| US11238096B2 (en) | Linked data processor for database storage | |
| US9870202B2 (en) | Business object model layer interface | |
| JP5226770B2 (ja) | 共有・カスタマイズ可能なマルチテナントデータのメモリ内キャッシング | |
| US20090313256A1 (en) | Reuse of shared metadata across applications via url protocol | |
| US20050108276A1 (en) | Methods and system for dynamic database content persistence and information management | |
| JP2015513153A (ja) | マルチテナント環境におけるテナント固有のデータ・セットを管理するための、コンピュータで実施される方法、コンピュータ・プログラム製品、およびシステム | |
| WO2014152078A1 (en) | Application architecture supporting multiple services and caching | |
| US12493611B2 (en) | Annotating datasets without redundant copying | |
| US20140250062A1 (en) | Systems and Methods for Facilitating the Development of an Application that Accesses Data | |
| US8862661B2 (en) | Processing content in a plurality of languages | |
| US20070118572A1 (en) | Detecting changes in data | |
| US20200050785A1 (en) | Database record access through use of a multi-value alternate primary key | |
| JP2006012155A (ja) | ユーザ定義型の指定されたメンバを遅延フェッチするシステムおよび方法 | |
| US12608399B2 (en) | Systems and methods for intermittent synchronizing of customer relationship management local application clients | |
| US11880365B2 (en) | Multimodal and distributed database system structured for dynamic latency reduction | |
| US20210200731A1 (en) | Horizontal skimming of composite datasets | |
| US20170316045A1 (en) | Read-after-write consistency for derived non-relational data | |
| US20110087709A1 (en) | Methods and system for dynamic database content persistence and information management | |
| US8874682B2 (en) | Composite graph cache management | |
| CN114556319A (zh) | 数字解耦 | |
| US8862544B2 (en) | Grid based replication | |
| US8650548B2 (en) | Method to derive software use and software data object use characteristics by analyzing attributes of related files | |
| CN115934822A (zh) | 一种地铁数据看板服务实现方法、装置、电子设备及介质 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20140926 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20150824 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20150908 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20151203 |
|
| TRDD | Decision of grant or rejection written | ||
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20151222 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20160118 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 5873700 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |