V
V
Verg1l2015-01-25 18:55:03
Java
Verg1l, 2015-01-25 18:55:03

What is the best database to use in java?

What is the best database for java applications.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
O
OlegSivokobov, 2015-01-25
@Verg1l

there is an opinion that something from the MySQL or Oracle bundle is better for java than, say, MS SQL Server, since the products are also Oracle, but in reality it depends more on what you are personally used to working with and on a bunch of other conditions

V
Vladimir Abramov, 2015-01-25
@kivsiak

If it's not a built-in base, then the question doesn't make sense. The choice of basis not from language and from tasks depends.

M
mayorovp, 2015-01-26
@mayorovp

Popular DBMS are SQL Server, Oracle, Postgres and MySql.
But the first DBMS is not cross-platform, the second one is paid, the last one is must die.
Therefore, I would advise using Postgres.

A
Artem, 2015-01-25
@mrRontgen

You decide first what you want to do, and then think about technology.

E
Ext4, 2015-01-25
@Ext4

Will the application work with a large amount of data? Critical to the load? Should it be scalable? Your choice is Oracle.
If this is a common utility for simple queries to a small database, then MySQL is enough.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question