Skip to content

Meeting note (Sep 21) #10

Description

@wukefe

Done

  1. Found a bug in GCC compiler optimization (-O3)
  2. Changed the compiler from gcc-5 to gcc-7
  3. Completed query 4 and 6

To-do

  1. To work on query 9 (with total 6 joins)
  2. To complete all queries by the end of this month
  3. To start writing paper at the beginning of October

Answer the following questions.

  1. What is the problem?
  • Lack of a programming interface for UDFs
  • Database optimizations lag off compiler optimizations
  1. Why is it important?
  • Performance is the king
  • Productivity
  1. Why is it hard?
  • Hard to utilize modern hardware
  • E.g. MonetDB backend
  1. Why hasn't it been solved already?
  • DB researchers think high-level impl. could hurt the holistic performance
  • Low-level efficient impl. is preferred
  1. What is your solution?
  • Array programming + compiler optimizations
  1. Why is it a favorite?
  • A fit combination of array programming and column-based DB

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions