Coder Social home page Coder Social logo

trino-kdb's People

Contributors

tuor713 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

tmdc-io zeddit

trino-kdb's Issues

Case-sensitive tables don't work

During query processing table and column names appear to get converted to lower case. However, KDB expects symbols in proper case.

Support session-level overrides for configuration

ConnectorSession appears to have the ability to retrieve properties from the session.

The use case would for example be to disable push down aggregation selectively for a query where it yields an incorrect or inefficient query plan.

So something like SET SESSION push.down.aggregation = false; would disable aggregation in the user's session.

change underlying kdb driver to pykx

the project of javakdb seems not to be maintained.
however, a project named pykx is rising and I tested it is far more faster than javakdb, because the kdb setup a new data gateway to serve pykx request. (I don't know if my test is correct)

I found it is possible to invoke python runtime in java. and I wonder if using the pykx could lead to a better performance in latency and scale.

thanks.

extending to support presto at the same time

presto seems to be more stable and has a more energetic community.

I have encountered a performance issue which causes the bottleneck at client side, however when I migrate to presto, the bottleneck dismissed.

I think the main structure of the plugin about trino and presto is similar, is it possible to support them both and add a compiler flag to allow user to choose the artifact.

great thanks.

Gracefully handle undefined types

Tables can have columns with empty type - i.e. no data is loaded and the column is not yet typed. This should ideally not crash the Trino process or at least give a good error message.

License?

Hi, might have cause to use this project. Seems like no license is indicated. Safe to assume a permissive license or did you have something else in mind?

PS: Couldn’t seem to find a way to reach out through email or anything, but would appreciate picking your brain about how well you feel kdb and trino work together sometime

Support tables in namespaces

Usually tables in KDB are in the top namespace .. However, in some more advanced installations tables can reside in namespaces. These could be exposed using the schema concept in Trino.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.