JP4659877B2 - ストリームデータ処理制御方法、ストリームデータ処理装置及びストリームデータ処理制御プログラム - Google Patents
ストリームデータ処理制御方法、ストリームデータ処理装置及びストリームデータ処理制御プログラム Download PDFInfo
- Publication number
- JP4659877B2 JP4659877B2 JP2008308463A JP2008308463A JP4659877B2 JP 4659877 B2 JP4659877 B2 JP 4659877B2 JP 2008308463 A JP2008308463 A JP 2008308463A JP 2008308463 A JP2008308463 A JP 2008308463A JP 4659877 B2 JP4659877 B2 JP 4659877B2
- Authority
- JP
- Japan
- Prior art keywords
- stream data
- control
- data
- query
- data processing
- 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.)
- Expired - Fee Related
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR 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/24—Querying
- G06F16/245—Query processing
- G06F16/2455—Query execution
- G06F16/24568—Data stream processing; Continuous queries
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computational Linguistics (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
また、ウィンドウを指定する方法としては、ウィンドウの幅をデータ数で指定するRowウィンドウ以外にも、指定された期間に到着したストリームデータを処理するRangeウィンドウがある。Rangeウィンドウの場合には、例えば、[Range 10 minutes]とすると、最新の10分間分がクエリ処理の対象となる。
102 主記憶
103 補助記憶装置
104 出力装置
105 プロセッサ
106A 入力装置
106B インタフェース
107 ストリームデータ処理システム
108 ストリームデータ処理システム管理部
109 コマンド管理部
110 コマンド解析部
111 コマンド実行部
112 クエリ管理部
113 データ管理部
114 データ入出力部
115 制御コード設定部
116 クエリ処理管理部
117 クエリ処理制御部
118 クエリ処理部
119 制御管理表
120 クエリリポジトリ
121 コマンド
122 クエリ
123 ストリームデータソース
124 結果
125 ネットワーク
126 クエリ計算機1
127 アプリケーション1
128 コマンド
129 クエリ
130 ストリームデータソース
131 結果
132 クエリ計算機2
132 アプリケーション2
134 ネットワーク
135 ストリームデータソース
201 メモリマネージャ
202 ウィンドウマネージャ
203 生存期間決定部
204 差分情報生成部
205 ストリームタプル保持バッファ
206 集約計算モジュール
207 総和計算オペレータ
208 最大値計算オペレータ
209 一時保存バッファ
210 集約計算処理に必要なオペレータ
211 最小値計算オペレータ
212 平均値計算オペレータ
213 クエリ処理に必要なオペレータ
214 選択オペレータ
215 結合オペレータ
301 クエリ
302 クエリ
401〜406 コマンド
502 制御コード
503 制御時刻
504 制御種別
505 オプション1
506 オプション2
601 ストリームデータソース
602 Outputカラム
603 ストリームデータ
604 ストリームタプル
605 System Timeカラム
607 制御コードカラム
609 ストリームタプル
610 AP Timeカラム
612 制御コードカラム
Claims (8)
- 時刻情報が付与されたデータを時系列に受信し、ウィンドウ単位で、登録されているクエリについてデータ処理するストリームデータ処理装置を制御するストリームデータ処理制御方法であって、
前記ストリームデータ処理装置は、前記データを受信するインタフェースと、前記インタフェースに接続されるプロセッサと、前記プロセッサに接続される記憶部と、を備え、
前記ストリームデータ処理装置は、
前記データを処理するためのクエリと、前記ストリームデータ処理装置のシャットダウン、前記クエリの実行開始、実行するクエリの変更又は前記クエリの性能情報取得開始/終了のうち少なくとも一つの入力された制御コマンド及び該制御コマンドの実行順位を示す制御コードが対応付けられた制御管理情報と、を前記記憶部に記憶し、
前記制御管理情報に基づいて、前記インタフェースを介して受信したデータに前記制御コードが含まれたデータを生成し、
前記受信したデータを前記ウィンドウに格納する際、該受信したデータに前記制御コードが含まれているか否かを判定し、
前記判定の結果、前記制御コードが含まれている場合は、前記データに含まれている制御コードに対応する前記制御コマンドを実行することを特徴とするストリームデータ処理制御方法。 - 前記ストリームデータ処理制御装置は、
前記制御コマンドを実行する時刻情報の入力を更に受け、該時刻情報を、前記制御コマンド及び制御コードと対応付けて前記制御管理情報として前記記憶部に記憶し、
前記受信したデータのうち、前記受信したデータに含まれた時刻情報が前記制御コマンドを実行する時刻情報以後の時刻であるデータに対し、対応する前記制御コードが含まれたデータを生成することを特徴とする請求項1に記載のストリームデータ処理制御方法。 - 前記ストリームデータ処理装置は、
前記制御管理情報に前記時刻情報が含まれていない場合は、前記ウィンドウに格納される前の前記受信したデータであって、最も古い時刻情報を有するデータに対し、前記制御コードを付与することを特徴とする請求項2に記載のストリームデータ処理制御方法。 - 前記データは、前記ストリームデータ処理装置によって受信された時刻が前記時刻情報として付与されることを特徴とする請求項1〜3の何れか一項に記載のストリームデータ処理制御方法。
- 前記データに付与される時刻情報は、前記データの送信元で付与されることを特徴とする請求項1〜3の何れか一項に記載のストリームデータ処理制御方法。
- 前記ストリームデータ処理装置は、
前記インタフェースを介して受信したデータとは別に、前記ストリームデータ処理装置によって新たに生成し、該新たに生成したデータを用いて前記制御コードが含まれたデータを生成することを特徴とする請求項1に記載のストリームデータ処理制御方法。 - 時刻情報が付与されたデータを時系列に受信し、ウィンドウ単位で、登録されているクエリについてデータ処理するストリームデータ処理装置であって、
前記ストリームデータ処理装置は、前記データを受信するインタフェースと、前記インタフェースに接続されるプロセッサと、前記プロセッサに接続される記憶部と、を備え、
前記プロセッサは、
前記データを処理するためのクエリと、前記ストリームデータ処理装置のシャットダウン、前記クエリの実行開始、実行するクエリの変更又は前記クエリの性能情報取得開始/終了のうち少なくとも一つの入力された制御コマンド及び該制御コマンドの実行順位を示す制御コードが対応付けられた制御管理情報と、を前記記憶部に記憶し、
前記制御管理情報に基づいて、前記インタフェースを介して受信したデータに前記制御コードが含まれたデータを生成し、
前記受信したデータを前記ウィンドウに格納する際、該受信したデータに前記制御コードが含まれているか否かを判定し、
前記判定の結果、前記制御コードが含まれている場合は、前記データに含まれている制御コードに対応する前記制御コマンドを実行することを特徴とするストリームデータ処理装置。 - 時刻情報が付与されたデータを時系列に受信し、ウィンドウ単位で、登録されているクエリについてデータ処理するストリームデータ処理装置に実行させるプログラムであって、
前記ストリームデータ処理装置は、前記データを受信するインタフェースと、前記インタフェースに接続されるプロセッサと、前記プロセッサに接続される記憶部と、を備え、
前記データを処理するためのクエリと、前記ストリームデータ処理装置のシャットダウン、前記クエリの実行開始、実行するクエリの変更又は前記クエリの性能情報取得開始/終了のうち少なくとも一つの入力された制御コマンド及び該制御コマンドの実行順位を示す制御コードが対応付けられた制御管理情報と、を前記記憶部に記憶する手順と、
前記制御管理情報に基づいて、前記インタフェースを介して受信したデータに前記制御コードが含まれたデータを生成する手順と、
前記受信したデータを前記ウィンドウに格納する際、該受信したデータに前記制御コードが含まれているか否かを判定する手順と、
前記判定の結果、前記制御コードが含まれている場合は、前記データに含まれている制御コードに対応する前記制御コマンドを実行する手順と、
を実行させることを特徴とするプログラム。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008308463A JP4659877B2 (ja) | 2008-12-03 | 2008-12-03 | ストリームデータ処理制御方法、ストリームデータ処理装置及びストリームデータ処理制御プログラム |
US12/457,577 US8024350B2 (en) | 2008-12-03 | 2009-06-16 | Stream data processing control method, stream data processing apparatus, and stream data processing control program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008308463A JP4659877B2 (ja) | 2008-12-03 | 2008-12-03 | ストリームデータ処理制御方法、ストリームデータ処理装置及びストリームデータ処理制御プログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2010134599A JP2010134599A (ja) | 2010-06-17 |
JP4659877B2 true JP4659877B2 (ja) | 2011-03-30 |
Family
ID=42223742
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2008308463A Expired - Fee Related JP4659877B2 (ja) | 2008-12-03 | 2008-12-03 | ストリームデータ処理制御方法、ストリームデータ処理装置及びストリームデータ処理制御プログラム |
Country Status (2)
Country | Link |
---|---|
US (1) | US8024350B2 (ja) |
JP (1) | JP4659877B2 (ja) |
Families Citing this family (34)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8433716B2 (en) * | 2009-08-31 | 2013-04-30 | Sap Ag | Runtime query modification in data stream management |
JP5664230B2 (ja) * | 2010-12-28 | 2015-02-04 | コニカミノルタ株式会社 | 画像読み込みシステムおよび読み込み画像処理システム |
US9361342B2 (en) * | 2011-10-10 | 2016-06-07 | Hewlett Packard Enterprise Development Lp | Query to streaming data |
US9438656B2 (en) | 2012-01-11 | 2016-09-06 | International Business Machines Corporation | Triggering window conditions by streaming features of an operator graph |
US9430117B2 (en) | 2012-01-11 | 2016-08-30 | International Business Machines Corporation | Triggering window conditions using exception handling |
US9158795B2 (en) * | 2012-09-28 | 2015-10-13 | International Business Machines Corporation | Compile-time grouping of tuples in a streaming application |
US9497250B2 (en) | 2012-10-29 | 2016-11-15 | International Business Machines Corporation | Runtime grouping of tuples in a streaming application |
JP6021741B2 (ja) | 2013-06-05 | 2016-11-09 | インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation | 時空間データベースの処理方法、プログラム及びシステム |
US10331672B2 (en) * | 2013-06-21 | 2019-06-25 | Hitachi, Ltd. | Stream data processing method with time adjustment |
US9471639B2 (en) | 2013-09-19 | 2016-10-18 | International Business Machines Corporation | Managing a grouping window on an operator graph |
CA2962760C (en) * | 2014-10-08 | 2022-07-19 | Signalfx, Inc. | Real-time reporting based on instrumentation of software |
US9804951B2 (en) * | 2014-10-08 | 2017-10-31 | Signalfx, Inc. | Quantization of data streams of instrumented software |
US9846574B2 (en) | 2014-12-19 | 2017-12-19 | Signalfx, Inc. | Representing result data streams based on execution of data stream language programs |
US10394692B2 (en) | 2015-01-29 | 2019-08-27 | Signalfx, Inc. | Real-time processing of data streams received from instrumented software |
US10579603B2 (en) | 2015-04-17 | 2020-03-03 | International Business Machines Corporation | Removing sets of tuples in a streaming environment |
US10558670B2 (en) | 2015-09-30 | 2020-02-11 | International Business Machines Corporation | Smart tuple condition-based operation performance |
US10733209B2 (en) | 2015-09-30 | 2020-08-04 | International Business Machines Corporation | Smart tuple dynamic grouping of tuples |
US10657135B2 (en) * | 2015-09-30 | 2020-05-19 | International Business Machines Corporation | Smart tuple resource estimation |
US10296620B2 (en) | 2015-09-30 | 2019-05-21 | International Business Machines Corporation | Smart tuple stream alteration |
US9497244B1 (en) * | 2016-01-29 | 2016-11-15 | International Business Machines Corporation | Mission tuples in a streaming application environment |
JP2018133037A (ja) * | 2017-02-17 | 2018-08-23 | オムロン株式会社 | 制御装置 |
US12118565B2 (en) | 2019-12-20 | 2024-10-15 | Capital One Services, Llc | Transaction exchange platform with a pause microservice to pause processing of workflows |
US11080120B2 (en) | 2019-12-20 | 2021-08-03 | Capital One Services, Llc | Transaction exchange platform with watchdog microservice |
US12045833B2 (en) | 2019-12-20 | 2024-07-23 | Capital One Services, Llc | Transaction exchange platform with a messenger microservice to update transactions |
US12100009B2 (en) | 2019-12-20 | 2024-09-24 | Capital One Services, Llc | Transaction exchange platform with a watchdog microservice to handle stalled transactions |
US11023528B1 (en) | 2019-12-20 | 2021-06-01 | Capital One Services, Llc | Transaction exchange platform having configurable microservices |
US10789600B1 (en) * | 2019-12-20 | 2020-09-29 | Capital One Services, Llc | Transaction exchange platform with snapshot microservice |
US12100010B2 (en) | 2019-12-20 | 2024-09-24 | Capital One Services, Llc | Transaction exchange platform defining conditions for the processing of transaction objects |
US10891615B1 (en) * | 2019-12-20 | 2021-01-12 | Capital One Services, Llc | Transaction exchange platform having streaming transaction data and microservices |
US12118566B2 (en) | 2019-12-20 | 2024-10-15 | Capital One Services, Llc | Removing duplicate transactions from a transaction exchange platform |
US11037168B1 (en) | 2019-12-20 | 2021-06-15 | Capital One Services, Llc | Transaction exchange platform with watchdog microservice |
US12056713B2 (en) | 2019-12-20 | 2024-08-06 | Capital One Services, Llc | Transaction exchange platform with a validation microservice for validating transactions before being processed |
US12118567B2 (en) | 2019-12-20 | 2024-10-15 | Capital One Services, Llc | Detecting and preventing duplicate transactions on a transaction exchange platform |
US12045242B2 (en) | 2022-07-07 | 2024-07-23 | Capital One Services, Llc | Transaction exchange platform with classification microservice to generate alternative workflows |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2006338432A (ja) * | 2005-06-03 | 2006-12-14 | Hitachi Ltd | ストリームデータ処理システムのクエリ処理方法 |
JP2007328716A (ja) * | 2006-06-09 | 2007-12-20 | Hitachi Ltd | ストリームデータ処理方法 |
JP2008262046A (ja) * | 2007-04-12 | 2008-10-30 | Hitachi Ltd | 会議可視化システム、会議可視化方法、及び集計処理サーバ |
Family Cites Families (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP3808394B2 (ja) | 2002-04-02 | 2006-08-09 | 松下電器産業株式会社 | ストリームデータ処理装置、ストリームデータ処理方法、プログラム、及び、媒体 |
US7536396B2 (en) * | 2006-03-21 | 2009-05-19 | At&T Intellectual Property Ii, L.P. | Query-aware sampling of data streams |
US7673065B2 (en) * | 2007-10-20 | 2010-03-02 | Oracle International Corporation | Support for sharing computation between aggregations in a data stream management system |
US8949810B2 (en) * | 2008-06-16 | 2015-02-03 | International Business Machines Corporation | Method for high-performance data stream processing |
-
2008
- 2008-12-03 JP JP2008308463A patent/JP4659877B2/ja not_active Expired - Fee Related
-
2009
- 2009-06-16 US US12/457,577 patent/US8024350B2/en not_active Expired - Fee Related
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2006338432A (ja) * | 2005-06-03 | 2006-12-14 | Hitachi Ltd | ストリームデータ処理システムのクエリ処理方法 |
JP2007328716A (ja) * | 2006-06-09 | 2007-12-20 | Hitachi Ltd | ストリームデータ処理方法 |
JP2008262046A (ja) * | 2007-04-12 | 2008-10-30 | Hitachi Ltd | 会議可視化システム、会議可視化方法、及び集計処理サーバ |
Also Published As
Publication number | Publication date |
---|---|
US8024350B2 (en) | 2011-09-20 |
US20100138438A1 (en) | 2010-06-03 |
JP2010134599A (ja) | 2010-06-17 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4659877B2 (ja) | ストリームデータ処理制御方法、ストリームデータ処理装置及びストリームデータ処理制御プログラム | |
US11695830B1 (en) | Multi-threaded processing of search responses | |
US11184467B2 (en) | Multi-thread processing of messages | |
JP5377897B2 (ja) | ストリームデータのランキングクエリ処理方法およびランキングクエリ処理機構を有するストリームデータ処理システム | |
JP5337447B2 (ja) | ストリームデータ処理方法、及びシステム | |
US20180129579A1 (en) | Systems and Methods with a Realtime Log Analysis Framework | |
US9251221B1 (en) | Assigning scores to objects based on search query results | |
US8117146B2 (en) | Computing the values of configuration parameters for optimal performance of associated applications | |
CN111030857A (zh) | 网络告警方法、装置、系统与计算机可读存储介质 | |
JP2004280528A (ja) | データベースシステム、サーバ、問い合わせ投入方法及びデータ更新方法 | |
US11537576B2 (en) | Assisted problem identification in a computing system | |
JP2007334580A (ja) | 支援装置、プログラム、情報処理システム及び支援方法 | |
CN108519908A (zh) | 一种任务动态管理方法和装置 | |
US20060026282A1 (en) | Method and apparatus for supporting a system management | |
JP2002123516A (ja) | ウェブサイト評価システム、ウェブサイト評価方法、記録媒体 | |
CN111522890B (zh) | 一种金融数据处理方法、装置、系统和存储介质 | |
WO2015097896A1 (ja) | 入力操作用のダイアログ表示可否判定方法及び計算機システム | |
JP6531597B2 (ja) | 解析処理プログラム、解析処理方法および解析処理装置 | |
JPH10283371A (ja) | データベース装置 | |
CN117421362A (zh) | 数据库动态切换方法、装置、设备及介质 | |
JP2010066922A (ja) | データベース管理方法、データベース管理プログラム、および、データベース管理システム | |
JP2006209316A (ja) | データベースアクセス管理システム、管理方法及びそのプログラム | |
JP2001067327A (ja) | 情報処理装置および情報処理方法、並びに記録媒体 | |
JPH11328190A (ja) | データベース検索方法及びデータベース管理システム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20100827 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20100907 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20101105 |
|
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: 20101130 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20101227 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140107 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4659877 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
LAPS | Cancellation because of no payment of annual fees |