Re: [HANGOUT] Topics for 05/30/17

2017-05-30 Thread Gautam Parai
Hi all, Apologies for the delay in setting up the meeting. We are looking into the issue so as to avoid it from happening again. Here are the meeting minutes. Attendees: Gautam, Khurram, Muhammed, Padma, Paul, Pritesh, Vitalii For the next few meeting we would also discuss some of the

Re: Apache Drill takes 5-6 secs in fetching 1000 records from PostgreSQL table

2017-05-30 Thread rahul challapalli
5-6 seconds is a lot of time for the query and dataset size you mentioned. Did you check the profile to see where the time is being spent? On Tue, May 30, 2017 at 2:53 AM, wrote: > Hi, > > I am creating an UNLOGGED table in PostgreSQL and reading it using Apache >

Apache Drill takes 5-6 secs in fetching 1000 records from PostgreSQL table

2017-05-30 Thread jasbir.sing
Hi, I am creating an UNLOGGED table in PostgreSQL and reading it using Apache Drill. Table contains just one column with 1000 UUID entries. It is taking 5-6 secs for me to read those records. I am fetching data using below query, Select uuidColumn from pgPlugin.public.uuidTable Is there