0

How to compose and execute column-oriented queries in yugabytedb to support data science operations.

AVA
  • 2,474
  • 2
  • 26
  • 41
  • "data science operation" is vague. Can you be more specific regarding which function/queries you're interested ? – dh YB Jan 14 '20 at 09:59

1 Answers1

0

You should be able to select just the subset of columns in your query, not sure if that is what you're asking about though.

If you're checking about YugabyteDB storing data in columnar format (as opposed to row format) - we currently do not support that. Could you please open a GitHub issue for that on our main repo?

  • Please add column format data storing feature, as optional, would be very helpful in data analysis! – AVA Jan 16 '20 at 06:12
  • Makes sense! Could you please open a GitHub issue so you can subscribe to updates as well, thanks! – Karthik Ranganathan Jan 17 '20 at 17:58
  • opened issue #3409 to add column format data storing feature, as optional, would be very helpful in data analysis – AVA Jan 22 '20 at 01:58