Tagged Questions
3
votes
1answer
605 views
Auto-tuning tools for Postgres?
I am looking for tools to auto-tuning for postgresql database. Do you know any tools for postgres like DB2 Design Advisor in DB2, Database Tuning Advisor in Microsoft SQL Server or SQL Access ...
1
vote
3answers
394 views
Concept of In Memory Database and how to see if my data is being populated in HSQL DB?
I am using HSQL in memory database for test purpose of my application and using SQL Server as main database, now when am doing test then HSQL Database is being populated with same data that I have in ...
1
vote
3answers
3k views
How do I join two tables from two different databases?
Is there any way to use a query and join two tables that is in two different database on the same server for DbVisualizer? I used the following for the SQL server
Select * from table union select * ...