Re: [DISCUSS] Is it possible to use DynamoDB as index storage?

2019-12-30 Thread ShaoFeng Shi
Hi Vinoth, Thank you for the information. I will read through the issues in JIRA. Any other user if you see this requirement, welcome to comment. Best regards, Shaofeng Shi 史少锋 Apache Kylin PMC Email: shaofeng...@apache.org Apache Kylin FAQ:

Re: [DISCUSS] Is it possible to use DynamoDB as index storage?

2019-12-30 Thread Vinoth Chandar
Hi, I would imagine we could write a dynamoDB index similar to HBase. No one has attempted it so far though :) You can look at issues tagged with "Index" component and see if there are small ones you could pick up to familiarize and then may be draw up a plan. Thanks Vinoth On Mon, Dec 30,

[DISCUSS] Is it possible to use DynamoDB as index storage?

2019-12-30 Thread ShaoFeng Shi
Hello Hudi experts, We're investigating using Hudi on S3 as a staging layer before feeding into DW. We see Hudi supports HBase as the index storage, and its performance is better than the bloom filter. As we know on AWS there is the DynamoDB which is a hosted KV service. Does anyone consider to