Conor Cunningham
Microsoft
31 Papers
682 Citations
Conor Cunningham is an academic researcher from Microsoft. The author has contributed to research in topics: Query optimization & View. The author has an hindex of 17, co-authored 31 publications.
Chat about Author
Papers
PIVOT and UNPIVOT: optimization and execution strategies in an RDBMS
Conor Cunningham,Cesar A. Galindo-Legaria,Goetz Graefe +2 more
- 31 Aug 2004
TL;DR: This work discusses query optimization and execution implications of this integrated design, and evaluates the performance of this approach using a prototype implementation in Microsoft SQL Server.
Patent
Structured indexes on results of function applications over data
Conor Cunningham,Eric N. Hanson,Milind M. Joshi,Cesar A. Galindo-Legaria,Florian Waas +4 more
- 04 Feb 2005
TL;DR: In this paper, a back-join is provided from the indexed view to the base table to allow fields from the base tables that are not present in the index view to be included in a result of a query on the table which is processed using the index as an access path.
98
PIVOT and UNPIVOT
Conor Cunningham,Cesar A. Galindo-Legaria,Goetz Graefe +2 more
- 01 Jan 2004
TL;DR: PIVOT as discussed by the authors is a two operators on tabular data that exchange rows and columns, enabling data transformations useful in data modeling, data analysis, and data presentation. But they can quite easily be implemented inside a query processor, much like select, project, and join.
87
Patent
Systems and methods for fine grained access control of data stored in relational databases
Tanmoy Dutta,Conor Cunningham,Stefano Stefani,Girish Chander,Eric N. Hanson +4 more
- 26 Jul 2004
TL;DR: In this paper, a system and a method for facilitating secure access to database(s) is provided, where discriminatory access policies on persistent entities can be defined and enforced while preserving set-based associative query capabilities.
82
Froid: optimization of imperative programs in a relational database
Karthik Ramachandra,Kwanghyun Park,K. Venkatesh Emani,Alan Halverson,Cesar A. Galindo-Legaria,Conor Cunningham +5 more
- 01 Dec 2017
TL;DR: Froid as mentioned in this paper is an extensible framework for optimizing imperative programs in relational databases, which automatically transforms entire UDFs into relational algebraic expressions, and embeds them into the calling SQL query.