EnterpriseDB: The Enterprise Postgres Company Postgres Plus Forums: The PostgreSQL Open Source Database from EnterpriseDB
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [Groups] Back to home page 
Messages posted by: youngwoo_k
Forum Index » Profile for youngwoo_k » Messages posted by youngwoo_k
Author Message
Hi Atul,

Thanks for your clarification.


Youngwoo.
Hey Mason,

I've tried to build from cvs source but no luck. CentOS 5 and Java 1.6.
I'm not java expert, I guess I'm using wrong JDK. Should I use Java 1.5?

Logs below:
../../apps/gridsql/obj/src/com/edb/gridsql/common/ResultSetImpl.java:44: com.edb.gridsql.common.ResultSetImpl is not abstract and does not override abstract method updateSQLXML(java.lang.String,java.sql.SQLXML) in java.sql.ResultSet
public class ResultSetImpl implements java.sql.ResultSet {
^
../../apps/gridsql/obj/src/com/edb/gridsql/misc/combinedresultset/ServerResultSetImpl.java:35: com.edb.gridsql.misc.combinedresultset.ServerResultSetImpl is not abstract and does not override abstract method updateSQLXML(java.lang.String,java.sql.SQLXML) in java.sql.ResultSet
public class ServerResultSetImpl implements java.sql.ResultSet, ServerResultSet {
^
Note: ../../apps/gridsql/obj/src/com/edb/gridsql/misc/combinedresultset/ServerResultSetImpl.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
2 errors
make: *** [buildengine] 오류 1


Regards,
Youngwoo
Hi,

How can I build GridSQL from CVS source? and When will GridSQL release new verson? It seems that CVS are updated for 1.1 release.

Thanks

Youngwoo.
Hi,

I got couple of questions.

First, Our Servers are located behind the firewall(private network) and WAN connections are restricted. In this case, Can I use TW?

Second, Can I set the database's characteristic? for e.g., 'OLTP', 'OLAP(DW)' or 'Hybrid'.

Thanks.

-YW KIM
Hi Mason,

I'd like to use GridSQL for web crawler's backend database.

I'd expected usages like below,

The crawler will store web pages, blogs,... generally It's called 'documents'.
and the search engine will do some aggregations, calculations, grouping, filtering, ... and so on using GridSQL.

IMHO, It's some sort of OLTP but required 'parallel processing' to polish data.

What do you think about it? the scenario is suitable for GridSQL?

Thanks

-yw kim.
Hi all,

Is there a GridSQL specific JDBC driver?

Thanks.

YW Kim.
 
Forum Index » Profile for youngwoo_k » Messages posted by youngwoo_k
Go to:   
Powered by JForum 2.1.8 © JForum Team