mariadb supported engines

2015-11-18 KENNETH 0

출처 : https://mariadb.com/kb/en/mariadb/choosing-the-right-storage-engine/ 출처2 : https://mariadb.com/kb/en/mariadb/storage-engines/   MariaDB supported engines   The Archive storage engine is, unsurprisingly, best used for archiving. Aria, MariaDB’s more modern improvement on MyISAM, has a small footprint and allows for easy copy between systems. The BLACKHOLE storage engine accepts data but does not store it and always returns an empty result, useful, for example, if you want to run complex filtering rules on a slave without incurring any overhead on a master. Cassandra is a NoSQL engine. CONNECT allows access to different kinds of text files and remote resources as if they were regular MariaDB tables. The CSV storage engine can read and append to files stored in CSV (comma-separated-values) format. However, since MariaDB 10.0, CONNECT is a better storage engine is able to read and write such files. FederatedX uses libmysql to talk to the data [ more… ]

MySQL 5.7 Supported Storage Engines

2015-11-18 KENNETH 0

출처 : https://dev.mysql.com/doc/refman/5.7/en/storage-engines.html   MySQL 5.7 Supported Storage Engines InnoDB: The default storage engine in MySQL 5.7. InnoDB is a transaction-safe (ACID compliant) storage engine for MySQL that has commit, rollback, and crash-recovery capabilities to protect user data. InnoDB row-level locking (without escalation to coarser granularity locks) and Oracle-style consistent nonlocking reads increase multi-user concurrency and performance. InnoDB stores user data in clustered indexes to reduce I/O for common queries based on primary keys. To maintain data integrity, InnoDB also supports FOREIGN KEY referential-integrity constraints. For more information about InnoDB, see Chapter 14, The InnoDB Storage Engine. MyISAM: These tables have a small footprint. Table-level locking limits the performance in read/write workloads, so it is often used in read-only or read-mostly workloads in Web and data warehousing configurations. Memory: Stores all data in RAM, for fast access in environments that require [ more… ]

[도서] 파이썬 모의 해킹과 침투 테스팅

2015-11-13 KENNETH 0

분야별 신상품 – 국내도서 – 컴퓨터와 인터넷 [도서]파이썬 모의 해킹과 침투 테스팅 모히트 저/이진호 역 | 에이콘출판사 | 2015년 11월 판매가 18,000원 (10%할인) | YES포인트 1,000원(5%지급) 파이썬의 간결함과 강력함을 장점으로 활용하여, 정보보호 분야에 파이썬을 사용하는 방법을 다룬 책이다. 파이썬을 활용한 모의해킹의 입문서로, 간단한 네트워크 해킹에서부터 웹 애플리케이션 해킹까지 다양한 분 Source: yes24.com-computer-internet

[도서] IT 엔지니어의 투잡, 책내기

2015-11-13 KENNETH 0

분야별 신상품 – 국내도서 – 컴퓨터와 인터넷 [도서]IT 엔지니어의 투잡, 책내기 조정원 저 | 비팬북스(러닝스페이스) | 2015년 11월 판매가 23,400원 (10%할인) | YES포인트 1,300원(5%지급) 이벤트 : 예약하고 빨리 받자! IT 도서 예약판매 알림 IT 엔지니어에 의한 IT 엔지니어를 위한 글쓰기 책. 평생에 책 한 권 내고 싶다는 생각을 했지만 그 생각을 아직 실현하지 못했다면 이 책과 함께해 보십시오. 한 분야에서 10년은 일을 해야 책을 쓸 수 있다고 생각 Source: yes24.com-computer-internet

No Image

WordPress 4.4 Beta 4

2015-11-12 KENNETH 0

WordPress 4.4 Beta 4 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.4, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). For more information about what’s new in version 4.4, check out the Beta 1 blog post. This our final planned beta. Next week will be our first Release Candidate. If you think you’ve found a bug, you can post to the Alpha/Beta area in the support forums. Or, if you’re comfortable writing a bug report, file one on the WordPress Trac. There, you can also find a list of known bugs and everything we’ve fixed. Closer To The End Tickets Are [ more… ]