User123
User123

Reputation: 71

Are there memory limitations for Derby database running in embedded driver?

How to get the memory used by derby database in eclipse IDE using java code.Is there any memmory limitation in derby embedded database.what is the maximum memmory can be used for derby in eclipse IDE.In my application I want to back up database and clear table datas while exceding the certain limits of memory.How to achieve this using java.To do this i want to know how to get the current memory usage and limit of memory.

Upvotes: 0

Views: 612

Answers (1)

Tharif
Tharif

Reputation: 13971

Derby imposes relatively few limitations on the number and size of databases and database objects.

enter image description here

Reference

Upvotes: 2

Related Questions