Telegram Web
به گفته :🔻 عدم توازن درآمد و هزینه، #صنعت_ارتباطات را فرسوده کرده؛ افزایش اخیر نرخ ارز هم هزینه اپراتورها را افزایش داده است

رئیس هیات مدیره سندیکای صنعت مخابرات ایران در گفت‌وگو با #سیتنا:

🔹 عدم توازن درآمد و هزینه در صنعت ارتباطات، شبکه‌های ارتباطی را فرسوده و توسعه را مختل کرده است.

🔹 ترس از تورم آینده باعث شده نرخ ارز در هفته‌های اخیر با جهش مواجه شود که این افزایش نرخ ارز هم هزینه‌های اپراتورها را بیشتر می‌کند.

هزینه‌های برق، گاز و نگهداری دیتاسنترها در سه سال گذشته بیش از چهار برابر شده، اما درآمدها متناسب با آن رشد نکرده است.
من در حوزه DevOps فعالیت میکنم و همچنین سالهاست در حوزه پایگاه داده فعالیت میکنم . بالای ۹ سال oracle dba بودم .
به طور میانگین عرض کنم . بالای ۷۰ درصد مشکلات performance مربوط به app ها در سمت پایگاه داده است .
این موضوع در database DevOps هم معنا پیدا کرده .
همچنین از یاد نبریم database storage engine ها و فلسفه اون ها و تفاوت engine ها را .
در هر پایگاه داده هم این مفاهیم به نحوی در معماری اون گنجانده شده .
از یاد نبریم پایگاه داده بدون system design مثل پرنده ای است که پرواز نمیکند .

به طور خلاصه:

واقعیت این است که خیلی از تیم‌ها وقتی درباره DevOps حرف می‌زنند، لایه‌ی داده را به چشم «black box» نگاه می‌کنند؛ در حالی‌که همان‌طور که گفتیم، بیش از ۷۰٪ مشکلات performance معمولاً ریشه در design و behavior پایگاه داده دارد، نه صرفاً در کد یا سرور اپلیکیشن.

چند نکته در ادامه‌ی برای تکمیل بحث:

در واقع Database DevOps یعنی درآوردن پایگاه داده از حاشیه و آوردنش به چرخه‌ی تحویل مستمر — دقیقاً مثل application code.
یعنی پایگاه داده هم باید versioned، testable و deployable باشد (مثلاً با ابزارهایی مثل Liquibase, Flyway, Alembic).
در موردش چندین مقاله نوشتم .

موضوع Storage Engine‌ها — مثل InnoDB، RocksDB، WiredTiger یا حتی ASM در Oracle — در واقع قلب تپنده‌ی رفتار سیستم هستند.
تفاوت در write pattern، buffer management، concurrency control، transaction isolation و logging مستقیماً روی latency و throughput اپ اثر می‌گذارد.


نکته بعدی : System Design برای پایگاه داده همان چیزی است که خیلی‌ها از آن غافل‌اند.
اگر schema design، index strategy، partitioning logic و data lifecycle مدیریت نشود، هیچ tuning یا DevOps pipeline نمی‌تواند نجاتش دهد.

#devops #database #dba #tips

https://www.tgoop.com/unixmens
3👍2
These are exciting times for AI. Enterprises are blending AI capabilities with enterprise data to deliver better outcomes for employees, customers, and partners. But as organizations weave AI deeper into their systems, that data and infrastructure also become more attractive targets for cybercriminals and other adversaries.Generative AI (gen AI), in particular, introduces new risks by significantly expanding an organization’s attack surface. That means enterprises must carefully evaluate potential threats, vulnerabilities, and the risks they bring to business operations. Deploying AI with a

via Red Hat Blog https://ift.tt/kBIDTHJ
When an organization currently on VMware evaluates transitioning to a new cloud platform, such as Red Hat OpenStack Services on OpenShift, a key initial concern is typically the effective migration of VMware virtual machine workloads. The Red Hat OpenStack VMware Migration toolkit specifically addresses this need, providing an Ansible collection that aims to simplify and automate the migration process from VMware environments into Red Hat OpenStack Services on OpenShift. This toolkit significantly reduces the complexity and downtime often associated with manual migrations, enabling organizatio

via Red Hat Blog https://ift.tt/1tm3XBS
Microsoft's SQL Server 2025 (17.x) Preview release candidate 1 (RC1) now includes preview support for Red Hat Enterprise Linux 10 (RHEL). This milestone expands SQL Server's footprint on Linux, giving developers and IT professionals more choices for modern, high-performance deployments.SQL Server 2025 Preview is packed with AI and developer-friendly features, making RHEL 10 a great platform for experimentation. With RHEL 10 support, you can start validating SQL Server 2025 Preview in your development and test environments ahead of general availability.What’s new in SQL Server 2025 Preview RC

via Red Hat Blog https://ift.tt/SbZtFuB
Red Hat Ansible Automation Platform (AAP) 2.6 is now generally available, delivering new capabilities, platform enhancements, and strategic integrations to help you build resilient and trusted foundations for the next generation of IT operations, because you aren't just preparing for the future — you are automating for it. The 2.6 release is headlined by three new features designed to drive key outcomes for automation and IT ops teams. When you upgrade, you can expect to: Unlock more value: The new automation dashboard allows you to measure the value and impact of automation initiatives.Oper

via Red Hat Blog https://ift.tt/bnvCxiH
Taking a single AI model from idea to production is already a journey. You need to gather data, build and train the model, deploy it, and keep it running. That alone is challenging, but still manageable. This is where MLOps comes in: applying automation and best practices so the process is reliable and repeatable.But what happens when one model becomes a thousand? The artisanal, one-off approach that worked for a single model quickly collapses—retraining by hand becomes unsustainable, deployments drift out of sync, lineage and auditability are lost, and security gaps can appear.The good news

via Red Hat Blog https://ift.tt/vCSd5js
You’ve trained the model, packaged it on Red Hat OpenShift AI, and it’s ready to work. The next move is exposing it through an API so people and applications can use it. At that moment, your model stops being an internal experiment and becomes a front-door service. And like any front door, somebody is going to knock … sometimes it’s the right user, sometimes not.Your model is no longer just a project in a lab: it’s a production endpoint. And like any endpoint, it’s a target. How do you ensure that only the right applications and users are interacting with it? How do you protect the

via Red Hat Blog https://ift.tt/eBUR67a
Academy and Foundation unixmens | Your skills, Your future
Photo
«وال سفید تنها» (The Loneliest Whale) داستانی واقعی و غم‌انگیز درباره‌ی نهنگی است که در اقیانوس آرام زندگی می‌کند، اما با هیچ نهنگ دیگری نمی‌تواند ارتباط برقرار کند.

ماجرا از دهه‌ی ۱۹۸۰ آغاز شد، زمانی که نیروی دریایی آمریکا با استفاده از میکروفن‌های زیرآبی (هیدروفون) که برای ردیابی زیردریایی‌ها استفاده می‌شد، صدایی ناشناخته از اعماق اقیانوس دریافت کرد. این صدا از نهنگی می‌آمد که فرکانس آوازش ۵۲ هرتز بود — در حالی که نهنگ‌های آبی و نهنگ‌های باله‌ای معمولاً در محدوده‌ی ۱۰ تا ۴۰ هرتز صدا تولید می‌کنند.

این تفاوت فرکانس باعث می‌شد که دیگر نهنگ‌ها صدای او را نشنوند و نتوانند پاسخش را بدهند. از همین رو، پژوهشگران او را “نهنگ ۵۲ هرتز” یا همان وال سفید تنها نامیدند.

در طول سال‌ها، این نهنگ بارها در نقاط مختلف اقیانوس ردیابی شد، همیشه تنها، همیشه در حال حرکت و آواز خواندن با فرکانسی که هیچ نهنگ دیگری پاسخ نمی‌داد. صدایش خاص و منحصربه‌فرد بود — مانند زبانی که فقط خودش می‌فهمید.

با گذشت زمان، او تبدیل به نمادی از تنهایی انسان مدرن شد: موجودی که در جهانی پر از صدا و ارتباطات زندگی می‌کند، اما کسی نیست که واقعاً صدایش را بشنود.

در سال‌های اخیر، مستندی به نام “The Loneliest Whale: The Search for 52” ساخته شد که در آن گروهی از پژوهشگران تلاش کردند این نهنگ را بیابند. هرچند هنوز وجود فیزیکی‌اش به‌صورت قطعی دیده نشده، اما صدایش بارها ضبط شده است.

این داستان، استعاره‌ای زیبا و دردناک از وجود است — از جستجوی معنا، ارتباط و پاسخ، در جهانی که گاه هر صدا در آن بی‌پاسخ می‌ماند.
😢2
It’s the peak traffic hour on a busy weekday evening. A common occurrence for a typical telecommunication (telco) service provider. Millions of subscribers are streaming videos, playing games, and making calls. Suddenly, a network outage occurs in a key metropolitan area. Level 3 (L3) operations team at the service provider would begin troubleshooting the incident. They would manually sift through logs across multiple domains (radio access network, core, transport) and race against time to restore services. Hours, sometimes days, could pass before the incident was fully resolved, leading to

via Red Hat Blog https://ift.tt/uVAILo7
EMEA organizations are primed for widespread AI adoption, and see enterprise open source as an important success factor; however, their ability to scale is challenged by skills gaps, high costs and shadow AI. That’s the headline finding of our latest survey of over 900 IT leaders and AI engineers in nine countries1. According to the survey AI is a core strategic priority for 72%2 of organizations in Europe, the Middle East, and Africa, and they have plans to increase their AI investments by an average of 32% by 20263.The focus on AI is clear, yet the data also reveals a stark gap between amb

via Red Hat Blog https://ift.tt/jSYus3n
A seamless developer experience (DevEx) isn't just a luxury, it's a necessity. But the reality for many organizations is that developers are spending a significant amount of their valuable time on tasks other than coding. Research from a recent ShiftMag survey reveals that developers lose an average of 8 hours each week to inefficiencies such as technical debt and insufficient documentation. These frustrations are not just a nuisance, they're a drain on productivity that can lead to burnout and a substantial loss of potential output for the business.This is why platform engineering has emerged

via Red Hat Blog https://ift.tt/B6CJodD
Organizations today are under increasing pressure to modernize critical applications while maintaining the reliability, security, and performance of their existing IT investments. Many business-critical workloads, including financial systems and telecommunications services, run on Oracle WebLogic Server. At the same time, organizations are embracing cloud-native platforms like Red Hat OpenShift to gain the agility, scalability, and consistency needed in hybrid and multicloud cloud environments. Working with the Oracle WebLogic team, Oracle's validation of WebLogic Server on Red Hat OpenShift V

via Red Hat Blog https://ift.tt/eWStDkm
What's new in Ansible Automation Platform 2.6 Red Hat Ansible Automation Platform (AAP) 2.6 is now generally available, delivering new capabilities, platform enhancements, and strategic integrations to help you build resilient and trusted foundations for the next generation of IT operations, because you aren't just preparing for the future — you are automating for it. Learn more Forward Future Live | 10/3/25Matt Hicks joined the hosts of Forward Future to discuss the power of open source and collaboration. Learn more What is model context protocol (MCP)?An open source protocol, or set of ins

via Red Hat Blog https://ift.tt/BlF3czH
In the rapidly evolving landscape of enterprise Kubernetes deployments, managing cognitive load and operational complexity is a significant challenge. As platform teams scale to support hundreds of development teams across multiple clusters, they face the mental overhead of managing disparate tools, inconsistent processes, and fragmented workflows.After extensive evaluation and real-world testing, a leading insurance organization has refined their approach using 5 key tenets that significantly reduce cognitive load and operational complexity while improving security, reliability, and developer

via Red Hat Blog https://ift.tt/hxbFDpQ
This blog is adapted from a recent conversation I had with University of California, Berkeley’s Ion Stoica, featured in Red Hat Research Quarterly’s article, From silos to startups: Why universities must be a part of industry’s AI growth. Read our full conversation here.For the last several years, the narrative around artificial intelligence (AI) has been dominated by large language models (LLMs) and the monumental effort of training them. The technology industry has been focused on the discovery phase—but that era is rapidly shifting.The conversation is moving from, "How do we build t

via Red Hat Blog https://ift.tt/8DgoWyM
2025/10/22 22:12:10
Back to Top
HTML Embed Code: