Table Full Scan/ Index Range Scan/ Index Full Scan
β Table Full Scan read all blocks in table to find data used for database optimization, optimizing query ππ» can affect database performance if the table is big, query is complex β Index R...
β Table Full Scan read all blocks in table to find data used for database optimization, optimizing query ππ» can affect database performance if the table is big, query is complex β Index R...
β Schema define database structure and constraints logical representation of data shows how data in DB should be stored logically attribute: characteristic of entity entity: collectio...
β NoSQL unrelational DB not only SQL can use query language depending on API/DB/query ππ» scalability ππ» availability ππ» data is saved according to how application is used π...
β ORM Object Relational Mapping Map object and relational DB automatically save burden to code SQL Object oriented programming: use class Relational DB: use table thus, there ...
β Partitioning divide big table into small several tables ππ» improve query performace data is physically divided into seperate tables but user can access the data as if it is on ...
β λͺ¨μλ©΄μ μ€ν°λλ₯Ό μ μ²νκ³ μμνκ² λ κ³κΈ° λ€νΈμν¬ μ§μ ν₯μ λ©΄μ νλ κ°μ νμ΅μ λν κ°μ μ±, λΆλ΄ λΆμ¬ β μ€ν°λλ₯Ό λ§λ¬΄λ¦¬νλ©° μ±μ₯ν μ , λλμ κ°μ΄ 곡λΆνλ©΄ μ΄λμ λ λΆλ΄μ΄ μμ§λ§, λ κ·Έλ§νΌ μ΄μ¬ν νκ² λλ€. λλ ν¨κ» 곡λΆνλ μ΅κ΄μ΄ μ΄λμ λ κ°μ μ±λ λΆμ¬ν΄μ£Όκ³ , μ λ§λ κ² κ°λ€. β Feedba...
β Starvation resource management problem process priority is low process is never allocated resource priority is low: came late, takes long timeβ¦ π‘ How to prioritize proc...
π Web application security β How did you ensure the security of sensitive data in the βAplicaciΓ³n Web HTTPS TLS/SSL CA: Let's encrypt Nginx use symmetric, assymetric key β Can you explain how H...
β Page Replacement Algorithm in OS that uses paging for memory management which page should be replaced when a new page comes in used 1οΈβ£ when page fault occurs and 2οΈβ£ there is no free pag...
π IP address β What is IP address? - address for each device connected to network β Two parts of IP address? - network part β host part - network partκ° κ°λ€λ©΄ κ°μ λ€νΈμνΈ β‘οΈ switch, bridge,...