adspace
What is benefit of creating memory optimized table?
Answer Posted / Amber Goel
Creating a memory-optimized table can offer several benefits, such as faster data access due to the in-memory storage design, reduced disk I/O operations, and improved query performance for complex data manipulation tasks. However, it's important to note that these tables require more memory than traditional disk-based tables.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the current version of postgresql?
what is bcp? When does it used? : Sql dba
what are the advantages of sql ? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba
what is sql server agent? : Sql dba
how many tables will create when we create table, what are they? : Sql dba
Can delete statement be rollbacked?
how to escape special characters in sql statements? : Sql dba
Is inner join faster than left join?
what are aggregate and scalar functions? : Sql dba
Can we use distinct and group by together?
Do we need to rebuild index after truncate?
what is collation? : Sql dba
how to start mysql server? : Sql dba
What is the current version of sql?