Navicat Blog

Choosing a Primary Key - Part 1 Aug 12, 2022 by Robert Gravelle

Natural vs. Surrogate Keys

One of the first decisions you'll be faced with as a database designer is what kind of Primary Key (PK) to use on your tables. If you ask anyone who works with databases on a daily basis, whether database administrator, developer, or tester, you'll get a myriad of opinions and justifications to go along with them. Compounding the impediments to coming up with an answer is that there is no one size fits all solution. With that in mind, this series will present some reasons both for and against different types of PKs. Somewhere in all those ideas, there will be a few that will steer you towards the best type of PK to use for your organizational needs. In this first instalment, we'll compare the two basic types of PKs: Natural and Surrogate Keys. Later, we'll cover the questions of whether or not to use the database Auto Increment feature as well as which data type(s) - if any - make the best PKs.

Exploring Some Prevalent Stored Procedure Myths Aug 5, 2022 by Robert Gravelle

Application developers have long held the belief that housing database operations within stored procedured yielded optimum performance and guarded against SQL Injection attacks. It was also thought that these advantages were worth the extra costs associated with maintenance, testing, and migration of database logic to a different vendor. In recent years, the tide has been turning away from stored procedures - or procs - towards Object-relational Mappers (ORM) such as Hibernate or Entity Framework as developers have begin to question these long-standing assumptions.

The Are Stored Procedures an Outdated Tool? article highlighted a few reasons for eschewing stored procedures in favor of application code and ORMs. This week, we'll explore the two myths introduced above and see if they still stand up to scrutiny today.

Are Stored Procedures an Outdated Tool? Jul 27, 2022 by Robert Gravelle

Stored procedures have been falling out of favour with some organizations for several years now. The preferred approach of these businesses for accessing their database(s) is to employ an Object-relational Mapper (ORM) such as NHibernate or Entity Framework. Over the next couple of blog articles, we'll explore their reasons for doing so, and whether this paradigm shift points to the eventual obsolescence of Stored Procedures.

What's New in Navicat 16.1 - Part 4 Jul 21, 2022 by Navicat

Data Synchronization

You are now able to choose not to preview the results and deploy directly. Navicat now offers two buttons:

  • Compare & Preview: preview the comparison results.
  • Compare & Deploy: skip the preview and deploy immediately.

What's New in Navicat 16.1 - Part 3 Jul 21, 2022 by Navicat

Charts

Trend Line supported

Starting with Navicat 16.1, trend line can be added in Vertical/Horizontal Bar Chart, Line Chart, Area Chart, Bar and Line Chart, and Scatter Chart. To make your chart even more understandable and easily interpreted, you can change the default appearance of a trendline. For this, just simply click on Trend Line tab in Properties pane.

Navicat Blogs
Feed Entries
Blog Archives
Share