Posts by Douglas Bonesso • 51 points
1 post
- 
		5 votes2 answers25876 viewsA: What are the advantages and disadvantages of using indexes in databases?Basically, the advantage is a higher speed to access the data, and the disadvantage is a lower performance to perform insertions and changes in the database.