scispace - formally typeset
J

Jian-Jun Chen

Researcher at NCR Corporation

Publications -  4
Citations -  350

Jian-Jun Chen is an academic researcher from NCR Corporation. The author has contributed to research in topics: Query optimization & Sargable. The author has an hindex of 3, co-authored 4 publications receiving 350 citations.

Papers
More filters
Patent

Method and apparatus for parallel execution of SQL-from within user defined functions

TL;DR: In this paper, a C++ class (hereinafter referred to as "dispatcher") is proposed to take an SQL query and start parallel execution of the query, which is optimized and parallelized.
Patent

Method and apparatus for parallel execution of sql from stored procedures

TL;DR: In this article, a C++ class (hereinafter referred to as "dispatcher") is proposed to take an SQL query and start parallel execution of the query, and the dispatcher merges the results of the parallel execution and produces a single stream of tuples that is fed to the calling stored procedure.
Patent

Method and apparatus for parallel execution of trigger actions

TL;DR: In this paper, a C++ class called dispatcher is proposed to take an SQL query or trigger action and start parallel execution of the trigger action, and all the results are sent back to the trigger.