-
# DynamoDB的学习指南
如果你在软件行业(尤其是后端服务的研发)里从业几年,你肯定会听说过与存储和处理数据相关的几个时髦的技术词:NoSQL,大数据,云计算,ServerLess,ACID,CAP,分布式等等。驱动这些技术发展的原因是多样的,主要有以下几点:
[http://localhost:1313/nosql/nosql-index/](http://localhost:1313…
-
I want to suggest adding a Document view mode for NoSQL drivers... It's more convenient working that way with NoSQL than working with rows and cols.
For example:
![image](https://user-images.githu…
-
Considerations
- Changes over time (migrations in structured dbs)
- ease of development
- data integrity
- what kind of data will we store? May need to explore this in more detail
I am thinking rela…
-
https://gitlab.com/rluna-database/nosql/mongodb/mongo
-
- refresh token, 응원톡 : 관계형 DB보다는 NoSQL DB에 저장되는 것이 더 유리
- 둘 다 데이터 구조가 복잡하지 않고 정합성보다는 속도가 더 우선시
- NoSQL DB 중 어떤 걸 쓸 것인가?
- MongoDB, Redis, DynamoDB, ....
-
Is it possible to add a session in the documentation about how migration works. What would happen if a model schema changes. Perhaps no migration is needed, in such a case how the scenario above is ha…
-
(and rename `db.operation.name` to `db.operation.command` and replace `db.query.summary` with `operation.name`)
Introducing a generic `operation.name` attribute for span name would allow metrics to…
trask updated
3 hours ago
-
-
- [x] NoSQL이란 무엇인가?
- [x] NoSQL의 예는 어떤것들이 있는가?
- [ ] NoSQL이 가지는 장점은 무엇인가?
- [ ] 어떤 경우에 NoSQL을 선택하면 좋은가?
- [ ] VCNC에서는 왜 NoSQL DBMS인 HBase를 채택했는가?
- [ ] NoSQL의 개념을 익히기 위한 좋은 방법은?
-
### 📚 **챕터 구성**
**도서:** `면접을 위한 CS전공지식 노트`
```
## 목차
* [x] Key(기본키, 후보키, 슈퍼키 등등)
* [x] ERD와 정규화 과정
* [ ] 트랜잭션(ACID 원칙)
* [ ] 트랜잭션 격리 레벨
* [ ] RDB와 NoSQL
* [ ] 인덱스
* [ ] 조인
* [ ] 저장…