Sr Sales Engineer at a tech vendor with 10,001+ employees
Real User
Top 10
Nov 20, 2024
The seamless integration is a bit of an issue. I would like to see more direct connectors and stuff like SQLAlchemy. It's there but isn't available as a standard, so it involves going to GitHub to access it.
Whilst our server up-time is in the > 99%, we still have to reboot the DBMS periodically to allow us to archive the log file. The ability to reset the log file without stopping the DBMS would be helpful for us. We have created our own error management/reporting process within our database procedures. Unfortunately, if there is a database error, such as a duplicate key, the default action is to abort. This means that our information is generally lost. An option to not abort on failure would be great. Of course, this only really occurs in testing.
Relational Databases Tools help organizations manage and analyze data efficiently. They are essential for businesses that rely on structured data storage, offering scalability and security.These tools store data in predefined tables, ensuring structure and consistency. They support SQL for data manipulation and are crafted to handle complex queries and a large number of transactions simultaneously. Users appreciate the robust data integration capabilities and the tools' ability to enforce...
The seamless integration is a bit of an issue. I would like to see more direct connectors and stuff like SQLAlchemy. It's there but isn't available as a standard, so it involves going to GitHub to access it.
Whilst our server up-time is in the > 99%, we still have to reboot the DBMS periodically to allow us to archive the log file. The ability to reset the log file without stopping the DBMS would be helpful for us. We have created our own error management/reporting process within our database procedures. Unfortunately, if there is a database error, such as a duplicate key, the default action is to abort. This means that our information is generally lost. An option to not abort on failure would be great. Of course, this only really occurs in testing.