Re: GSoC 2018: thrift encoding format

From: Aleksander Alekseev <a(dot)alekseev(at)postgrespro(dot)ru>
To: Charles Cui <charles(dot)cui1984(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Anastasia Lubennikova <a(dot)lubennikova(at)postgrespro(dot)ru>, Andrey Borodin <x4mmm(at)yandex-team(dot)ru>
Subject: Re: GSoC 2018: thrift encoding format
Date: 2018-05-02 15:38:17
Message-ID: 20180502153817.GA12744@e733.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello Charles,

> Can I assume the data in thrift is always send inside a struct?

Sure!

> I think this question also valid for protobuf?

Right, pg_protobuf assumes that data is always a message which is an
equivalent of Thrift's struct.

--
Best regards,
Aleksander Alekseev

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2018-05-02 15:38:46 Sort performance cliff with small work_mem
Previous Message Adrien Nayrat 2018-05-02 15:37:39 Re: Explain buffers wrong counter with parallel plans