ptupitsyn commented on issue #11325: URL: https://github.com/apache/ignite/issues/11325#issuecomment-2076314148
> still trying to figure out the difference between Ignite.Start() and Ignite.StartClient() * `Ignition.Start()` creates an embedded *server* node, which becomes a part of the cluster, stores data, executes computations, etc. This is a powerful mode but may require a lot of resources. * `Ignition.StartClient()` starts a lightweight *thin client*. It has some limitations compared to embedded mode, but is a lot quicker to start, does not require Java and consumes little resources We recommend the thin client by default, but the API is very similar and you can switch back and forth if the requirements change. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
