CHINA-JD / presto

分布式大数据SQL查询引擎,适用于交互式分析查询
http://prestodb-china.com/
Apache License 2.0
414 stars 99 forks source link

how is the performance stability of this sqlserver connector? #1

Open tonywutao opened 9 years ago

tonywutao commented 9 years ago

how is the performance stability of this sqlserver connector?

yuananf commented 9 years ago

It works well for our customer, and quite stable.

ricdong commented 9 years ago

hi yuananf,

the plugin can work on high version of presto such as 0.112? it seems that plugin compiled with presto-0.107.

yuananf commented 9 years ago

Unfortunately it can't, we changed some behavior of presto-base-jdbc and SQLServer plugin depends on it. But you can write one like the our connector did.

ricdong commented 9 years ago

thanks, have you ever met this error while running the PrestoServer in IDEA? https://github.com/facebook/presto/issues/3428