Forwarded from Hadi
Word of the day...
columnar database
👇👇👇
A columnar database is a database management system (DBMS) that stores data in columns instead of rows.
The goal of a columnar database is to efficiently write and read data to and from hard disk storage in order to speed up the time it takes to return a query.
In a row-oriented database management system, the data would be stored like this: 1,Doe,John,8000;2,Smith,Jane,4000;3,Beck,Sam,1000;
In a column-oriented database management system, the data would be stored like this: 1,2,3;Doe,Smith,Beck;John,Jane,Sam;8000,4000,1000;
columnar database
👇👇👇
A columnar database is a database management system (DBMS) that stores data in columns instead of rows.
The goal of a columnar database is to efficiently write and read data to and from hard disk storage in order to speed up the time it takes to return a query.
In a row-oriented database management system, the data would be stored like this: 1,Doe,John,8000;2,Smith,Jane,4000;3,Beck,Sam,1000;
In a column-oriented database management system, the data would be stored like this: 1,2,3;Doe,Smith,Beck;John,Jane,Sam;8000,4000,1000;
Forwarded from Hadi
Forwarded from Hadi
مهارت های جدید و مورد نیاز برای یک CIO...در این ارائه به ایجاد نقش Chief Cloud Officer به جای Chief Information Officer اشاره میشود!!!☝️☝️☝️
Forwarded from Hadi
مهندسین تحلیل گران آتی نگر
4 رازی که هکرهای وایرلس نمیخواهند شما بدانید! - مهندسین تحلیل گران آتی نگر
به این مقاله امتیاز بدهید اگر بر روی مودم بیسیم خود رمز عبور قرار دادهاید و اطمینان دارید که با این کار آن را ایمن کردهاید باید بدانید که در اشتباه هستید. هکرها میخواهند که شما چنین چیزی را باور کنید تا همچنان برای حملات آنها آسیبپذیر باقی بمانید. در…