CN106599164B - 复杂事件处理中对于参数化的查询/视图的支持 - Google Patents

复杂事件处理中对于参数化的查询/视图的支持 Download PDF

Info

Publication number
CN106599164B
CN106599164B CN201611125047.6A CN201611125047A CN106599164B CN 106599164 B CN106599164 B CN 106599164B CN 201611125047 A CN201611125047 A CN 201611125047A CN 106599164 B CN106599164 B CN 106599164B
Authority
CN
China
Prior art keywords
query
parameters
providing
binding
queries
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
Application number
CN201611125047.6A
Other languages
English (en)
Other versions
CN106599164A (zh
Inventor
P·杰恩
V·舒克拉
A·斯里尼瓦桑
A·德卡斯托阿尔维
E·希奥
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Oracle International Corp
Original Assignee
Oracle International Corp
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 Oracle International Corp filed Critical Oracle International Corp
Priority claimed from CN201180053021.4A external-priority patent/CN103189866B/zh
Publication of CN106599164A publication Critical patent/CN106599164A/zh
Application granted granted Critical
Publication of CN106599164B publication Critical patent/CN106599164B/zh
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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/24524Access plan code generation and invalidation; Reuse of access plans
    • 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
    • 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/2453Query optimisation
    • G06F16/24534Query rewriting; Transformation

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)
  • Stored Programmes (AREA)

Abstract

本公开涉及复杂事件处理中对于参数化的查询/视图的支持。本发明包括一种在复杂事件处理CEP中提供参数化的查询的方法。该方法包括:提供包括一个或多个绑定变量的查询模板;提供与所述一个或多个绑定变量对应的参数集合;解析该查询模板以确定所述一个或多个绑定变量的位置;扫描提供的参数集合以确定所述参数集合中的那些将被绑定到所述一个或多个绑定变量;绑定被确定绑定到所述参数集合的所述一个或多个绑定变量;以及用对应的参数集合替换所述绑定的一个或多个绑定变量。该方法还包括:将参数化的查询的所有信息注入到系统中,并且一个模板/参数化的查询被配置为全部运行它们。

Description

复杂事件处理中对于参数化的查询/视图的支持
本申请是国际申请日为2011年09月16日、国家申请号为201180053021.4、发明名称为“复杂事件处理中对于参数化的查询/视图的支持”的进入国家阶段的PCT国际申请的分案申请。
对相关申请的交叉引用
本PCT申请要求于2011年7月28日提交的U.S.非临时专利申请号13/193,377的优先权,该申请要求共同待处理的于2010年9月1号提交并且题为“复杂事件处理中对于参数化的查询/视图的支持”的U.S.临时专利申请号61/384,182的优先权,其通过引用而合并于此,以用于所有目的,就好像完全在本申请中阐述一样。
技术领域
本发明的实施例涉及数据处理系统,更具体地涉及关于具有时间语义的流数据的系统和应用。
背景技术
通常,复杂事件处理(CEP)是实时聚集来自分布式的基于消息的系统、数据库和应用的信息并且动态地应用规则以辨别否则将被忽视的模式和趋势的方法。这为公司提供跨高度复杂的、分布式、和互异的IT环境识别并且甚至预期由表面上无关的事件所代表的例外和机会的能力。CEP可以用来近实时地以高速流数据关联、聚集、丰富、和检测模式。
而且,持续查询语言(CQL)语句用来处理包括事件的事件流。事件流可能被认为是<tuple,timestamp>对的序列,其中元组(tuple)是指数据部分。流可以具有多个元组并且时间戳(timestamp)可以定义在事件流中元组的次序。OracleTM复杂事件处理(OCEP)用来处理这样的事件流。
此外,CEP应用可以具有多个查询和视图,其然后由处理器执行。任何真实世界的应用可以由数百个仅仅在像范围参数这样的特定值方面不同的查询和视图组成。在这样的情况下维护数百个查询和视图可能成为可怕的事情,因为基本查询或视图的微小的变化将导致影响数百个相关的查询和视图。
使用参数化或通配符(wildcard)占位符(placeholder)的形式帮助应用开发者编写类似的查询和视图,其仅仅在小的标准方面不同。在一个实施例中,允许用户放置通配符占位符,然后其能在运行时利用值绑定。可以将参数化的查询或视图看作模板,然后其能用于不同的值。这为用户提供编写单个CQL语句的能力,该单个CQL语句可以在内部生成用于绑定中提供的不同值的多个CQL语句的。
例如:
SELECT symbol,AVG(price)AS average,NASDAQ AS market
FROM StockTick t RETAIN ALL EVENTS
WHERE symbol==ORCL
SELECT symbol,AVG(price)AS average,NYSE AS market
FROM StockTick t RETAIN ALL EVENTS
WHERE symbol==JPM
SELECT symbol,AVG(price)AS average,NYSE AS market
FROM StockTick t RETAIN ALLEVENTS
WHERE symbol=WFC
应当注意到以上查询在项目列表中的恒定值或者在WHERE条件下的恒定值方面不同。如果有数百个这样的查询,则任何商业用户可能必须编写数百个这样的查询和视图。因此,出于这些和其它原因,在本领域的改进是必要的。
发明内容
本发明的实施例包括利用CEP字符串替换将绑定变量替换为为绑定变量提供的参数集合,而不做任何种类型检查等。这不同于常规的数据库之处在于绑定变量也必须通过类型检查等。因此,在CEP上下文中的绑定变量提供更灵活的并且因此更强大的解决方案,其允许用户插入任意的谓词。因此,在CEP环境中的绑定变量可以是无类型的。
本发明包括在复杂事件处理(CEP)中提供参数化的查询的方法。该方法包括提供包括一个或多个绑定变量的查询模板、提供对应于一个或多个绑定变量的参数集合、以及解析查询模板以确定一个或多个绑定变量的位置。该方法还包括扫描提供的参数集合以确定哪些参数集合将被绑定到一个或多个绑定变量、绑定被确定绑定到该参数集合的一个或多个绑定变量、以及利用对应的参数集合替换绑定的一个或多个绑定变量。
该方法还包括建立确定的一个或多个绑定变量的位置的地图。利用对应的参数集合替换绑定的一个或多个绑定变量包括利用确定的一个或多个绑定变量的位置来将绑定的参数集合放置在查询模板内。提供对应于一个或多个绑定变量的参数集合或者静态或者动态地执行。
在进一步的实施例中,提供对应于一个或多个绑定变量的参数集合通过利用在查询模板的部署时的配置文件来静态地执行,以及提供对应于一个或多个绑定变量的参数集合通过利用模块管理解决方案来动态地执行。该配置文件包括以下中的一个或多个:应用关联、处理器关联、查询规则、查询模板、参数集合、或绑定。
该方法还包括基于包括替换一个或多个绑定变量的参数集合的查询模板实例化新查询、实例化该新查询、并且将新查询注入到CEP服务器。此外,该方法包括基于该新查询,建立查询执行计划、将该查询执行计划作为连续查询增加到运行时环境中、并且执行连续查询。
该方法还包括确定对应于相同的绑定变量的多个参数集合,并且实例化对于与相同的绑定变量对应的多个参数集合的每一个的单独的新查询。
在另一个实施例中,描述了用于在复杂事件处理(CEP)中提供参数化的查询的系统。该系统包括存储器和与存储器耦合的处理器。存储器在其上存储有指令集合,其在由处理器执行时,使得处理器确定出现在用于处理事件流的参数化的查询中的占位符、确定用于占位符的参数、通过用该参数替换占位符来从参数化的查询生成查询、生成该查询;并且处理事件流。
系统还包括包括CQL引擎的CEP服务器。该CQL引擎实例化CEP应用。该系统还包括与CEP服务器通信的观察器。该观察器被配置为显示来自于处理的事件流的结果信息。
在进一步的实施例中,描述了计算机可读介质。计算机可读介质包括用于提供包括一个或多个绑定变量的查询模板、提供对应于一个或多个绑定变量的参数集合、以及解析查询模板以确定一个或多个绑定变量的位置的指令。计算机可读介质还包括用于扫描提供的参数集合以确定哪些参数集合将被绑定到一个或多个绑定变量、绑定被确定绑定到该参数集合的一个或多个绑定变量、以及利用对应的参数集合替换绑定的一个或多个绑定变量的指令。
计算机可读介质还包括用于确定新的参数集合被指定用于绑定、识别在指定新的参数集合之前已经使用参数集合实例化的查询、删除在指定新的参数集合之前已经使用参数集合实例化的查询、以及利用新的用于运行期系统的参数集合实例化查询的指令。
计算机可读介质还包括用于将参数集合转换为字符串、检查参数集合的字符串以确定参数集合的形式、将确定的参数集合的类型与对应的绑定变量的类型进行比较、以及响应于确定的参数集合的类型匹配对应的绑定变量的类型来验证参数集合的指令。对应的绑定变量和参数集合的类型可以包括以下中的一个或多个:整数(INT)、浮点数(FLOAT)、长整型(LONG)、大数字型(BIGDECIMAL)、双精度型(DOUBLE)、和字符串(STRING)。
附图说明
图1是根据本发明的实施例的事件处理服务器的方框图。
图2A-2C是根据本发明的实施例的在CEP中用于执行参数化的查询的流程图。
图3是根据本发明的实施例的在CEP中用于执行参数化的查询的流程图。
图4A-4D是根据本发明的实施例的在CEP中用于执行参数化的查询的方框图。
图5A和5B是根据本发明的实施例的在CEP中用于执行参数化的查询的方框图。
图6是根据本发明的实施例的在CEP中用于执行参数化的查询的用户界面。
图7是根据本发明的实施例的可以使用的系统环境的简化方框图。
图8是根据本发明的实施例的可以使用的计算机系统的简化方框图。
具体实施方式
在下面的描述中,为了解释的目的,阐述许多细节以便提供对本发明的各种实施例的理解。但是,本领域技术人员将显然可知在没有这些细节的情况下可以实践某些实施例。
本发明的各方面包括为用户提供编写在某些特定值方面不同的CEP中的查询和/或视图的容易的方式的参数化方法。例如,上述查询可以具有可以充当模板的单个参数化的查询并且随后可以提供用于那些绑定的可能值,其在内部可以生成多个查询和视图。
在下面的查询中:
SELECT symbol,AVG(price)AS average,:1AS market
FROM StockTick[RANGE 5SECONDS]
WHERE symbol=:2
:1和:2充当占位符。在部署时或者在运行时可以将不同的值绑定到这些占位符。此外,被配置为处理这样的查询的、与处理器组件相关联的配置文件可以看起来如下:
Figure GDA0002225952550000061
在上述示例中,MarketQuery CQL查询包括两个占位符:一个在SELECT子句中,另一个在WHERE子句中。在此实施例中,在配置文件本身中也包括用于这些占位符的值(或也可以在运行时期间提供它们)。<binding id=“MarketQuery”>元素指定在运行时将传递给MarketQuery的参数集列表。利用单个<params>元素指定每个参数集。因为在参数化的查询中存在两个占位符,所以每个<params>元素指定由逗号分隔的两个值。
在运行时,在占位符被替换为对应的参数值之后,之前的参数化的查询有效地分解为下列三个查询:
SELECT symbol,AVG(price)AS average,NASDAQ AS market
FROM StockTick t RETAIN ALL EVENTS
WHERE symbol=ORCL←查询名称将是MaketQuery_nasORCLQuery
SELECT symbol,AVG(price)AS average,NYSE AS market
FROM StockTick t RETAIN ALL EVENTS
WHERE symbol=JPM←查询名称将是MarketQuery-nyJPMQuery
SELECT symbol,AVG(price)AS average,NYSE AS market
FROM StockTick tRETAIN ALL EVENTS
WHERE symbol=WFC←查询名称将是MarketQuery-nyWFCQuery
本发明的进一步的方面包括利用JavaTM MBean API’s以操作参数集。在一个实施例中,可以在部署时或者运行时从客户端添加参数化的查询和视图。此外,可以提供基于JavaTM管理扩展(JMX)架构的MBean API的以访问或修改对应于参数化的查询或视图的绑定。客户端可以调用MBean API以便进行它。在一个实施例中,可以提供下列MBean API以支持这样的绑定:
处理器ConfigMBean API
bindParameters(String preparedStatementId,String paramsId,StringparamsValue)→添加用于查询或视图的参数或绑定(preparedstatementid是查询或视图的id(标识符)),paramsId是param或绑定的标识符,paramsvalue是绑定的逗号分隔的值。
replaceBoundParameters(String preparedStatementId,String paramsId,String newParamsValue)→代替用于查询或视图的现有参数,其中preparedStatementId是查询或视图的id,paramsid是param名称并且newparamsvalue是新的逗号分隔的值。
replaceAllBoundParameters(String preparedStatementId,String[]paramsIds,String[]newParamValues)→代替用于查询或视图的多个参数。阵列paramsids和newParamValues的大小应当相同即,它们应当具有一对一的映射。
unbindParameters(String preparedStatementId,String paramsId)→删除或解除查询或视图的特定param或绑定。
unbindAllParameters(String preparedStatementId)→删除或解除对于规则的所有绑定。
String getBoundParameters(String preparedStatementId,String paramId)→获得用于特定查询或视图的参数值和参数名。
String[]getAllBoundParameters(String preparedStatementId)→获得用于查询或视图的所有参数或绑定值。
int getNumberOfBoundParameters (String preparedStatementId)→获得绑定到查询或视图的参数的总数。
处理器运行时MBeans API
Map<String,String>getAllParamRules()→返回存在于处理器中的所有参数化的查询和视图的地图。密钥是查询或视图标识符并且值是对应的语句。
因此,本发明的实施例允许用户编写在部署或者运行时能被绑定到不同的绑定的单个参数化的查询或视图模板。用户可以提供新的绑定,该新的绑定将在内部生成新查询并且然后运行它。此查询和视图的模板版本提供有效的方式以增加和/或移动仅仅在某些常数方面不同的查询。此外,查询和视图的这样的参数化或模板风格提供非常用户友好的方式来动态地修改/增加/删除数百个查询。它提供用于编写CQL查询的用户友好的方式,并且在创建许多相似的规则方面提供使用的便利性并且提供对这样的规则的便利的管理。
本发明的进一步的方面提供用于确定出现在用于处理事件流的参数化的查询中的占位符的技术。然后可以确定用于占位符的参数。这可以在部署时被提供(例如,在如上所示的配置文件中指定)或在运行时期间被提供。然后可以通过利用参数取代占位符来从参数化的查询生成查询。如果存在用于占位符的多个参数集合,则可以从单个参数化的查询生成多个查询。然后可以将由替换生成的查询提供到被配置为生成用于查询的可执行指令的CQL引擎。然后可以执行可执行指令来处理事件流。
现在转向图1,显示可以合并本发明的实施例的系统100的简化方框图。如在图1中描述的,系统100包括被配置为处理一个或多个输入的数据或事件流104、106、和108的事件处理服务器102。可以从不同的源接收流104、106、和108,所述源包括数据库、文件、消息传送服务、各种应用、诸如各种类型的传感器(例如RFID传感器、温度传感器等)的设备、自动收报机等。服务器102可以经由基于推的机制或基于拉的机制或其他机制接收流。
数据或事件流是实时的事件序列。在流中可以接收多个事件。因此能认为数据流是无界数据集的流。在一个实施例中,数据流是<tuple,timestamp>对的序列。tuple(元组)是指流的数据部分。tuple可以被认为类似于表中的行。在流中的元组具有图式(schema)。流可以包括多个元组。Timestamp(时间戳)定义元组在数据流中的次序。在数据流中的时间戳可以反映应用的时间概念。例如,时间戳可以由接收事件流的系统上的应用设置。接收系统可以对于由应用配置的接收给事件加时间戳,例如,如果在用来定义事件流的结构的CREATE STREAM DDL中和用来使用应用时间或系统时间作为时间戳的机制中指定。在其他实施例中,与元组有关的时间戳可以对应于发送数据事件的应用的时间。时间戳是流的图式的一部分。在流中可以存在具有相同的时间戳的一个或多个元组。在流中的元组可以被视为一系列事件并且因此该数据流也被称为事件流。因此能够认为事件流包括一系列事件,每个事件具有关联的时间戳。例如,事件流可以包括一系列来自于传感器的诸如10°、15°、20°等和相关联的时间戳的温度读数。为了本申请的目的,可交替地使用术语“元组”和“事件”。
系统100包括被配置为处理事件流的事件处理服务器102。事件处理服务器102可以接收一个或多个事件流。如图1所示,事件处理服务器102接收流104、106、和108。每个事件流包括一个或多个事件。在具体的时间点处由服务器102以序列接收流中的事件。服务器102被配置为对输入的流执行各种类型的处理。根据本发明的实施例,服务器102被配置为根据由服务器102接收的事件流中的事件检测输入的事件流中的模式。在一个实施例中,当服务器102接收事件之时,服务器102执行模式匹配,而不对被分析的流的事件做任何回溯处理。可以利用施加于输入的流的连续查询的类型执行模式匹配。服务器102也可以对输入的流执行其它类型的处理,诸如对输入对事件流运行其它连续查询,和其它操作。事件处理服务器的例子是来自OracleTM公司的Oracle复杂事件处理器。可替换地,MATCH_RECOGNIZE也可以用于执行模式匹配。
在图1描述的实施例中,服务器102包括被配置为对于一个或多个事件流执行与模式匹配有关的处理的模式匹配模块110。如在图1中描述的,模式匹配模块110包括模式输入接口112、类技术确定器113、自动发生器114、以及匹配器116。模式输入接口112提供用于接收指定要在事件流中匹配的模式的信息的接口。模式输入接口112可以提供允许输入指定要匹配的一个或多个模式的信息的图形用户接口、用于指定要匹配的模式的接口、或一些其它接口。可以由服务器102的用户指定要匹配的模式。也可以从其他源,例如从事件处理服务器102的其它组件或模块、或其它系统或应用,接收识别要匹配的模式的信息。
在一个实施例中,利用正则表达式指定要被匹配的模式。正则表达式是表示要被匹配的模式的符号的字符串(也被称为相关名称或相关变量)。利用一个或多个符号建立正则表达式并且可以使用一个或多个算子。算子的例子包括但不局限于连接算子(例如,正则表达式中的符号之间的“AND”算子可以用来表示符号之间的AND关系),或算子(例如,垂直条‘|’在正则表达式中可以分开指示对于符号的OR条件的符号),一个或多个量词、分组算子(例如,由括号指示)等。量词的例子包括意指该量词与之相关的符号的零次或更多次出现的星号‘*’、意指该量词与之相关的符号的一次或多次出现的加号‘+’、意指该量词与之相关的符号的零次或一次出现的问号‘?’、懒惰(reluctant)量词,等等。在ISO/IEC JTCi/SC32 WG3:URC-nnn,ANSI NCITS H2-2006-nnn,July,2007、Fred Zemke等的“PatternMatching in Sequence of Rows(12)”中提供并且描述了包括用于正则表达式的相关的语法的、可以使用的算子和量词的例子,其全部内容通过引用而被合并于此以用于所有目的。
过去,正则表达式已经主要用于查找字符串中的模式。在本发明的实施例中,正则表达式的能量用于在由事件处理服务器102接收的事件流中匹配模式。正则表达式提供简单的、简明的、和灵活的用于指定要被匹配的模式的方式。在图1描述的实施例中,事件处理服务器102可以接收指定要在一个或多个事件流中被匹配的正则表达式的模式信息118。在一个实施例中,可以利用模式匹配模块110的模式输入接口112指定模式。
可以利用不同的语言提供模式信息118。在一个实施例中,可以使用通常用于查询数据库的诸如SQL之类的编程语言。可以将扩展提供到SQL以表达要对于事件流匹配的模式。例如,模式信息118可以指定SQL查询,该SQL查询包括指定要在由事件处理服务器102接收的一个或多个事件流中被匹配的模式的正则表达式。
Oracle支持在复杂事件处理(CEP)产品中的CQL语言(连续的查询语言)。CQL与具有用于流处理的扩展的SQL非常相似。被提出以便扩展SQL以经由正则表达式指定模式匹配的模式匹配构造(例如,在ISO/IEC JTCi/SC32 WG3:URC-nnn,ANSI NCITS H2-2006-nnn,July,2007、Fred Zemke等的“Pattern Matching in Sequence of Rows(12)”中描述的构造,其全部内容通过引用而被合并于此以用于所有目的)已被在CQL中采用,以扩展CQL,以指定堆事件流的模式匹配要求。
通常,用于查询模式的模式匹配仅仅出现在单个输入流上。也可以在多个事件流上执行模式匹配,例如利用CQL。在一个实施例中,这可以通过首先执行所有相关的输入流的UNION(关联)来完成,其中在所有相关的输入流上进行模式匹配,其中结果定义与中间流对应的视图,并且可以在单个中间流上指定要匹配的模式。然后将模式匹配到包括在该视图中的全部流。
接下来参考图2A,示出了根据本发明的实施例的在CEP中实现参数化的查询的方法200。在处理块205处,提供具有一个或多个绑定变量的查询模板。提供对应于绑定变量的(即,绑定变量将被绑定到的)参数集合(处理块210)。在一个实施例中,可以静态地(例如,经由配置文件,典型地在部署时进行)或在运行时动态地(例如,利用JMX或其它的机制)提供参数集合。因此,在运行期间使用利用JMX的动态供应,并且可以使用其来删除参数集合、提供新的参数集合等等。
在处理块215,解析查询模板以确定绑定变量的位置。在一个实施例中,可以识别绑定变量,例如,通过:1、:2、:3、等等。查询内部的绑定变量的排序不必以1、2、3等等的次序。因此,可以建立确定的绑定变量的位置的地图(处理块220)。
在处理块225处,可以扫描所提供的参数集合列表以确定要被绑定到对应的绑定变量的参数集合,然后可以发生绑定(处理块230)。在处理块235处,可以用参数集合替换绑定变量。
从图2A中的点‘A’移动到图2B中的点‘A’,示出了根据本发明的实施例的在CEP中实现参数化的查询的方法201。在决策块240处,确定是否存在用于相同的绑定变量集合的多个参数集合。例如:
Figure GDA0002225952550000131
这里存在三个参数集合。(每个用粗体表示)
这里,如果:1,:2,则绑定变量集合
此外,如果确定参数集合的多个集合不对应于相同的绑定变量,则利用参数集合的集合生成单个新查询(处理块245)。如果确定为相同的绑定变量提供多个参数集合,则对于每个参数实例化单独的新查询(处理块250)。
因此,在处理块255处,然后把实例化的查询注入到CEP服务器(将查询发送给CQL引擎)。CQL引擎然后建立查询执行计划(处理块260)并且将该查询作为连续查询增加到运行时环境(处理块265)。最后,在处理块270处,执行实例化的一个查询或多个查询。
现在转到图2C,示出了根据本发明的实施例的在CEP中实现参数化的查询的方法202。在处理块275处,可以对于绑定参数指定新参数(而不是旧参数)。在这样的条件下,识别已经利用旧参数实例化的查询(处理块280)。
因此,从运行环境中删除利用旧参数识别的查询(处理块285)。在处理块290处,实例化利用用于运行时系统的新的参数集合的查询。可以利用相邻参数集合进行如上所述的处理。例如,如果已经创建了绑定变量位置地图,则可以不需要重复到此位置的步骤-处理可以在扫描新的参数集合并且然后执行替换之处继续。本质上,退出查询被代替为利用新的参数集合的新的实例化的查询。
此外,可以将参数集合绑到包括查询模板的规则。在一个实施例中,视图定义(使用例如CQL进行)也可以使用绑定变量。在连续查询的背景下的参数化、“参数化的查询”或“查询模板”包括具有至少一个绑定变量的查询。
现在转到图3,示出了用于描述根据本发明的实施例的CQL和商业查询生命周期的方法300。在方块305a处创建IT角色,其包括项目列表、参数集合、和条件305b。此外,在块305c处,创建IT用户/商业用户分析师合作规则。
在块310处,参数化查询和视图。例如,可以生成自然语言+0...1参数化的查询+0...n参数化的视图、和自动视图/查询、依赖跟踪310a。在块315处,创建用于商业分析师角色315a的商业模板。在块315b处,经由超链接等实例化新查询。
因此,在块320处创建商业查询。然后,商业用户角色将查询视为单个逻辑操作320a,并且能够修改CQL查询和视图320b,以返回到CQL查询和视图305。
图4A包括被永久地绑定到硬编码的值的示例查询405。图4B包括参数化的查询410、绑定415、和商业规则420,以及图4C包括模板425、参数化的视图430、和参数化的查询435。此外,图4D包括参数化的视图和查询440、模板445、和商业查询450。
一个使用图4A-4D中的信息的示例如下:
Filter1:(eventName=E1,path=P1,statName=countValue)
Fact1:(具有eventName=E1,path=P1的输入事件的countValue)
Condition1:Fact1<1000
Trigger1:Condition1在最后30分钟发生2次或更多次。
另一个示例如下:
Filter1:(eventName=E1,path like‘*P1*’,statName=count)
Fact1:(具有eventName=E1和paths like‘*P1*’的输入事件的countValue)
Condition1:Fact1<1000
Trigger1:Condition1在每个不同的路径上在最后30分钟发生2次或更多次。
因此,对于事件名E1、路径P1、和统计量countValue,这些查询在30分钟内2次或更多次地返回指定的统计量的和,以及指定的统计量的和小于1000的时间。
现在转到图5A,示出了根据本发明的实施例的在CEP中用于实现参数化的查询的系统500。在一个实施例中,系统500可以包括CEP服务器505,CEP服务器505包括CQL引擎510和配置文件520。此外,CEP服务器505与观察器525通信。
在一个实施例中,CQL引擎510一起执行所有的查询。用于CQL引擎510的执行计划包括连接在一起的节点的集合-所有查询是执行计划的一部分并且因此是不独立的。因此,CEP字符串替换用来用为绑定变量提供的参数集合代替绑定变量,而不做任何种类型的检查等等。这不同于常规的数据库,其中绑定变量也必须通过类型检查等等。因此,在CEP上下文中的绑定变量提供更灵活的和从而更强大的解决方案,并且允许用户插入任意谓语。因此,在CEP环境中的绑定变量可以是无类型的。
CQL引擎510被设置为实现多个CEP应用515a、515b、至515n。例如,可以编写多个CEP应用,每个进行不同的处理、并且它们全部能够被部署在相同的CEP服务器505上。CEP服务器505然后包括CQL引擎510并且可以具有多个部署的CEP应用(515a、515b、至515n)。
观察器525是商业用户可以通过其提供参数集合的接口。而且,配置文件520与应用内的处理器有关。可以在任何时间、在部署时、在部署之前、或在部署之后创建配置文件520。然后,当CEP应用(515a、515b、或515n)在运行时间环境中时,它可以具有识别查询模板(即,具有绑定变量的查询)和要替换绑定变量的参数集合的配置文件520。
图5B示出了配置文件520的一个实施例。配置文件520可以包括文件与之关联的应用的识别520a、处理器的识别520b、规则的识别520c、查询模板520d、参数集合的识别520e、和绑定520f。可以使用配置文件的其他实施例。
接下来参考图6,显示在CEP中用于参数化的查询的用户界面的实施例600。这样的用户界面的优点包括帮助改善需要以提供简单的使用。大多数商业用户不想编写查询。例如,CQL对非程序员来说是难以理解的,因此在CEP情况下,查询将由IT部门的某些人在理解商业用户的需要之后设计,并且该查询可以包括绑定变量。然后查询以易读的格式呈献给商业用户(例如,以商业用户容易理解的查询的英文版本)。该英文版本可以包括在运行时绑定到实际值的绑定参数集合(其可以经由URL链接显示)。在运行时,利用提供的将要替换绑定变量的参数值实例化新查询,并且然后将该实例化的查询注入到用于执行的CEP系统。这对用户提供使用的便利。商业用户不必关注低层CQL。
图7是示出了依照本发明的实施例的可以使用的系统环境700的组件的简化方块图。如图所示,系统环境700包括一个或多个客户端计算设备702、704、706、708,其被配置为操作诸如网络浏览器、专有客户端(例如,Oracle形式)等的客户端应用。在各个实施例中,客户端计算设备702、704、706、和708可以与事件处理系统712交互。
客户端计算设备702、704、706、708可以是通用的个人计算机(包括,例如,运行各种版本的Microsoft Windows和/或Apple Macintosh操作系统的个人计算机和/或膝上型计算机)、蜂窝电话机或PDA(运行诸如Microsoft Windows Mobile之类的软件并且能够进行互联网、电子邮件、SMS、Blackberry、或其他的通信协议)、和/或运行任何各种商业可用的像UNIX或UNIX的操作系统的工作站计算机(包括但不限于GNU/Linux操作系统的种类)。可替换地,客户端计算设备702、704、706、和708可以是任何其它电子设备,诸如薄的客户端计算机、能够互联网的游戏系统、和/或个人消息设备、能够通过网络(例如,下面描述的网络710)进行通信。尽管示出了具有四个客户端计算设备的示范性的系统环境700,但是可以支持任何数目的客户端计算设备。诸如具有传感器的设备之类的其它设备等等可以与系统712交互。
系统环境700可以包括网络710。网络710可以是任何类型的为本领域技术人员所熟知的网络,其可以支持利用各种商业可用的协议中的任何一个的数据通信,所述协议包括但不限于TCP/IP、SNA、IPX、AppleTalk、等等。仅仅通过举例方式,网络710可以是局域网(LAN),诸如以太网、令牌环网和/或类似的网;广域网;虚拟网络,包括但不限于虚拟专用网络(VPN);互联网;内部网;外部网;公用交换电话网(PSTN);红外线网络;无线网络(例如,在IEEE 802.11协议套、在本领域中已知的蓝牙协议、和/或任何其它无线协议下操作的网络);和/或这些和/或其它网络的任何组合。
系统712可以包括一个或多个可以是通用计算机、专用服务器计算机(例如,包括PC服务器、UNIX服务器、中范围服务器、大型计算机、安装在机架上的服务器等等)、服务器田、服务器群集、或任何其它合适的配置和/或组合的服务器计算机。在各个实施例中,系统712可以被适配为运行在本申请中描述的一个或多个服务或软件应用。
系统712可以运行包括上述讨论中的任何一个的操作系统,以及任何市场上可买到的服务器操作系统。系统712也可以运行各种附加的服务器应用和/或中层应用中的任何一个,包括HTTP服务器、FTP服务器、CGI服务器、Java服务器、数据库服务器等等。示范性数据库服务器包括但不限于从Oracle、微软、Sybase、IBM等等可买到的那些数据库服务器。
系统环境700也可以包括一个或多个数据库714和716。数据库714和716可以存在于各种位置。举例来说,一个或多个数据库714和716可以驻留于系统712的本地存储介质上(和/或驻留在系统712中)。可替换地,数据库714和716可以远离系统712,并且经由基于网络的或专用连接与系统712通信。在一个实施例集合中,数据库714和716可以驻留在本领域技术人员所熟知的存储区域网(SAN)中。同样地,可以根据情况将任何用于执行归因于系统712的功能的必需文件本地地和/或远离地存储在系统712上。在一个实施例集合中,数据库714和716可以包括关系数据库,诸如Oracle 10g和11g,其被适配为响应于SQL格式的命令要求存储、更新和检索数据。
图8是依照本发明的实施例可以使用的计算机系统800的简化块图。例如,在图1中系统800可以用来实现事件处理服务器102。显示计算机系统800包括可以经由总线824电子地耦接的硬件元件。该硬件元件可以包括一个或多个中央处理器(CPU)802、一个或多个输入设备804(例如,鼠标、键盘、等等)和一个或多个输出设备806(例如、显示设备、打印机、等等)。计算机系统800也可以包括一个或多个存储设备808。举例来说,存储设备808可以包括诸如磁盘驱动器、光存储设备之类的设备,和诸如随机存取存储器(RAM)和/或只读存储器(ROM)之类的固态存储设备,其可以是可编程的、可闪速更新的等等。
计算机系统800另外可以包括计算机可读存储介质阅读器812、通信子系统814(例如,调制解调器、网卡(无线或有线的)、红外线通信装置等等)和可以包括如上描述的RAM和ROM设备的工作存储器818。在某些实施例中,计算机系统800也可以包括处理加速单元816,其可以包括数字信号处理器(DSP)、专用的处理器等。
计算机可读存储介质阅读器812此外可以被连接到计算机可读存储介质810,一起(并且可选地,与存储设备808结合)包括地表示远离的、本地的、固定的、和/或可移除的存储设备加用于暂时和/或更永久地包含计算机可读信息的存储介质。通信子系统814可以准许与网络710和/或任何其他的如上参考系统环境700所述的计算机交换数据。
计算机系统800也可以包括显示为当前位于工作存储器818内的软件元件,包括操作系统820和/或诸如应用(其可以是客户端应用、浏览器、中层应用、RDBMS、等等)之类的其他代码822。在一个示范实施例中,工作存储器818可以包括可执行的代码和被用来处理事件并且执行如上所述的数据盒有关的处理的相关数据结构(诸如缓存)。应该理解计算机系统800的替换实施例可以具有与上述的许多偏离。例如,在硬件、软件(包括可移植软件,诸如小程序之类)或两者中也可能使用定制的硬件和/或可能执行特定的元件。此外,可以采用与诸如网络输入/输出设备之类的其他的计算机设备的连接。
用于包含代码或部分代码的存储介质和计算机可读介质可以包括任何适当的在本领域已知或使用的介质,包括存储介质和传播介质,诸如但不限于在任何用于存储和/或信息传输的方法或技术中实现的易失性和非易失性、可移动的和不可移动的介质,诸如计算机可读指令、数据结构、程序模块、或其他的数据,包括RAM、ROM、EEPROM、闪速存储器或其他的存储技术,CD-ROM、数字可视化盘(DVD)或其他的光存储器、磁盒、磁带、磁盘存储器或其他的磁存储器,或任何其他可用于存储或发送所期望的信息并且可以由计算机访问的介质。
尽管已经描述了本发明的具体的实施例,但是各种修改、变更、可替换结构、和等效物也涵盖在本发明范的范围内。本发明的实施例不局限于某一具体的数据处理环境内的操作,但是可以在多个数据处理环境内自由地操作。另外,尽管已经利用具体的一系列的处理和步骤描述了本发明的实施例,但是本领域设计人员来说应该清楚,本发明的范围不局限于所描述的系列的处理和步骤。
此外,虽然已经利用具体的硬件和软件的组合描述了本发明的实施例,但是应该承认其他的硬件和软件的组合也在本发明的范围内。可以仅仅在硬件中、或仅仅在软件中、或利用它们的组合执行本发明的实施例。
因此,以例示而不是限制的意义上考虑说明书和附图。然而,显然在不脱离在权利要求阐述的宽泛的精神和范围的情况下,可以做出增加、替换、删除、及其他修改和变化。

Claims (44)

1.一种在复杂事件处理CEP中提供参数化的查询的方法,该方法包括:
提供包括一个或多个绑定变量的查询模板;
提供与所述一个或多个绑定变量对应的参数集合;
解析该查询模板以确定所述一个或多个绑定变量的位置;
扫描所述参数集合以确定所述参数集合中的哪些将被绑定到所述一个或多个绑定变量;
将被确定要被绑定的所述一个或多个绑定变量绑定到对应的参数集合;
用所述对应的参数集合替换所绑定的一个或多个绑定变量;
至少部分地基于所述参数集合,生成单个参数化的查询,所述单个参数化的查询是为所绑定的一个或多个绑定变量提供可能值的模板;
确定出现在所述单个参数化的查询中的用于处理所述事件流的占位符;以及
至少部分地基于所述单个参数化的查询,生成多个定制的查询,所述多个定制的查询在至少仅一个变量方面不同,其中所述多个定制的查询通过在运行时用来自于所述参数集合中的对应参数替换所述占位符来维持。
2.如权利要求1所述的在复杂事件处理CEP中提供参数化的查询的方法,还包括建立所述一个或多个绑定变量的所确定的位置的地图。
3.如权利要求2所述的在复杂事件处理CEP中提供参数化的查询的方法,其中用所述对应的参数集合替换所绑定的一个或多个绑定变量进一步包括:使用所述一个或多个绑定变量的所确定的位置的所述地图来将所绑定的参数集合放置在所述查询模板内。
4.如权利要求1所述的在复杂事件处理CEP中提供参数化的查询的方法,其中提供与所述一个或多个绑定变量对应的参数集合是静态地或动态地执行的。
5.如权利要求4所述的在复杂事件处理CEP中提供参数化的查询的方法,其中提供与所述一个或多个绑定变量对应的参数集合通过在所述查询模板的部署时间使用配置文件而静态地执行。
6.如权利要求4所述的在复杂事件处理CEP中提供参数化的查询的方法,其中提供与所述一个或多个绑定变量对应的参数集合通过使用模块管理解决方案而动态地执行。
7.如权利要求5所述的在复杂事件处理CEP中提供参数化的查询的方法,其中所述配置文件包括以下中的一个或多个:应用关联、处理器关联、查询规则、所述查询模板、所述参数集合、或所述绑定。
8.如权利要求1所述的在复杂事件处理CEP中提供参数化的查询的方法,还包括:基于包括替换了所绑定的一个或多个绑定变量的所述参数集合的所述查询模板将新查询实例化。
9.如权利要求8所述的在复杂事件处理CEP中提供参数化的查询的方法,还包括:
将所述新查询实例化;以及
将所述新查询注入到CEP服务器中。
10.如权利要求9所述的在复杂事件处理CEP中提供参数化的查询的方法,还包括:
基于所述新查询,建立查询执行计划;
将所述查询执行计划作为连续查询添加到运行时环境;以及
执行所述连续查询。
11.如权利要求1所述的在复杂事件处理CEP中提供参数化的查询的方法,还包括:
确定多个参数集合对应于同一绑定变量;以及
针对对应于所述同一绑定变量的所述多个参数集合的每个参数集合,将单独的新查询实例化。
12.如权利要求1所述的在复杂事件处理CEP中提供参数化的查询的方法,还包括:
识别在利用新的参数集合指定查询之前已被使用所述参数集合实例化的那些查询;以及
删除在利用新的参数集合指定查询之前已被使用所述参数集合实例化的那些查询。
13.如权利要求1所述的在复杂事件处理CEP中提供参数化的查询的方法,还包括:
将所述参数集合转换为字符串;
检查所述参数集合的所述字符串以确定所述参数集合的形式;
将所确定的参数集合的类型与对应的绑定变量的类型进行比较;以及
响应于所确定的参数集合的类型与对应的绑定变量的类型匹配,验证所述参数集合。
14.如权利要求1所述的在复杂事件处理CEP中提供参数化的查询的方法,其中对应的绑定变量和参数集合的类型包括以下中的一个或多个:整型、浮点型、长整型、大数字型、双精度型、和字符串。
15.一种在复杂事件处理CEP中提供参数化的查询的系统,该系统包括:
存储器;和
与所述存储器耦接的处理器,所述存储器上存储有指令集,所述指令集在被所述处理器执行时使得所述处理器:
提供包括一个或多个绑定变量的查询模板;
提供与所述一个或多个绑定变量对应的参数集合;
解析该查询模板以确定所述一个或多个绑定变量的位置;
扫描所述参数集合以确定所述参数集合中的哪些将被绑定到所述一个或多个绑定变量;
将被确定要被绑定的所述一个或多个绑定变量绑定到对应的参数集合;
用所述对应的参数集合替换所绑定的一个或多个绑定变量;
至少部分地基于所述参数集合,生成单个参数化的查询,所述单个参数化的查询是为所绑定的一个或多个绑定变量提供可能值的模板;
确定出现在所述单个参数化的查询中的用于处理所述事件流的占位符;以及
至少部分地基于所述单个参数化的查询,生成多个定制的查询,所述多个定制的查询在至少仅一个变量方面不同,其中所述多个定制的查询通过在运行时用来自于所述参数集合中的对应参数替换所述占位符来维持。
16.如权利要求15所述的在复杂事件处理CEP中提供参数化的查询的系统,其中所述指令集在进一步被所述处理器执行时使得所述处理器建立所述一个或多个绑定变量的所确定的位置的地图。
17.如权利要求16所述的在复杂事件处理CEP中提供参数化的查询的系统,其中用所述对应的参数集合替换所绑定的一个或多个绑定变量进一步包括:使用所述一个或多个绑定变量的所确定的位置的所述地图来将所绑定的参数集合放置在所述查询模板内。
18.如权利要求15所述的在复杂事件处理CEP中提供参数化的查询的系统,其中提供与所述一个或多个绑定变量对应的参数集合是静态地或动态地执行的。
19.如权利要求15所述的在复杂事件处理CEP中提供参数化的查询的系统,其中提供与所述一个或多个绑定变量对应的参数集合通过在所述查询模板的部署时间使用配置文件而静态地执行。
20.如权利要求18所述的在复杂事件处理CEP中提供参数化的查询的系统,其中提供与所述一个或多个绑定变量对应的参数集合通过使用模块管理解决方案而动态地执行。
21.如权利要求19所述的在复杂事件处理CEP中提供参数化的查询的系统,所述配置文件包括以下中的一个或多个:应用关联、处理器关联、查询规则、所述查询模板、所述参数集合、或所述绑定。
22.如权利要求15所述的在复杂事件处理CEP中提供参数化的查询的系统,其中所述指令集在进一步被所述处理器执行时使得所述处理器:基于包括替换了所绑定的一个或多个绑定变量的所述参数集合的所述查询模板将新查询实例化。
23.如权利要求22所述的在复杂事件处理CEP中提供参数化的查询的系统,其中所述指令集在进一步被所述处理器执行时使得所述处理器:
将所述新查询实例化;以及
将所述新查询注入到CEP服务器中。
24.如权利要求23所述的在复杂事件处理CEP中提供参数化的查询的系统,其中所述指令集在进一步被所述处理器执行时使得所述处理器:
基于所述新查询,建立查询执行计划;
将所述查询执行计划作为连续查询添加到运行时环境;以及
执行所述连续查询。
25.如权利要求15所述的在复杂事件处理CEP中提供参数化的查询的系统,其中所述指令集在进一步被所述处理器执行时使得所述处理器:
确定多个参数集合对应于同一绑定变量;以及
针对对应于所述同一绑定变量的所述多个参数集合的每个参数集合,将单独的新查询实例化。
26.如权利要求15所述的在复杂事件处理CEP中提供参数化的查询的系统,其中所述指令集在进一步被所述处理器执行时使得所述处理器:
识别在利用新的参数集合指定查询之前已被使用所述参数集合实例化的那些查询;以及
删除在利用新的参数集合指定查询之前已被使用所述参数集合实例化的那些查询。
27.如权利要求15所述的在复杂事件处理CEP中提供参数化的查询的系统,其中所述指令集在进一步被所述处理器执行时使得所述处理器:
将所述参数集合转换为字符串;
检查所述参数集合的所述字符串以确定所述参数集合的形式;
将所确定的参数集合的类型与对应的绑定变量的类型进行比较;以及
响应于所确定的参数集合的类型与对应的绑定变量的类型匹配,验证所述参数集合。
28.如权利要求15所述的在复杂事件处理CEP中提供参数化的查询的系统,其中对应的绑定变量和参数集合的类型包括以下中的一个或多个:整型、浮点型、长整型、大数字型、双精度型、和字符串。
29.如权利要求15所述的在复杂事件处理CEP中提供参数化的查询的系统,还包括:
包括CQL引擎的CEP服务器,其中所述CQL引擎将多个CEP应用实例化;和
与所述CEP服务器通信的可视化器,其中所述可视化器被配置为显示来自于被处理的事件流的结果信息。
30.一种在复杂事件处理CEP中提供参数化的查询的系统,该系统包括:
用于提供包括一个或多个绑定变量的查询模板的装置;
用于提供与所述一个或多个绑定变量对应的参数集合的装置;
用于解析该查询模板以确定所述一个或多个绑定变量的位置的装置;
用于扫描所述参数集合以确定所述参数集合中的哪些将被绑定到所述一个或多个绑定变量的装置;
用于将被确定要被绑定的所述一个或多个绑定变量绑定到对应的参数集合的装置;
用于用所述对应的参数集合替换所绑定的一个或多个绑定变量的装置;
用于至少部分地基于所述参数集合,生成单个参数化的查询的装置,所述单个参数化的查询是为所绑定的一个或多个绑定变量提供可能值的模板;
用于确定出现在所述单个参数化的查询中的用于处理所述事件流的占位符的装置;以及
用于至少部分地基于所述单个参数化的查询,生成多个定制的查询的装置,所述多个定制的查询在至少仅一个变量方面不同,其中所述多个定制的查询通过在运行时用来自于所述参数集合中的对应参数替换所述占位符来维持。
31.如权利要求30所述的在复杂事件处理CEP中提供参数化的查询的系统,还包括用于建立所述一个或多个绑定变量的所确定的位置的地图的装置。
32.如权利要求31所述的在复杂事件处理CEP中提供参数化的查询的系统,其中用于用所述对应的参数集合替换所绑定的一个或多个绑定变量的装置进一步包括:用于使用所述一个或多个绑定变量的所确定的位置的所述地图来将所绑定的参数集合放置在所述查询模板内的装置。
33.如权利要求30所述的在复杂事件处理CEP中提供参数化的查询的系统,其中提供与所述一个或多个绑定变量对应的参数集合是静态地或动态地执行的。
34.如权利要求33所述的在复杂事件处理CEP中提供参数化的查询的系统,其中提供与所述一个或多个绑定变量对应的参数集合通过在所述查询模板的部署时间使用配置文件而静态地执行。
35.如权利要求33所述的在复杂事件处理CEP中提供参数化的查询的系统,其中提供与所述一个或多个绑定变量对应的参数集合通过使用模块管理解决方案而动态地执行。
36.如权利要求34所述的在复杂事件处理CEP中提供参数化的查询的系统,所述配置文件包括以下中的一个或多个:应用关联、处理器关联、查询规则、所述查询模板、所述参数集合、或所述绑定。
37.如权利要求30所述的在复杂事件处理CEP中提供参数化的查询的系统,还包括:用于基于包括替换了所绑定的一个或多个绑定变量的所述参数集合的所述查询模板将新查询实例化的装置。
38.如权利要求37所述的在复杂事件处理CEP中提供参数化的查询的系统,还包括:
用于将所述新查询实例化的装置;以及
用于将所述新查询注入到CEP服务器中的装置。
39.如权利要求38所述的在复杂事件处理CEP中提供参数化的查询的系统,还包括:
用于基于所述新查询,建立查询执行计划的装置;
用于将所述查询执行计划作为连续查询添加到运行时环境的装置;以及
用于执行所述连续查询的装置。
40.如权利要求30所述的在复杂事件处理CEP中提供参数化的查询的系统,还包括:
用于确定多个参数集合对应于同一绑定变量的装置;以及
用于针对对应于所述同一绑定变量的所述多个参数集合的每个参数集合,将单独的新查询实例化的装置。
41.如权利要求30所述的在复杂事件处理CEP中提供参数化的查询的系统,还包括:
用于识别在利用新的参数集合指定查询之前已被使用所述参数集合实例化的那些查询的装置;以及
用于删除在利用新的参数集合指定查询之前已被使用所述参数集合实例化的那些查询的装置。
42.如权利要求30所述的在复杂事件处理CEP中提供参数化的查询的系统,还包括:
用于将所述参数集合转换为字符串的装置;
用于检查所述参数集合的所述字符串以确定所述参数集合的形式的装置;
用于将所确定的参数集合的类型与对应的绑定变量的类型进行比较的装置;以及
用于响应于所确定的参数集合的类型与对应的绑定变量的类型匹配,验证所述参数集合的装置。
43.如权利要求30所述的在复杂事件处理CEP中提供参数化的查询的系统,其中对应的绑定变量和参数集合的类型包括以下中的一个或多个:整型、浮点型、长整型、大数字型、双精度型、和字符串。
44.一种计算机可读存储介质,其上存储有计算机程序指令,其中所述计算机程序指令在被处理器执行时使得所述处理器执行如权利要求1至14中的任何一个所述的方法的步骤。
CN201611125047.6A 2010-09-17 2011-09-16 复杂事件处理中对于参数化的查询/视图的支持 Active CN106599164B (zh)

Applications Claiming Priority (5)

Application Number Priority Date Filing Date Title
US38418210P 2010-09-17 2010-09-17
US61/384,182 2010-09-17
US13/193,377 US8713049B2 (en) 2010-09-17 2011-07-28 Support for a parameterized query/view in complex event processing
US13/193,377 2011-07-28
CN201180053021.4A CN103189866B (zh) 2010-09-17 2011-09-16 复杂事件处理中对于参数化的查询/视图的支持

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
CN201180053021.4A Division CN103189866B (zh) 2010-09-17 2011-09-16 复杂事件处理中对于参数化的查询/视图的支持

Publications (2)

Publication Number Publication Date
CN106599164A CN106599164A (zh) 2017-04-26
CN106599164B true CN106599164B (zh) 2020-03-03

Family

ID=44720152

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611125047.6A Active CN106599164B (zh) 2010-09-17 2011-09-16 复杂事件处理中对于参数化的查询/视图的支持

Country Status (5)

Country Link
US (2) US8713049B2 (zh)
EP (1) EP2616965B1 (zh)
JP (1) JP5864583B2 (zh)
CN (1) CN106599164B (zh)
WO (1) WO2012037511A1 (zh)

Families Citing this family (57)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9305238B2 (en) * 2008-08-29 2016-04-05 Oracle International Corporation Framework for supporting regular expression-based pattern matching in data streams
US9305057B2 (en) 2009-12-28 2016-04-05 Oracle International Corporation Extensible indexing framework using data cartridges
US9430494B2 (en) 2009-12-28 2016-08-30 Oracle International Corporation Spatial data cartridge for event processing systems
US8713049B2 (en) 2010-09-17 2014-04-29 Oracle International Corporation Support for a parameterized query/view in complex event processing
US9189280B2 (en) 2010-11-18 2015-11-17 Oracle International Corporation Tracking large numbers of moving objects in an event processing system
US8990416B2 (en) 2011-05-06 2015-03-24 Oracle International Corporation Support for a new insert stream (ISTREAM) operation in complex event processing (CEP)
US9329975B2 (en) 2011-07-07 2016-05-03 Oracle International Corporation Continuous query language (CQL) debugger in complex event processing (CEP)
US9213735B1 (en) * 2012-01-25 2015-12-15 Google Inc. Flow control in very large query result sets using a release message to confirm that a client computer is ready to receive the data associated with a data collection operation
US9330117B2 (en) 2012-06-08 2016-05-03 24/7 Customer, Inc. Business rules manager
US9002822B2 (en) * 2012-06-21 2015-04-07 Sap Se Cost monitoring and cost-driven optimization of complex event processing system
US9002823B2 (en) * 2012-06-28 2015-04-07 Sap Se Elastic complex event processing
US9836509B2 (en) 2012-09-20 2017-12-05 Sap Se Generic query templates for complex event processing and data stream systems
US20140082013A1 (en) * 2012-09-20 2014-03-20 Sap Ag Query templates for queries in data stream management systems
US9361308B2 (en) 2012-09-28 2016-06-07 Oracle International Corporation State initialization algorithm for continuous queries over archived relations
US9563663B2 (en) 2012-09-28 2017-02-07 Oracle International Corporation Fast path evaluation of Boolean predicates
US9020840B2 (en) * 2012-10-19 2015-04-28 International Business Machines Corporation System and method for custom-fitting services to consumer requirements
US10956422B2 (en) 2012-12-05 2021-03-23 Oracle International Corporation Integrating event processing with map-reduce
US10298444B2 (en) 2013-01-15 2019-05-21 Oracle International Corporation Variable duration windows on continuous data streams
US9098587B2 (en) 2013-01-15 2015-08-04 Oracle International Corporation Variable duration non-event pattern matching
US9390135B2 (en) 2013-02-19 2016-07-12 Oracle International Corporation Executing continuous event processing (CEP) queries in parallel
US9047249B2 (en) 2013-02-19 2015-06-02 Oracle International Corporation Handling faults in a continuous event processing (CEP) system
US9418113B2 (en) 2013-05-30 2016-08-16 Oracle International Corporation Value based windows on relations in continuous data streams
US9934279B2 (en) 2013-12-05 2018-04-03 Oracle International Corporation Pattern matching across multiple input data streams
EP2887236A1 (en) * 2013-12-23 2015-06-24 D square N.V. System and method for similarity search in process data
US20160019266A1 (en) * 2013-12-25 2016-01-21 Hitachi, Ltd. Query generating method and query generating device
US9652497B2 (en) * 2014-04-23 2017-05-16 International Business Machines Corporation Processing queries using hybrid access paths
US9921881B2 (en) * 2014-05-27 2018-03-20 Sybase, Inc. Optimizing performance in CEP systems via CPU affinity
US9244978B2 (en) 2014-06-11 2016-01-26 Oracle International Corporation Custom partitioning of a data stream
US9712645B2 (en) 2014-06-26 2017-07-18 Oracle International Corporation Embedded event processing
US9886486B2 (en) 2014-09-24 2018-02-06 Oracle International Corporation Enriching events with dynamically typed big data for event processing
US10120907B2 (en) 2014-09-24 2018-11-06 Oracle International Corporation Scaling event processing using distributed flows and map-reduce operations
US20160140190A1 (en) * 2014-11-04 2016-05-19 Spatial Information Systems Research Limited Data representation
US10810200B2 (en) 2015-01-07 2020-10-20 International Business Machines Corporation Technology for join processing
US20160259825A1 (en) * 2015-03-06 2016-09-08 Dell Products L.P. Discovery of potential problematic execution plans in a bind-sensitive query statement
US10345783B2 (en) 2015-04-27 2019-07-09 Honeywell International Inc. Auto binding of templates into exiting systems
US10341432B2 (en) 2015-04-27 2019-07-02 Honeywell International Inc. System for optimizing web page loading
WO2017018901A1 (en) 2015-07-24 2017-02-02 Oracle International Corporation Visually exploring and analyzing event streams
WO2017037773A1 (ja) * 2015-08-28 2017-03-09 株式会社日立製作所 クエリ開発支援方法及びクエリ開発支援装置
US10936600B2 (en) 2015-10-23 2021-03-02 Oracle International Corporation Sensor time series data: functional segmentation for effective machine learning
US10318528B2 (en) * 2016-02-25 2019-06-11 Microsoft Technology Licensing, Llc Query response using mapping to parameterized report
CN107800490B (zh) * 2016-08-29 2021-06-11 大唐联仪科技有限公司 一种参数处理方法和系统
US11977549B2 (en) * 2016-09-15 2024-05-07 Oracle International Corporation Clustering event processing engines
EP3690640B1 (en) * 2016-12-09 2021-12-01 SAS Institute Inc. Event stream processing cluster manager
US10747592B2 (en) * 2016-12-09 2020-08-18 Sas Institute Inc. Router management by an event stream processing cluster manager
US10642805B1 (en) * 2016-12-12 2020-05-05 Amazon Technologies, Inc. System for determining queries to locate data objects
US10642589B2 (en) 2017-03-13 2020-05-05 Memsql, Inc. Extensibility in a database system
EP3407210A1 (en) * 2017-05-22 2018-11-28 Fujitsu Limited Apparatus and method for generating a multiple-event pattern query
US10346142B1 (en) * 2017-12-21 2019-07-09 Sas Institute Inc. Automated streaming data model generation
CN108304517A (zh) * 2018-01-23 2018-07-20 西南大学 基于复杂事件处理系统的高效嵌套查询方法
US11176183B2 (en) * 2018-03-05 2021-11-16 Honeywell International Inc. System and method to configure a flow algorithm automatically by using a primary element data sheet in multivariable smart line transmitters
CN110969001B (zh) * 2018-09-27 2023-05-02 阿里巴巴集团控股有限公司 反馈信息的生成方法及装置、存储介质、处理器和终端
EP3796167B1 (en) * 2019-09-23 2023-05-03 SAS Institute Inc. Router management by an event stream processing cluster manager
CN111880977B (zh) * 2020-07-16 2022-02-08 北京天维信通科技有限公司 故障自愈方法和装置、设备及存储介质
US20220035661A1 (en) * 2020-07-30 2022-02-03 Fujitsu Limited Task generation
JPWO2022054269A1 (zh) * 2020-09-14 2022-03-17
US20220310268A1 (en) * 2021-03-26 2022-09-29 Oracle International Corporation System and method for use of pattern detection in assessing self-reported symptom data
US11550643B1 (en) 2021-08-06 2023-01-10 Sas Institute Inc. Automated streaming data model generation with parallel processing capability

Family Cites Families (365)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5051947A (en) 1985-12-10 1991-09-24 Trw Inc. High-speed single-pass textual search processor for locating exact and inexact matches of a search pattern in a textual stream
US4996687A (en) 1988-10-11 1991-02-26 Honeywell Inc. Fault recovery mechanism, transparent to digital system function
US5339392A (en) 1989-07-27 1994-08-16 Risberg Jeffrey S Apparatus and method for creation of a user definable video displayed document showing changes in real time data
US5761493A (en) 1990-04-30 1998-06-02 Texas Instruments Incorporated Apparatus and method for adding an associative query capability to a programming language
US5495600A (en) 1992-06-03 1996-02-27 Xerox Corporation Conversion of queries to monotonically increasing incremental form to continuously query a append only database
US5918225A (en) 1993-04-16 1999-06-29 Sybase, Inc. SQL-based database system with improved indexing methodology
US5664172A (en) 1994-07-19 1997-09-02 Oracle Corporation Range-based query optimizer
EP0702294A3 (en) 1994-09-13 1997-05-02 Sun Microsystems Inc Method and device for diagnosing lexical errors
US6397262B1 (en) 1994-10-14 2002-05-28 Qnx Software Systems, Ltd. Window kernel
US5706494A (en) 1995-02-10 1998-01-06 International Business Machines Corporation System and method for constraint checking bulk data in a database
US5850544A (en) 1995-06-06 1998-12-15 International Business Machines Corporation System and method for efficient relational query generation and tuple-to-object translation in an object-relational gateway supporting class inheritance
US6158045A (en) 1995-11-13 2000-12-05 Object Technology Licensing Corporation Portable debugging services utilizing a client debugger object and a server debugger object with flexible addressing support
US5913214A (en) 1996-05-30 1999-06-15 Massachusetts Inst Technology Data extraction from world wide web pages
US5802523A (en) * 1996-06-21 1998-09-01 Oracle Corporation Method and apparatus for reducing the memory required to store bind variable descriptors in a database
US5893104A (en) 1996-07-09 1999-04-06 Oracle Corporation Method and system for processing queries in a database system using index structures that are not native to the database system
US5920716A (en) 1996-11-26 1999-07-06 Hewlett-Packard Company Compiling a predicated code with direct analysis of the predicated code
US5937195A (en) 1996-11-27 1999-08-10 Hewlett-Packard Co Global control flow treatment of predicated code
US5937401A (en) 1996-11-27 1999-08-10 Sybase, Inc. Database system with improved methods for filtering duplicates from a tuple stream
US5857182A (en) 1997-01-21 1999-01-05 International Business Machines Corporation Database management system, method and program for supporting the mutation of a composite object without read/write and write/write conflicts
US6108666A (en) 1997-06-12 2000-08-22 International Business Machines Corporation Method and apparatus for pattern discovery in 1-dimensional event streams
US6041344A (en) * 1997-06-23 2000-03-21 Oracle Corporation Apparatus and method for passing statements to foreign databases by using a virtual package
US6112198A (en) 1997-06-30 2000-08-29 International Business Machines Corporation Optimization of data repartitioning during parallel query optimization
US5822750A (en) 1997-06-30 1998-10-13 International Business Machines Corporation Optimization of correlated SQL queries in a relational database management system
US6081801A (en) 1997-06-30 2000-06-27 International Business Machines Corporation Shared nothing parallel execution of procedural constructs in SQL
US6278994B1 (en) 1997-07-10 2001-08-21 International Business Machines Corporation Fully integrated architecture for user-defined search
US6006220A (en) * 1997-09-30 1999-12-21 International Business Machines Corporation Determining the optimal access path for a query at execution time using an actual value for each variable in a query for estimating a filter factor
US6006235A (en) 1997-11-26 1999-12-21 International Business Machines Corporation Method and apparatus for invoking a stored procedure or a user defined interpreted language function in a database management system
US6389436B1 (en) 1997-12-15 2002-05-14 International Business Machines Corporation Enhanced hypertext categorization using hyperlinks
US6092065A (en) 1998-02-13 2000-07-18 International Business Machines Corporation Method and apparatus for discovery, clustering and classification of patterns in 1-dimensional event streams
US6341281B1 (en) 1998-04-14 2002-01-22 Sybase, Inc. Database system with methods for optimizing performance of correlated subqueries by reusing invariant results of operator tree
US6011916A (en) 1998-05-12 2000-01-04 International Business Machines Corp. Java I/O toolkit for applications and applets
GB9812635D0 (en) 1998-06-11 1998-08-12 Olivetti Telemedia Spa Location system
US6477571B1 (en) 1998-08-11 2002-11-05 Computer Associates Think, Inc. Transaction recognition and prediction using regular expressions
US6263332B1 (en) 1998-08-14 2001-07-17 Vignette Corporation System and method for query processing of structured documents
US6367034B1 (en) 1998-09-21 2002-04-02 Microsoft Corporation Using query language for event filtering and aggregation
US6988271B2 (en) 1998-10-02 2006-01-17 Microsoft Corporation Heavyweight and lightweight instrumentation
US6546381B1 (en) 1998-11-02 2003-04-08 International Business Machines Corporation Query optimization system and method
US6763353B2 (en) 1998-12-07 2004-07-13 Vitria Technology, Inc. Real time business process analysis method and apparatus
US6108659A (en) * 1998-12-22 2000-08-22 Computer Associates Think, Inc. Method and apparatus for executing stored code objects in a database
US6370537B1 (en) 1999-01-14 2002-04-09 Altoweb, Inc. System and method for the manipulation and display of structured data
US6427123B1 (en) 1999-02-18 2002-07-30 Oracle Corporation Hierarchical indexing for accessing hierarchically organized information in a relational system
US6438559B1 (en) 1999-04-02 2002-08-20 Sybase, Inc. System and method for improved serialization of Java objects
US7080062B1 (en) 1999-05-18 2006-07-18 International Business Machines Corporation Optimizing database queries using query execution plans derived from automatic summary table determining cost based queries
US6339772B1 (en) 1999-07-06 2002-01-15 Compaq Computer Corporation System and method for performing database operations on a continuous stream of tuples
US6453314B1 (en) 1999-07-30 2002-09-17 International Business Machines Corporation System and method for selective incremental deferred constraint processing after bulk loading data
JP2001060161A (ja) 1999-08-24 2001-03-06 Nec Ic Microcomput Syst Ltd デバッグ装置、方法及び記録媒体
US7457279B1 (en) 1999-09-10 2008-11-25 Vertical Communications Acquisition Corp. Method, system, and computer program product for managing routing servers and services
WO2001018712A1 (en) 1999-09-10 2001-03-15 Rodgers William C Web-based system to facilitate purchase, pick-up, and delivery of, and escrow and payment for, merchandise
US6766330B1 (en) * 1999-10-19 2004-07-20 International Business Machines Corporation Universal output constructor for XML queries universal output constructor for XML queries
US6721727B2 (en) 1999-12-02 2004-04-13 International Business Machines Corporation XML documents stored as column data
US20020116371A1 (en) 1999-12-06 2002-08-22 David Dodds System and method for the storage, indexing and retrieval of XML documents using relation databases
US6418448B1 (en) 1999-12-06 2002-07-09 Shyam Sundar Sarkar Method and apparatus for processing markup language specifications for data and metadata used inside multiple related internet documents to navigate, query and manipulate information from a plurality of object relational databases over the web
JP3937380B2 (ja) 1999-12-14 2007-06-27 富士通株式会社 パスサーチ回路
US6615203B1 (en) 1999-12-17 2003-09-02 International Business Machines Corporation Method, computer program product, and system for pushdown analysis during query plan generation
US6507834B1 (en) 1999-12-22 2003-01-14 Ncr Corporation Method and apparatus for parallel execution of SQL from stored procedures
US6594651B2 (en) 1999-12-22 2003-07-15 Ncr Corporation Method and apparatus for parallel execution of SQL-from within user defined functions
US6353821B1 (en) 1999-12-23 2002-03-05 Bull Hn Information Systems Inc. Method and data processing system for detecting patterns in SQL to allow optimized use of multi-column indexes
WO2001052090A2 (en) * 2000-01-14 2001-07-19 Saba Software, Inc. Method and apparatus for a web content platform
US20010047372A1 (en) 2000-02-11 2001-11-29 Alexander Gorelik Nested relational data model
US6996557B1 (en) 2000-02-15 2006-02-07 International Business Machines Corporation Method of optimizing SQL queries where a predicate matches nullable operands
US7072896B2 (en) 2000-02-16 2006-07-04 Verizon Laboratories Inc. System and method for automatic loading of an XML document defined by a document-type definition into a relational database including the generation of a relational schema therefor
US20020029207A1 (en) 2000-02-28 2002-03-07 Hyperroll, Inc. Data aggregation server for managing a multi-dimensional database and database management system having data aggregation server integrated therein
AU2001239998A1 (en) 2000-02-28 2001-09-12 Fibercycle Networks, Inc. System and method for high speed string matching
US6449620B1 (en) 2000-03-02 2002-09-10 Nimble Technology, Inc. Method and apparatus for generating information pages using semi-structured data stored in a structured manner
US7823066B1 (en) 2000-03-03 2010-10-26 Tibco Software Inc. Intelligent console for content-based interactivity
US6751619B1 (en) 2000-03-15 2004-06-15 Microsoft Corporation Methods and apparatus for tuple management in data processing system
US6523102B1 (en) 2000-04-14 2003-02-18 Interactive Silicon, Inc. Parallel compression/decompression system and method for implementation of in-memory compressed cache improving storage density and access speed for industry standard memory subsystems and in-line memory modules
US7020696B1 (en) 2000-05-20 2006-03-28 Ciena Corp. Distributed user management information in telecommunications networks
US7076647B2 (en) * 2000-06-09 2006-07-11 Hewlett-Packard Development Company, L.P. Dynamic kernel tunables
US6578032B1 (en) 2000-06-28 2003-06-10 Microsoft Corporation Method and system for performing phrase/word clustering and cluster merging
US7958025B2 (en) 2000-08-04 2011-06-07 Goldman Sachs & Co. Method and system for processing raw financial data streams to produce and distribute structured and validated product offering objects
US7139844B2 (en) 2000-08-04 2006-11-21 Goldman Sachs & Co. Method and system for processing financial data objects carried on broadcast data streams and delivering information to subscribing clients
US6708186B1 (en) 2000-08-14 2004-03-16 Oracle International Corporation Aggregating and manipulating dictionary metadata in a database system
US7095744B2 (en) 2000-11-22 2006-08-22 Dune Networks Method and system for switching variable sized packets
US20040003132A1 (en) 2000-12-06 2004-01-01 Biosentients, Inc. Data pool architecture, system, and method for intelligent object data in heterogeneous data environments
US7062749B2 (en) 2000-12-15 2006-06-13 Promenix, Inc. Measuring, monitoring and tracking enterprise communications and processes
DE60132243T2 (de) 2000-12-15 2008-12-11 British Telecommunications P.L.C. Verfahren zum indizieren von entitäten
US7185232B1 (en) 2001-02-28 2007-02-27 Cenzic, Inc. Fault injection methods and apparatus
WO2002071260A1 (en) 2001-03-01 2002-09-12 Aalborg Universitet Adaptable query optimization and evaluation in temporal middleware
US6542911B2 (en) 2001-03-01 2003-04-01 Sun Microsystems, Inc. Method and apparatus for freeing memory from an extensible markup language document object model tree active in an application cache
GB2377038A (en) 2001-04-10 2002-12-31 I2 Ltd Method for identifying patterns in sequential event streams
US6748386B1 (en) 2001-04-24 2004-06-08 Nec Corporation System and method for automated construction of URL, cookie, and database query mapping
US6785677B1 (en) 2001-05-02 2004-08-31 Unisys Corporation Method for execution of query to search strings of characters that match pattern with a target string utilizing bit vector
US6850925B2 (en) 2001-05-15 2005-02-01 Microsoft Corporation Query optimization by sub-plan memoization
US7540011B2 (en) 2001-06-11 2009-05-26 Arrowsight, Inc. Caching graphical interface for displaying video and ancillary data from a saved video
US7757225B2 (en) 2001-06-29 2010-07-13 Microsoft Corporation Linktime recognition of alternative implementations of programmed functionality
WO2003023548A2 (en) 2001-09-12 2003-03-20 Raqia Networks, Inc. High speed data stream pattern recognition
US7203927B2 (en) 2001-09-20 2007-04-10 International Business Machines Corporation SQL debugging using XML dataflows
AU2002334721B2 (en) 2001-09-28 2008-10-23 Oracle International Corporation An index structure to access hierarchical data in a relational database system
US20030065655A1 (en) 2001-09-28 2003-04-03 International Business Machines Corporation Method and apparatus for detecting query-driven topical events using textual phrases on foils as indication of topic
US6915290B2 (en) 2001-12-11 2005-07-05 International Business Machines Corporation Database query optimization apparatus and method that represents queries as graphs
US7475058B2 (en) 2001-12-14 2009-01-06 Microsoft Corporation Method and system for providing a distributed querying and filtering system
US20030135304A1 (en) 2002-01-11 2003-07-17 Brian Sroub System and method for managing transportation assets
US7117200B2 (en) 2002-01-11 2006-10-03 International Business Machines Corporation Synthesizing information-bearing content from multiple channels
AU2003205166A1 (en) 2002-01-14 2003-07-30 Jerzy Lewak Identifier vocabulary data access method and system
US7225188B1 (en) 2002-02-13 2007-05-29 Cisco Technology, Inc. System and method for performing regular expression matching with high parallelism
US6985904B1 (en) 2002-02-28 2006-01-10 Oracle International Corporation Systems and methods for sharing of execution plans for similar database statements
US7567953B2 (en) 2002-03-01 2009-07-28 Business Objects Americas System and method for retrieving and organizing information from disparate computer network information sources
CA2374271A1 (en) 2002-03-01 2003-09-01 Ibm Canada Limited-Ibm Canada Limitee Redundant join elimination and sub-query elimination using subsumption
US7107285B2 (en) 2002-03-16 2006-09-12 Questerra Corporation Method, system, and program for an improved enterprise spatial system
US20080010241A1 (en) 2002-04-02 2008-01-10 Mcgoveran David O Computer-implemented method for managing through symbolic abstraction of a membership expression multiple logical representations and storage structures
WO2003094051A1 (en) 2002-04-29 2003-11-13 Laboratory For Computational Analytics And Semiotics, Llc Sequence miner
US20030236766A1 (en) 2002-05-14 2003-12-25 Zenon Fortuna Identifying occurrences of selected events in a system
US7093023B2 (en) 2002-05-21 2006-08-15 Washington University Methods, systems, and devices using reprogrammable hardware for high-speed processing of streaming data to find a redefinable pattern and respond thereto
DE10392750T5 (de) 2002-06-05 2005-11-03 Sap Aktiengesellschaft Vorrichtung und Verfahren zum Abstimmen von variablen Hilfsinformationen auf Hauptbüroinformationen in einem Firmensystem
AU2003263987A1 (en) 2002-08-05 2004-02-23 John Campbell System of finite state machines
US7451143B2 (en) 2002-08-28 2008-11-11 Cisco Technology, Inc. Programmable rule processing apparatus for conducting high speed contextual searches and characterizations of patterns in data
US8165993B2 (en) 2002-09-06 2012-04-24 Oracle International Corporation Business intelligence system with interface that provides for immediate user action
US7120645B2 (en) 2002-09-27 2006-10-10 Oracle International Corporation Techniques for rewriting XML queries directed to relational database constructs
US7043476B2 (en) 2002-10-11 2006-05-09 International Business Machines Corporation Method and apparatus for data mining to discover associations and covariances associated with data
FR2846181B1 (fr) 2002-10-16 2005-09-02 Canon Kk Procede et dispositif de selection de donnees dans un reseau de communication
US7653645B1 (en) 2002-10-29 2010-01-26 Novell, Inc. Multi-epoch method for saving and exporting file system events
US7213040B1 (en) 2002-10-29 2007-05-01 Novell, Inc. Apparatus for policy based storage of file data and meta-data changes over time
US20040088404A1 (en) 2002-11-01 2004-05-06 Vikas Aggarwal Administering users in a fault and performance monitoring system using distributed data gathering and storage
US7134143B2 (en) 2003-02-04 2006-11-07 Stellenberg Gerald S Method and apparatus for data packet pattern matching
GB0228447D0 (en) 2002-12-06 2003-01-08 Nicholls Charles M System for detecting and interpreting transactions events or changes in computer systems
US7051034B1 (en) 2002-12-18 2006-05-23 Oracle International Corporation Dynamic optimization for processing a restartable sub-tree of a query execution plan
US20050096124A1 (en) 2003-01-21 2005-05-05 Asip Holdings, Inc. Parimutuel wagering system with opaque transactions
US7954109B1 (en) 2003-01-24 2011-05-31 Jds Uniphase Corporation Systems and methods for time based sorting and display of captured data events in a multi-protocol communications system
US7437675B2 (en) 2003-02-03 2008-10-14 Hewlett-Packard Development Company, L.P. System and method for monitoring event based systems
US7634501B2 (en) 2003-02-05 2009-12-15 Next Generation Software Method and apparatus for mediated cooperation
US7305391B2 (en) 2003-02-07 2007-12-04 Safenet, Inc. System and method for determining the start of a match of a regular expression
US7062507B2 (en) 2003-02-24 2006-06-13 The Boeing Company Indexing profile for efficient and scalable XML based publish and subscribe system
US7185315B2 (en) 2003-02-25 2007-02-27 Sheet Dynamics, Ltd. Graphical feedback of disparities in target designs in graphical development environment
US7693810B2 (en) 2003-03-04 2010-04-06 Mantas, Inc. Method and system for advanced scenario based alert generation and processing
US7324108B2 (en) 2003-03-12 2008-01-29 International Business Machines Corporation Monitoring events in a computer network
US7392239B2 (en) 2003-04-14 2008-06-24 International Business Machines Corporation System and method for querying XML streams
CA2427209A1 (en) 2003-04-30 2004-10-30 Ibm Canada Limited - Ibm Canada Limitee Optimization of queries on views defined by conditional expressions having mutually exclusive conditions
US7103611B2 (en) 2003-05-01 2006-09-05 Oracle International Corporation Techniques for retaining hierarchical information in mapping between XML documents and relational data
US6836778B2 (en) 2003-05-01 2004-12-28 Oracle International Corporation Techniques for changing XML content in a relational database
US7386568B2 (en) 2003-05-01 2008-06-10 Oracle International Corporation Techniques for partial rewrite of XPath queries in a relational database
US7546284B1 (en) 2003-06-11 2009-06-09 Blue Titan Software, Inc. Virtual message persistence service
US7519577B2 (en) 2003-06-23 2009-04-14 Microsoft Corporation Query intermediate language method and system
US7146352B2 (en) 2003-06-23 2006-12-05 Microsoft Corporation Query optimizer system and method
CA2433750A1 (en) 2003-06-27 2004-12-27 Ibm Canada Limited - Ibm Canada Limitee Automatic collection of trace detail and history data
WO2005008529A2 (en) 2003-07-07 2005-01-27 Netezza Corporation Optimized sql code generation
US20050010896A1 (en) 2003-07-07 2005-01-13 International Business Machines Corporation Universal format transformation between relational database management systems and extensible markup language using XML relational transformation
WO2005010727A2 (en) 2003-07-23 2005-02-03 Praedea Solutions, Inc. Extracting data from semi-structured text documents
US7873645B2 (en) 2003-09-05 2011-01-18 Oracle International Corporation Method and mechanism for handling arbitrarily-sized XML in SQL operator tree
US20050097128A1 (en) 2003-10-31 2005-05-05 Ryan Joseph D. Method for scalable, fast normalization of XML documents for insertion of data into a relational database
US7167848B2 (en) 2003-11-07 2007-01-23 Microsoft Corporation Generating a hierarchical plain-text execution plan from a database query
GB0327589D0 (en) 2003-11-27 2003-12-31 Ibm Searching in a computer network
US9116929B2 (en) 2003-12-08 2015-08-25 Teradata Us, Inc. Workload priority influenced data temperature
US7508985B2 (en) 2003-12-10 2009-03-24 International Business Machines Corporation Pattern-matching system
US7308561B2 (en) 2003-12-12 2007-12-11 Alcatel Lucent Fast, scalable pattern-matching engine
US7672964B1 (en) 2003-12-31 2010-03-02 International Business Machines Corporation Method and system for dynamically initializing a view for a streaming data base system
US8775412B2 (en) 2004-01-08 2014-07-08 International Business Machines Corporation Method and system for a self-healing query access plan
US7376656B2 (en) 2004-02-10 2008-05-20 Microsoft Corporation System and method for providing user defined aggregates in a database system
US7194451B2 (en) 2004-02-26 2007-03-20 Microsoft Corporation Database monitoring system
US20050204340A1 (en) 2004-03-10 2005-09-15 Ruminer Michael D. Attribute-based automated business rule identifier and methods of implementing same
US7398265B2 (en) 2004-04-09 2008-07-08 Oracle International Corporation Efficient query processing of XML data using XML index
US20050273352A1 (en) 2004-05-07 2005-12-08 Lombardi Software, Inc. Business method for continuous process improvement
US20050273450A1 (en) 2004-05-21 2005-12-08 Mcmillen Robert J Regular expression acceleration engine and processing model
US7552365B1 (en) 2004-05-26 2009-06-23 Amazon Technologies, Inc. Web site system with automated processes for detecting failure events and for selecting failure events for which to request user feedback
US7516121B2 (en) 2004-06-23 2009-04-07 Oracle International Corporation Efficient evaluation of queries using translation
US7599924B2 (en) 2004-06-25 2009-10-06 International Business Machines Corporation Relationship management in a data abstraction model
US7370273B2 (en) * 2004-06-30 2008-05-06 International Business Machines Corporation System and method for creating dynamic folder hierarchies
US20060007308A1 (en) 2004-07-12 2006-01-12 Ide Curtis E Environmentally aware, intelligent surveillance device
US7668806B2 (en) 2004-08-05 2010-02-23 Oracle International Corporation Processing queries against one or more markup language sources
US20060047696A1 (en) 2004-08-24 2006-03-02 Microsoft Corporation Partially materialized views
GB0420097D0 (en) 2004-09-10 2004-10-13 Cotares Ltd Apparatus for and method of providing data to an external application
US7668856B2 (en) 2004-09-30 2010-02-23 Alcatel-Lucent Usa Inc. Method for distinct count estimation over joins of continuous update stream
US7310638B1 (en) 2004-10-06 2007-12-18 Metra Tech Method and apparatus for efficiently processing queries in a streaming transaction processing system
US7519962B2 (en) 2004-10-07 2009-04-14 Thomson Financial Llc Command script parsing using local and extended storage for command lookup
US20080077570A1 (en) 2004-10-25 2008-03-27 Infovell, Inc. Full Text Query and Search Systems and Method of Use
WO2006047654A2 (en) 2004-10-25 2006-05-04 Yuanhua Tang Full text query and search systems and methods of use
US7403945B2 (en) 2004-11-01 2008-07-22 Sybase, Inc. Distributed database system providing data and space management methodology
US7533087B2 (en) 2004-11-05 2009-05-12 International Business Machines Corporation Method, system, and program for executing a query having a union all operator and data modifying operations
US20060100969A1 (en) 2004-11-08 2006-05-11 Min Wang Learning-based method for estimating cost and statistics of complex operators in continuous queries
US7493304B2 (en) 2004-11-12 2009-02-17 International Business Machines Corporation Adjusting an amount of data logged for a query based on a change to an access plan
US7526461B2 (en) 2004-11-17 2009-04-28 Gm Global Technology Operations, Inc. System and method for temporal data mining
JP2006155404A (ja) 2004-11-30 2006-06-15 Toshiba Corp 時間情報抽出装置、時間情報抽出方法、及び時間情報抽出プログラム
US7383253B1 (en) 2004-12-17 2008-06-03 Coral 8, Inc. Publish and subscribe capable continuous query processor for real-time data streams
US20060155719A1 (en) 2005-01-10 2006-07-13 International Business Machines Corporation Complex event discovery in event databases
EP1684192A1 (en) * 2005-01-25 2006-07-26 Ontoprise GmbH Integration platform for heterogeneous information sources
AU2006217563B2 (en) 2005-02-22 2012-05-17 Connectif Solutions Inc. Distributed asset management system and method
KR100690787B1 (ko) 2005-02-25 2007-03-09 엘지전자 주식회사 무선통신 시스템에서 이벤트 통지방법
AU2006221023A1 (en) 2005-03-03 2006-09-14 Washington University Method and apparatus for performing biosequence similarity searching
US8463801B2 (en) 2005-04-04 2013-06-11 Oracle International Corporation Effectively and efficiently supporting XML sequence type and XQuery sequence natively in a SQL system
US7428555B2 (en) 2005-04-07 2008-09-23 Google Inc. Real-time, computer-generated modifications to an online advertising program
US7685150B2 (en) 2005-04-19 2010-03-23 Oracle International Corporation Optimization of queries over XML views that are based on union all operators
JP4687253B2 (ja) 2005-06-03 2011-05-25 株式会社日立製作所 ストリームデータ処理システムのクエリ処理方法
US20060294095A1 (en) 2005-06-09 2006-12-28 Mantas, Inc. Runtime thresholds for behavior detection
US9792351B2 (en) 2005-06-10 2017-10-17 International Business Machines Corporation Tolerant and extensible discovery of relationships in data using structural information and data analysis
US9747560B2 (en) 2005-07-13 2017-08-29 Sap Se Method and system for combination of independent demand data streams
JP4723301B2 (ja) 2005-07-21 2011-07-13 株式会社日立製作所 ストリームデータ処理システムおよびストリームデータ処理方法
US7962616B2 (en) 2005-08-11 2011-06-14 Micro Focus (Us), Inc. Real-time activity monitoring and reporting
US20090172014A1 (en) 2005-08-23 2009-07-02 Raymond John Huetter Stream-Oriented Database Machine and Method
US7990646B2 (en) 2005-09-30 2011-08-02 Seagate Technology Llc Data pattern detection using adaptive search windows
US7937257B2 (en) 2005-10-10 2011-05-03 Oracle International Corporation Estimating performance of application based on automatic resizing of shared memory for messaging
KR100813000B1 (ko) 2005-12-01 2008-03-13 한국전자통신연구원 데이터 중복 처리 방지 기능을 가지는 스트림 데이터 처리시스템 및 그 방법
US7702629B2 (en) 2005-12-02 2010-04-20 Exegy Incorporated Method and device for high performance regular expression pattern matching
US20070136254A1 (en) 2005-12-08 2007-06-14 Hyun-Hwa Choi System and method for processing integrated queries against input data stream and data stored in database using trigger
US7502889B2 (en) 2005-12-30 2009-03-10 Intel Corporation Home node aware replacement policy for caches in a multiprocessor system
US7814111B2 (en) 2006-01-03 2010-10-12 Microsoft International Holdings B.V. Detection of patterns in data records
US7844829B2 (en) 2006-01-18 2010-11-30 Sybase, Inc. Secured database system with built-in antivirus protection
US20070192301A1 (en) 2006-02-15 2007-08-16 Encirq Corporation Systems and methods for indexing and searching data records based on distance metrics
US20070198479A1 (en) 2006-02-16 2007-08-23 International Business Machines Corporation Streaming XPath algorithm for XPath expressions with predicates
US7446352B2 (en) 2006-03-09 2008-11-04 Tela Innovations, Inc. Dynamic array architecture
US7536396B2 (en) 2006-03-21 2009-05-19 At&T Intellectual Property Ii, L.P. Query-aware sampling of data streams
US7877381B2 (en) 2006-03-24 2011-01-25 International Business Machines Corporation Progressive refinement of a federated query plan during query execution
US20070226188A1 (en) 2006-03-27 2007-09-27 Theodore Johnson Method and apparatus for data stream sampling
US8788569B2 (en) 2006-03-31 2014-07-22 British Telecommunications Public Limited Company Server computer system running versions of an application simultaneously
US7644066B2 (en) 2006-03-31 2010-01-05 Oracle International Corporation Techniques of efficient XML meta-data query using XML table index
CN101060422A (zh) * 2006-04-17 2007-10-24 华为技术有限公司 一种查询和修改cpe参数的方法
WO2007122347A1 (fr) 2006-04-20 2007-11-01 France Telecom Procede d'optimisation de la collecte d'evenements, procede de supervision, produits programmes d'ordinateur et dispositifs correspondants
US7636703B2 (en) 2006-05-02 2009-12-22 Exegy Incorporated Method and apparatus for approximate pattern matching
US7548937B2 (en) 2006-05-04 2009-06-16 International Business Machines Corporation System and method for scalable processing of multi-way data stream correlations
US8131696B2 (en) 2006-05-19 2012-03-06 Oracle International Corporation Sequence event processing using append-only tables
US7613848B2 (en) 2006-06-13 2009-11-03 International Business Machines Corporation Dynamic stabilization for a stream processing system
US20070294217A1 (en) 2006-06-14 2007-12-20 Nec Laboratories America, Inc. Safety guarantee of continuous join queries over punctuated data streams
US7921046B2 (en) 2006-06-19 2011-04-05 Exegy Incorporated High speed processing of financial information using FPGA devices
US20080010093A1 (en) 2006-06-30 2008-01-10 Laplante Pierre System and Method for Processing Health Information
US7499909B2 (en) 2006-07-03 2009-03-03 Oracle International Corporation Techniques of using a relational caching framework for efficiently handling XML queries in the mid-tier data caching
US20080016095A1 (en) 2006-07-13 2008-01-17 Nec Laboratories America, Inc. Multi-Query Optimization of Window-Based Stream Queries
US7496683B2 (en) 2006-07-27 2009-02-24 International Business Machines Corporation Maximization of sustained throughput of distributed continuous queries
US8671091B2 (en) 2006-08-02 2014-03-11 Hewlett-Packard Development Company, L.P. Optimizing snowflake schema queries
US20080034427A1 (en) 2006-08-02 2008-02-07 Nec Laboratories America, Inc. Fast and scalable process for regular expression search
US7580946B2 (en) 2006-08-11 2009-08-25 Bizweel Ltd. Smart integration engine and metadata-oriented architecture for automatic EII and business integration
US8099400B2 (en) 2006-08-18 2012-01-17 National Instruments Corporation Intelligent storing and retrieving in an enterprise data system
KR100778314B1 (ko) 2006-08-21 2007-11-22 한국전자통신연구원 사용자 정의 공유 트리거를 이용한 데이터 스트림과 저장데이터에 대한 통합 연속 질의 처리 시스템 및 그 방법
CN101136906B (zh) * 2006-08-31 2010-07-21 华为技术有限公司 移动IPv6中的通讯方法和移动IPv6通讯系统
US8260910B2 (en) 2006-09-19 2012-09-04 Oracle America, Inc. Method and apparatus for monitoring a data stream to detect a pattern of data elements using bloom filters
US20080082484A1 (en) 2006-09-28 2008-04-03 Ramot At Tel-Aviv University Ltd. Fast processing of an XML data stream
US20080082514A1 (en) 2006-09-29 2008-04-03 International Business Machines Corporation Method and apparatus for integrating relational and hierarchical data
US20080098359A1 (en) 2006-09-29 2008-04-24 Ventsislav Ivanov Manipulation of trace sessions based on address parameters
US8645176B2 (en) 2006-10-05 2014-02-04 Trimble Navigation Limited Utilizing historical data in an asset management environment
US7988817B2 (en) 2006-11-10 2011-08-02 Adp Engineering Co., Ltd. Lift pin driving device and a flat panel display manufacturing apparatus having same
JP4933222B2 (ja) 2006-11-15 2012-05-16 株式会社日立製作所 インデックス処理方法及び計算機システム
US9436779B2 (en) 2006-11-17 2016-09-06 Oracle International Corporation Techniques of efficient XML query using combination of XML table index and path/value index
US20080120283A1 (en) 2006-11-17 2008-05-22 Oracle International Corporation Processing XML data stream(s) using continuous queries in a data stream management system
US7827190B2 (en) 2006-12-08 2010-11-02 Pandya Ashish A Complex symbol evaluation for programmable intelligent search memory
US7716210B2 (en) 2006-12-20 2010-05-11 International Business Machines Corporation Method and apparatus for XML query evaluation using early-outs and multiple passes
US7895187B2 (en) 2006-12-21 2011-02-22 Sybase, Inc. Hybrid evaluation of expressions in DBMS
US20080195577A1 (en) 2007-02-09 2008-08-14 Wei Fan Automatically and adaptively determining execution plans for queries with parameter markers
US7630982B2 (en) 2007-02-24 2009-12-08 Trend Micro Incorporated Fast identification of complex strings in a data stream
US20090327102A1 (en) 2007-03-23 2009-12-31 Jatin Maniar System and method for providing real time asset visibility
US7827146B1 (en) 2007-03-30 2010-11-02 Symantec Operating Corporation Storage system
US8065319B2 (en) 2007-04-01 2011-11-22 Nec Laboratories America, Inc. Runtime semantic query optimization for event stream processing
US8370812B2 (en) 2007-04-02 2013-02-05 International Business Machines Corporation Method and system for automatically assembling processing graphs in information processing systems
US8098248B2 (en) 2007-04-02 2012-01-17 International Business Machines Corporation Method for semantic modeling of stream processing components to enable automatic application composition
US7818292B2 (en) 2007-04-05 2010-10-19 Anil Kumar Nori SQL change tracking layer
JP2008262046A (ja) 2007-04-12 2008-10-30 Hitachi Ltd 会議可視化システム、会議可視化方法、及び集計処理サーバ
US7788206B2 (en) 2007-04-30 2010-08-31 Lsi Corporation State machine compression using multi-character state transition instructions
US7945540B2 (en) 2007-05-04 2011-05-17 Oracle International Corporation Method to create a partition-by time/tuple-based window in an event processing service
US7912853B2 (en) 2007-05-07 2011-03-22 International Business Machines Corporation Query processing client-server database system
US7953728B2 (en) 2007-05-18 2011-05-31 Oracle International Corp. Queries with soft time constraints
US20080301135A1 (en) 2007-05-29 2008-12-04 Bea Systems, Inc. Event processing query language using pattern matching
US7975109B2 (en) 2007-05-30 2011-07-05 Schooner Information Technology, Inc. System including a fine-grained memory and a less-fine-grained memory
US7933894B2 (en) 2007-06-15 2011-04-26 Microsoft Corporation Parameter-sensitive plans for structural scenarios
US7689622B2 (en) 2007-06-28 2010-03-30 Microsoft Corporation Identification of events of search queries
US8832073B2 (en) 2007-06-29 2014-09-09 Alcatel Lucent Method and apparatus for efficient aggregate computation over data streams
US7676461B2 (en) 2007-07-18 2010-03-09 Microsoft Corporation Implementation of stream algebra over class instances
US8055653B2 (en) 2007-08-09 2011-11-08 International Business Machines Corporation Processing overlapping continuous queries
US20090070786A1 (en) 2007-09-11 2009-03-12 Bea Systems, Inc. Xml-based event processing networks for event server
US7827299B2 (en) 2007-09-11 2010-11-02 International Business Machines Corporation Transitioning between historical and real time data streams in the processing of data change messages
US20090076899A1 (en) 2007-09-14 2009-03-19 Gbodimowo Gbeminiyi A Method for analyzing, searching for, and trading targeted advertisement spaces
US7979420B2 (en) 2007-10-16 2011-07-12 Oracle International Corporation Handling silent relations in a data stream management system
US7996388B2 (en) 2007-10-17 2011-08-09 Oracle International Corporation Adding new continuous queries to a data stream management system operating on existing queries
US8700608B2 (en) 2007-10-17 2014-04-15 Oracle International Corporation SQL execution plan verification
US8296316B2 (en) 2007-10-17 2012-10-23 Oracle International Corporation Dynamically sharing a subtree of operators in a data stream management system operating on existing queries
US8073826B2 (en) 2007-10-18 2011-12-06 Oracle International Corporation Support for user defined functions in a data stream management system
US7739265B2 (en) 2007-10-18 2010-06-15 Oracle International Corporation Deleting a continuous query from a data stream management system continuing to operate on other queries
US7991766B2 (en) 2007-10-20 2011-08-02 Oracle International Corporation Support for user defined aggregations in a data stream management system
US8521867B2 (en) 2007-10-20 2013-08-27 Oracle International Corporation Support for incrementally processing user defined aggregations in a data stream management system
US7673065B2 (en) 2007-10-20 2010-03-02 Oracle International Corporation Support for sharing computation between aggregations in a data stream management system
US8335782B2 (en) 2007-10-29 2012-12-18 Hitachi, Ltd. Ranking query processing method for stream data and stream data processing system having ranking query processing mechanism
US8019747B2 (en) 2007-10-30 2011-09-13 Oracle International Corporation Facilitating flexible windows in data stream management systems
US8103655B2 (en) 2007-10-30 2012-01-24 Oracle International Corporation Specifying a family of logics defining windows in data stream management systems
US20090125550A1 (en) 2007-11-08 2009-05-14 Microsoft Corporation Temporal event stream model
US8315990B2 (en) 2007-11-08 2012-11-20 Microsoft Corporation Consistency sensitive streaming operators
WO2009114615A1 (en) * 2008-03-11 2009-09-17 Virtual Agility, Inc. Techniques for integrating parameterized information request into a system for collaborative work
US8429601B2 (en) 2007-11-29 2013-04-23 Red Hat, Inc. Code completion for object relational mapping query language (OQL) queries
US7870124B2 (en) 2007-12-13 2011-01-11 Oracle International Corporation Rewriting node reference-based XQuery using SQL/SML
CN101932999A (zh) 2007-12-20 2010-12-29 汇丰技术股份有限公司 用于并行开发和部署项目的自动方法和系统
US7882087B2 (en) 2008-01-15 2011-02-01 At&T Intellectual Property I, L.P. Complex dependencies for efficient data warehouse updates
US9489495B2 (en) 2008-02-25 2016-11-08 Georgetown University System and method for detecting, collecting, analyzing, and communicating event-related information
US8903802B2 (en) 2008-03-06 2014-12-02 Cisco Technology, Inc. Systems and methods for managing queries
US8055649B2 (en) 2008-03-06 2011-11-08 Microsoft Corporation Scaled management system
US7958114B2 (en) 2008-04-04 2011-06-07 Microsoft Corporation Detecting estimation errors in dictinct page counts
US7872948B2 (en) 2008-04-14 2011-01-18 The Boeing Company Acoustic wide area air surveillance system
US8122050B2 (en) 2008-04-16 2012-02-21 International Business Machines Corporation Query processing visualization system and method of visualizing query processing
JP5198929B2 (ja) 2008-04-25 2013-05-15 株式会社日立製作所 ストリームデータ処理方法及び計算機システム
US8155880B2 (en) 2008-05-09 2012-04-10 Locomatix Inc. Location tracking optimizations
US8850409B2 (en) * 2008-05-21 2014-09-30 Optumsoft, Inc. Notification-based constraint set translation to imperative execution
US7930322B2 (en) 2008-05-27 2011-04-19 Microsoft Corporation Text based schema discovery and information extraction
US8291006B2 (en) 2008-05-30 2012-10-16 International Business Machines Corporation Method for generating a distributed stream processing application
US8918507B2 (en) 2008-05-30 2014-12-23 Red Hat, Inc. Dynamic grouping of enterprise assets
US8112378B2 (en) 2008-06-17 2012-02-07 Hitachi, Ltd. Methods and systems for performing root cause analysis
US8316012B2 (en) 2008-06-27 2012-11-20 SAP France S.A. Apparatus and method for facilitating continuous querying of multi-dimensional data streams
US20110105857A1 (en) 2008-07-03 2011-05-05 Panasonic Corporation Impression degree extraction apparatus and impression degree extraction method
US8086644B2 (en) 2008-07-10 2011-12-27 International Business Machines Corporation Simplifying complex data stream problems involving feature extraction from noisy data
US8447739B2 (en) 2008-07-16 2013-05-21 SAP France S.A. Systems and methods to create continuous queries via a semantic layer
US9135583B2 (en) 2008-07-16 2015-09-15 Business Objects S.A. Systems and methods to create continuous queries associated with push-type and pull-type data
US8037040B2 (en) 2008-08-08 2011-10-11 Oracle International Corporation Generating continuous query notifications
US8335793B2 (en) 2008-08-22 2012-12-18 Disney Enterprises, Inc. System and method for optimized filtered data feeds to capture data and send to multiple destinations
US9305238B2 (en) 2008-08-29 2016-04-05 Oracle International Corporation Framework for supporting regular expression-based pattern matching in data streams
EP2329419A4 (en) 2008-09-15 2016-01-13 James A Aman AUTOMATED SESSION RECORDING WITH RULE-BASED INDEXING, ANALYSIS AND EXPRESSION OF CONTENT
US8032544B2 (en) 2008-09-24 2011-10-04 The Boeing Company Methods and apparatus for generating dynamic program files based on input queries that facilitate use of persistent query services
US8572103B2 (en) * 2008-09-29 2013-10-29 Sap Ag Method and system for benchmarking RFID data against SLA data
US20100094838A1 (en) 2008-10-10 2010-04-15 Ants Software Inc. Compatibility Server for Database Rehosting
JP5465413B2 (ja) 2008-10-29 2014-04-09 株式会社日立製作所 ストリームデータ処理方法、及びそのシステム
US8538981B2 (en) 2008-11-20 2013-09-17 Sap Ag Stream sharing for event data within an enterprise network
US8392402B2 (en) 2008-12-03 2013-03-05 International Business Machines Corporation Hybrid push/pull execution of continuous SQL queries
US8145621B2 (en) 2008-12-19 2012-03-27 Ianywhere Solutions, Inc. Graphical representation of query optimizer search space in a database management system
US8145859B2 (en) 2009-03-02 2012-03-27 Oracle International Corporation Method and system for spilling from a queue to a persistent store
US8935293B2 (en) 2009-03-02 2015-01-13 Oracle International Corporation Framework for dynamically generating tuple and page classes
US8352517B2 (en) 2009-03-02 2013-01-08 Oracle International Corporation Infrastructure for spilling pages to a persistent store
US8285709B2 (en) 2009-05-12 2012-10-09 Teradata Us, Inc. High-concurrency query operator and method
US8161035B2 (en) 2009-06-04 2012-04-17 Oracle International Corporation Query optimization by specifying path-based predicate evaluation in a path-based query operator
US8868725B2 (en) 2009-06-12 2014-10-21 Kent State University Apparatus and methods for real-time multimedia network traffic management and control in wireless networks
US8572589B2 (en) 2009-06-30 2013-10-29 Agilent Technologies, Inc. Programming language translator and enabling translation of machine-centric commands for controlling instrument
US8180801B2 (en) 2009-07-16 2012-05-15 Sap Ag Unified window support for event stream data management
US8387076B2 (en) 2009-07-21 2013-02-26 Oracle International Corporation Standardized database connectivity support for an event processing server
US8321450B2 (en) 2009-07-21 2012-11-27 Oracle International Corporation Standardized database connectivity support for an event processing server in an embedded context
US8386466B2 (en) 2009-08-03 2013-02-26 Oracle International Corporation Log visualization tool for a data stream processing server
US8527458B2 (en) 2009-08-03 2013-09-03 Oracle International Corporation Logging framework for a data stream processing server
CA2754159C (en) 2009-08-11 2012-05-15 Certusview Technologies, Llc Systems and methods for complex event processing of vehicle-related information
JP4925143B2 (ja) 2009-08-12 2012-04-25 株式会社日立製作所 ストリームデータ処理システム、ストリームデータ処理方法及びストリームデータ処理プログラム
US8204873B2 (en) 2009-08-26 2012-06-19 Hewlett-Packard Development Company, L.P. System and method for query expression optimization
CN102045162A (zh) * 2009-10-16 2011-05-04 电子科技大学 一种三模态生物特征持证人身份鉴别系统及其控制方法
US8195648B2 (en) 2009-10-21 2012-06-05 Microsoft Corporation Partitioned query execution in event processing systems
US9305057B2 (en) 2009-12-28 2016-04-05 Oracle International Corporation Extensible indexing framework using data cartridges
US8959106B2 (en) 2009-12-28 2015-02-17 Oracle International Corporation Class loading using java data cartridges
US9430494B2 (en) 2009-12-28 2016-08-30 Oracle International Corporation Spatial data cartridge for event processing systems
US9307038B2 (en) 2009-12-29 2016-04-05 Motorola Solutions, Inc. Method for presence notification based on a sequence of events
US8423576B2 (en) 2010-01-11 2013-04-16 International Business Machines Corporation System and method for querying data streams
EP2348416A1 (en) 2010-01-21 2011-07-27 Software AG Analysis system and method for analyzing continuous queries for data streams
US8484243B2 (en) 2010-05-05 2013-07-09 Cisco Technology, Inc. Order-independent stream query processing
US8762297B2 (en) 2010-05-17 2014-06-24 Microsoft Corporation Dynamic pattern matching over ordered and disordered data streams
US8442863B2 (en) 2010-06-17 2013-05-14 Microsoft Corporation Real-time-ready behavioral targeting in a large-scale advertisement system
US20110314019A1 (en) 2010-06-18 2011-12-22 Universidad Politecnica De Madrid Parallel processing of continuous queries on data streams
US8627329B2 (en) 2010-06-24 2014-01-07 International Business Machines Corporation Multithreaded physics engine with predictive load balancing
US8713049B2 (en) 2010-09-17 2014-04-29 Oracle International Corporation Support for a parameterized query/view in complex event processing
US8260803B2 (en) 2010-09-23 2012-09-04 Hewlett-Packard Development Company, L.P. System and method for data stream processing
EP2628093A1 (en) 2010-10-11 2013-08-21 Hewlett-Packard Development Company, L.P. System and method for querying a data stream
WO2012050582A1 (en) 2010-10-14 2012-04-19 Hewlett-Packard Development Company, L.P. Continuous querying of a data stream
US9189280B2 (en) 2010-11-18 2015-11-17 Oracle International Corporation Tracking large numbers of moving objects in an event processing system
US20120130963A1 (en) 2010-11-24 2012-05-24 Teradata Us, Inc. User defined function database processing
EP2469420B1 (en) 2010-12-22 2019-11-27 Software AG CEP engine and method for processing CEP queries
US8478743B2 (en) 2010-12-23 2013-07-02 Microsoft Corporation Asynchronous transfer of state information between continuous query plans
US8788484B2 (en) 2010-12-27 2014-07-22 Software Ag Systems and/or methods for user feedback driven dynamic query rewriting in complex event processing environments
US9350567B2 (en) 2011-01-25 2016-05-24 International Business Machines Corporation Network resource configurations
US8799271B2 (en) 2011-01-25 2014-08-05 Hewlett-Packard Development Company, L.P. Range predicate canonization for translating a query
US8655825B2 (en) 2011-03-10 2014-02-18 Sap Ag Efficient management of data quality for streaming event data
US8751639B2 (en) 2011-04-27 2014-06-10 Rackspace Us, Inc. Event queuing and distribution system
US8990416B2 (en) 2011-05-06 2015-03-24 Oracle International Corporation Support for a new insert stream (ISTREAM) operation in complex event processing (CEP)
WO2012152315A1 (en) 2011-05-10 2012-11-15 Telefonaktiebolaget L M Ericsson (Publ) Optimised data stream management system
US9965520B2 (en) 2011-06-17 2018-05-08 Microsoft Corporation Efficient logical merging over physically divergent streams
US9329975B2 (en) 2011-07-07 2016-05-03 Oracle International Corporation Continuous query language (CQL) debugger in complex event processing (CEP)
US20130031567A1 (en) 2011-07-25 2013-01-31 Microsoft Corporation Local event processing
US9286354B2 (en) 2011-08-15 2016-03-15 Software Ag Systems and/or methods for forecasting future behavior of event streams in complex event processing (CEP) environments
US8635208B2 (en) 2011-11-03 2014-01-21 Sap Ag Multi-state query migration in data stream management
US9424150B2 (en) 2011-12-06 2016-08-23 Sap Se Fault tolerance based query execution
WO2013131570A1 (en) 2012-03-08 2013-09-12 Telefonaktiebolaget L M Ericsson (Publ) Data stream management systems
US20130332240A1 (en) 2012-06-08 2013-12-12 University Of Southern California System for integrating event-driven information in the oil and gas fields
US9563663B2 (en) 2012-09-28 2017-02-07 Oracle International Corporation Fast path evaluation of Boolean predicates
US9361308B2 (en) 2012-09-28 2016-06-07 Oracle International Corporation State initialization algorithm for continuous queries over archived relations
US10956422B2 (en) 2012-12-05 2021-03-23 Oracle International Corporation Integrating event processing with map-reduce
US9053210B2 (en) 2012-12-14 2015-06-09 Microsoft Technology Licensing, Llc Graph query processing using plurality of engines
US9098587B2 (en) 2013-01-15 2015-08-04 Oracle International Corporation Variable duration non-event pattern matching
US10298444B2 (en) 2013-01-15 2019-05-21 Oracle International Corporation Variable duration windows on continuous data streams
US9047249B2 (en) 2013-02-19 2015-06-02 Oracle International Corporation Handling faults in a continuous event processing (CEP) system
US9390135B2 (en) 2013-02-19 2016-07-12 Oracle International Corporation Executing continuous event processing (CEP) queries in parallel
US9418113B2 (en) 2013-05-30 2016-08-16 Oracle International Corporation Value based windows on relations in continuous data streams

Also Published As

Publication number Publication date
US20120072455A1 (en) 2012-03-22
US9110945B2 (en) 2015-08-18
EP2616965B1 (en) 2019-07-24
EP2616965A1 (en) 2013-07-24
US20140136514A1 (en) 2014-05-15
CN106599164A (zh) 2017-04-26
JP5864583B2 (ja) 2016-02-17
WO2012037511A1 (en) 2012-03-22
US8713049B2 (en) 2014-04-29
JP2013540308A (ja) 2013-10-31

Similar Documents

Publication Publication Date Title
CN106599164B (zh) 复杂事件处理中对于参数化的查询/视图的支持
US20230252028A1 (en) Data serialization in a distributed event processing system
US20210263906A1 (en) Recreating an oltp table and reapplying database transactions for real-time analytics
US8498956B2 (en) Techniques for matching a certain class of regular expression-based patterns in data streams
US11182389B2 (en) Retaining fields from current event or group during stream aggregation
US8296316B2 (en) Dynamically sharing a subtree of operators in a data stream management system operating on existing queries
US8805834B2 (en) Extensible system and method for information extraction in a data processing system
US9460074B2 (en) Efficient data pattern matching
CN103189866B (zh) 复杂事件处理中对于参数化的查询/视图的支持
WO2009007754A1 (en) Graphical user interface tool
US10877971B2 (en) Logical queries in a distributed stream processing system
CN109522341A (zh) 实现基于sql的流式数据处理引擎的方法、装置、设备
CN113962597A (zh) 一种数据分析方法、装置、电子设备及存储介质
US10318397B2 (en) Efficient data pattern matching
Nabi et al. Real-Time ETL and Analytics Magic

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant