You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Pallapothu Jyothi Swaroop (JIRA)" <ji...@apache.org> on 2016/07/15 09:31:20 UTC

[jira] [Comment Edited] (SPARK-16567) how to increase performance of rdbms dataframe.

    [ https://issues.apache.org/jira/browse/SPARK-16567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15379105#comment-15379105 ] 

Pallapothu Jyothi Swaroop edited comment on SPARK-16567 at 7/15/16 9:30 AM:
----------------------------------------------------------------------------

Thanks
what is user@
how i open issue in user@


was (Author: swaroopp):
what is user@
how i open issue in user@

> how to increase performance of rdbms dataframe.
> -----------------------------------------------
>
>                 Key: SPARK-16567
>                 URL: https://issues.apache.org/jira/browse/SPARK-16567
>             Project: Spark
>          Issue Type: Question
>            Reporter: Pallapothu Jyothi Swaroop
>            Priority: Critical
>
> Hello,
> how to increase performance of rdbms dataframe.
> I need to perform group by on fetched data.
> I performed like this.
> DataFrame jdbcDF = this.SQLCONTEXT.read().format("jdbc").options(options).load();
> Options is map contains db configuration
> DataFrame groupedDataFrame = 
> jdbcDF.groupBy("UNQ_STR").count();
> How i tune this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org