Giter VIP home page Giter VIP logo

Comments (4)

pykello avatar pykello commented on July 17, 2024

Do you mean ORC files created by Hive? We don't have plans to support Hive's ORC files.

You can reattach files pre-made by cstore_fdw to other tables by setting the appropriate filename.

What is your use-case here?

from cstore_fdw.

davidfetter avatar davidfetter commented on July 17, 2024

Yes, Hive ORC files was what I had in mind. Where are the docs for reattaching cstore_fdw-made ORC files? Is this worked into pg_dump?

Anyhow, my actual use case is broader: attaching to existing Hive (or the underlying Hadoop/HDFS/etc., whichever is simpler to accomplish) with PostgreSQL.

from cstore_fdw.

pykello avatar pykello commented on July 17, 2024

Sorry for replying so late.

For attaching cstore_fdw-made files, assuming that your file is at /path/to/cstore/file, you can do:

CREATE FOREIGN TABLE attached_cstore_table(column_list)
SERVER cstore_server
OPTIONS (filename '/path/to/cstore/file');

For attaching Hive ORC files, we don't have any official solutions yet. You can take a look at orc_fdw which tries to wrap around Hive ORC files, but I think that project is not finished yet and isn't very easy to use.

from cstore_fdw.

pykello avatar pykello commented on July 17, 2024

We don't have any plans to support Hive's ORC files, and if we do it will be done as a separate project, so I am closing this issue.

from cstore_fdw.

Related Issues (20)

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.