ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. kuyaz
    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 67
    • Best 7
    • Controversial 0
    • Groups 0

    kuyaz

    @kuyaz

    9
    Reputation
    396
    Profile views
    67
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    kuyaz Unfollow Follow

    Best posts made by kuyaz

    • Mangolassi framework

      Hi,

      I love mangassi interface on web desktop amd mobile.
      Could anyone share what framework / js is being use here?

      ie. Angular / react / any js? Especialy the new post and side bar for mobile

      How about the backend? Express ? Monggo db?

      Thanks

      posted in Developer Discussion
      K
      kuyaz
    • RE: What LVM GUI to Use for Remote Linux Machine

      @stacksofplates thanks a bunch! it shows now!

      yum install cockpit-networkmanager
      yum install cockpit-storaged

      posted in IT Discussion
      K
      kuyaz
    • RE: 2 RAID 1 or 1 RAID 10 for VM Server Host

      @scottalanmiller about this, so is it correct to say i should use lvm for all array and partition. And use xfs as file system? Avoid ext4 at all cost?

      posted in IT Discussion
      K
      kuyaz
    • RE: Dell R720 Display problem with Fedora 26 server

      @francesco-provino

      Am i right to say better to just use the whole array on the host and locate it to root partition? and use file image instead for flexibility?

      posted in IT Discussion
      K
      kuyaz
    • What is KVM Best Management Tools in 2017?

      Hi All,

      Please share you most preferred KVM Management tools here.
      Im thinking to use Proxmox. Any thought?

      Thanks.

      posted in IT Discussion
      K
      kuyaz
    • RE: KVM on Fedora 26 Server edition

      @fuznutz04 said in KVM on Fedora 26 Server edition:

      openssh-askpass

      try : sudo yum install openssh-askpass

      posted in IT Discussion
      K
      kuyaz
    • Database schema for user custom field in SAAS ie. salesforce

      Hi,

      Anyone here know what kind of database engine & schema that salesforce use to facilitate multi-tenant SAAS and each tenant has its own custom field that they can define?

      I read online, they use SQL (oracle) with EAV (Entity Attribute Value) for custom field schema.
      Can anyone confirm this?

      is EAV preferred compared to json native column that recently supported by mysql / maria in term of performance?
      What is the down side for json column? Lack of join syntax?

      Thanks 🙂

      posted in IT Discussion
      K
      kuyaz

    Latest posts made by kuyaz

    • RE: Database schema for user custom field in SAAS ie. salesforce

      @jaredbusch
      I got project in CRM SAAS development.
      So they want to add custom field feature like saleforce.

      I am not trying to match their scale, just want to get some information about the database engine and structure, so we can at least stay under best practice guideline for such case.

      The options I have currently :

      1. EAV
      2. JSON Column (Mysql / Maria recently supported this). / POSTGRESQL
      3. NOSQL

      Just not sure which is the best for my case above.

      posted in IT Discussion
      K
      kuyaz
    • RE: Database schema for user custom field in SAAS ie. salesforce

      I got project related to above questions and want to decide the best practice for above case.

      posted in IT Discussion
      K
      kuyaz
    • Database schema for user custom field in SAAS ie. salesforce

      Hi,

      Anyone here know what kind of database engine & schema that salesforce use to facilitate multi-tenant SAAS and each tenant has its own custom field that they can define?

      I read online, they use SQL (oracle) with EAV (Entity Attribute Value) for custom field schema.
      Can anyone confirm this?

      is EAV preferred compared to json native column that recently supported by mysql / maria in term of performance?
      What is the down side for json column? Lack of join syntax?

      Thanks 🙂

      posted in IT Discussion
      K
      kuyaz
    • RE: Password Managers

      @dafyre may i know why u change from ur owned hosting to theirs?

      posted in IT Discussion
      K
      kuyaz
    • RE: Best practice partition & LVM for KVM

      @fateknollogee yup CentOs normally has better wide range of support. Thats the reason i stick to it even it is less modern than fedora.

      posted in IT Discussion
      K
      kuyaz
    • RE: KVM on Fedora 26 Server edition

      @fuznutz04 said in KVM on Fedora 26 Server edition:

      openssh-askpass

      try : sudo yum install openssh-askpass

      posted in IT Discussion
      K
      kuyaz
    • RE: Best practice partition & LVM for KVM

      @tim_g another one is because Dell always issue RHEL package which normally is compatible with centos. Never try it with fedora, so not sure it will run well. ie. Omsa dell.

      Related to KVM, what fedora can offer that CentOs cant?

      posted in IT Discussion
      K
      kuyaz
    • RE: Best practice partition & LVM for KVM

      @tim_g said in Best practice partition & LVM for KVM:

      @kuyaz said in Best practice partition & LVM for KVM:

      LVG : vg_ssd_critical_vm
      /vm (ssd)
      LVG : vg_sata_non_critical_vm
      /boot 2GB
      /bootBIOS 1GB
      /root (ALL remaining space)
      /swap (32GB)

      I'd use XFS. Don't use EXT4. You're correct with using LVM.

      I'd go like this:

      LVG : vg_ssd_critical_vm
      /DATAssd

      LVG : vg_sata_non_critical_vm
      /DATAhdd (xfs)
      /boot 2GB (xfs)
      /bootBIOS 1GB
      /root 50GB (xfs)
      /swap 32GB (swap)
      /home whatever (xfs)

      As @travisdh1 said, you'll need space for snapshots of the LVMs, but don't do it for the VMs. Use VM snapshots for those instead.

      You're VMs should be RAW (.img) for better performance.

      So i put the vmware img in the dataHDD?
      Please note this is for production server running sql and web apps (it it matters).

      What is the disadvantage if i dont separate the datahdd and home from root? Mine is all lumped in root.

      Will redo since im not too far off.

      posted in IT Discussion
      K
      kuyaz
    • Best practice partition & LVM for KVM

      Hi all,

      If I have :

      • raid 1 4TB Sata 7200 rpm
      • raid 1 1TB SSD

      What is the best practice partition and mount point for above configuration?
      I want to utilize ssd for VM that required high IOPs and the rest will be on SATA.

      Is it ok if i do like this :

      LVG : vg_ssd_critical_vm
      /vm (ssd)

      LVG : vg_sata_non_critical_vm
      /boot 2GB
      /bootBIOS 1GB
      /root (ALL remaining space)
      /swap (32GB)

      I plan to install centos with KVM and ovirt on Sata Raid. Should i also separate the host on different partition / LV?

      Do I need to spare some free space for LVM snapshot?

      All guru please advise... thanks

      posted in IT Discussion
      K
      kuyaz
    • What is KVM Best Management Tools in 2017?

      Hi All,

      Please share you most preferred KVM Management tools here.
      Im thinking to use Proxmox. Any thought?

      Thanks.

      posted in IT Discussion
      K
      kuyaz