Re: Persisting byte array

9 views
Skip to first unread message

Jeff Nelson

unread,
Oct 3, 2015, 3:07:02 PM10/3/15
to Curtis Stanford, concour...@googlegroups.com
Hey Curtis,

Right now, there is no support for persisting binary blobs. The reason we haven't added support yet is because most people tend to store blobs when they want to keep their application objects "as-is" without having to schematize them or separate them into various relational tables. Since Concourse is schemaless and everything is automatically indexed, we prefer to have applications store object fields directly in Concourse.

With that said, there are some legitimate instances when people still would like to store binary data, so its on our roadmap to add. I'm happy to bump up the priority if its something you think is important. We could even get it into the 0.5 release that is scheduled to come out at the end of this month :)

Cheers,
Jeff


JEFF NELSON
Founder & CEO | Cinchapi Inc.

Follow us on Twitter | Github | AngelList


On Fri, Oct 2, 2015 at 2:12 PM, Curtis Stanford <cur...@stanfordcomputing.com> wrote:
I can use base 64 encoding but then I'm limited to the maximum length of a string


On Friday, October 2, 2015 at 11:45:58 AM UTC-6, Curtis Stanford wrote:
Does anyone have any suggestions for persisting a byte array value (i.e. con.set("key", value, 1) where value is a byte[])?

Curtis

--
You received this message because you are subscribed to the Google Groups "Concourse Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to concourse-use...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages