简体   繁体   中英

Eclipse DLTK central database on server

We're using Eclipse (with PDT) for several projects. The main load seems to come from the DLTK indexing process, which is quite a lot resources per client.

It would offload the clients a lot if a server could perform this indexing task (DLTK indexing could be switched off).

So I wonder; is it possible to create and use a central (H2) database/repository for indexing the projects for multiple clients?

Though I have not attempted this, it seems entirely possible to configure the H2's Connection profile to utilize an external URL. Follow these steps for configuring H2 but point the connection URL from local to the server.

After transferring the database and pointing the driver's URL Connection at the server, you could disable the DLTK indexing on every machine except the server. I also recommend you have a look at the article suggested in this answer .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM