1

Select Source Staffing Jobs in Georgia (NOW HIRING)

Selection, hiring, development, performance mgmt., coaching, scheduling and engagement of store ... Ability to source from numerous places including special order, FDO, second source, etc. * Ability ...

New

Showing results 41-60

Select Source Staffing information

See Georgia salary details

$19.4K

$43.1K

$59.5K

How much do select source staffing jobs pay per year?

As of Aug 16, 2026, the average yearly pay for select source staffing in Georgia is $43,069.00, according to ZipRecruiter salary data. Most workers in this role earn between $35,900.00 and $49,400.00 per year, depending on experience, location, and employer.

What are the key skills and qualifications needed to thrive as a staffing recruiter at Select Source Staffing?

To thrive as a Staffing Recruiter at Select Source Staffing, you need a solid understanding of talent acquisition, candidate screening, and employment regulations, often supported by a background in human resources or business. Familiarity with applicant tracking systems (ATS), job boards, and HR software is essential for managing recruitment processes efficiently. Strong interpersonal skills, adaptability, and effective communication help build relationships with both clients and candidates. These capabilities are critical for matching the right talent to client needs, ensuring client satisfaction, and driving business growth.

What is Select Source Staffing?

Select Source Staffing is a staffing agency that connects job seekers with employers looking to fill temporary, temp-to-hire, and direct-hire positions. They work with businesses across various industries to provide qualified candidates for administrative, industrial, and professional roles. Job seekers can benefit from their services by gaining access to a wide range of job opportunities, resume support, and career guidance. Employers use Select Source Staffing to save time and resources in their hiring process by leveraging the agency's recruitment expertise.

What is the difference between Select Source Staffing vs Warehouse Associate?

AspectSelect Source StaffingWarehouse Associate
CredentialsVaries; often no formal certification requiredHigh school diploma or equivalent; certifications like OSHA may be preferred
Work EnvironmentTemporary staffing in various industries, including warehousingPhysical, fast-paced warehouse settings
Employer & Industry UsageStaffing agencies providing temporary workersDirect employment in warehouses or logistics companies
Search & Comparison IntentLooking for staffing solutions or temp workSeeking warehouse job opportunities

While Select Source Staffing provides staffing solutions across multiple industries, Warehouse Associates are specific roles within warehouse environments. Select Source Staffing often supplies temporary workers for warehouse positions like Warehouse Associates, who perform physical tasks such as loading, unloading, and inventory management. Understanding these differences helps job seekers and employers find the right fit for staffing or employment needs.

What types of roles and industries does Select Source Staffing typically recruit for?

Select Source Staffing partners with a variety of employers across industries such as manufacturing, warehousing, administrative support, and customer service. Job seekers can improve their chances of placement by clearly communicating their availability, skill sets, and preferences, as well as being open to temporary or contract assignments, which often lead to permanent roles. Keeping your resume updated and responding promptly to communications from recruiters also helps demonstrate professionalism and reliability, qualities highly valued by both staffing agencies and employers.

What job categories do people searching Select Source Staffing jobs in Georgia look for?

The top searched job categories for Select Source Staffing jobs in Georgia are:

What cities in Georgia are hiring for Select Source Staffing jobs?

Cities in Georgia with the most Select Source Staffing job openings:

Infographic showing various Select Source Staffing job openings in Georgia as of August 2026, with employment types broken down into 1% Locum Tenens, 2% As Needed, 62% Full Time, 11% Part Time, 2% Temporary, and 22% Contract. Highlights an 96% Physical, 1% Hybrid, and 3% Remote job distribution, with an average salary of $43,069 per year, or $20.7 per hour.

Architect, Agentic Databases

Teradata Corporation (SE)

Atlanta, GA โ€ข On-site

$182.70 - $274/hr

Other

Medical, Life, Retirement

This job post hasย expired today.ย Applications are no longer accepted.


Job description

Our company

At Teradata, we believe that people thrive when empowered with better information. Teradata Autonomous Knowledge Platform activates enterprise intelligence by unifying data, knowledge and business context to achieve tangible outcomes. With Teradata, organizations can provide agents with full context for impact when it matters. Our solution lets businesses connect and scale on premises, in the cloud, or through a hybrid approach. Teradata delivers real business value with AI.

What Youโ€™ll Do

You will own the data plane architecture โ€” the Postgres engine, storage, query execution, WAL handling, extensionsโ€” and you will drive the Technical PoC that proves the design against live customer workloads.

DATA PLANE ARCHITECTURE
  • Define the end-to-end technical architecture of the Agentic Database data plane: Postgres engine configuration, storage model, WAL strategy, MVCC handling, extension framework, and the five Agent Services layered on top.

  • Make the foundational architectural calls on shared-storage vs. local-storage, separation of compute and storage, branching and copy-on-write semantics, and how Postgres extensions interact with the custom storage layer.

  • Own the technical trade-off decisions โ€” consistency vs. availability, performance vs. cost, scaling limits, durability guarantees โ€” and document them clearly enough that engineering teams can execute without re-litigating them.

  • Design the integration architecture between the Agentic Database and Teradata Fabric, Teradata Context Engine, and the Enterprise MCP/AgentStack platform, including CDC pipelines from the operational layer to Teradataโ€™s OLAP engine.

TECHNICAL POC LEADERSHIP
  • Own the Technical PoC end-to-end: design the test harness, select the representative customer workloads, define the success criteria, run the benchmarks, and produce the written findings that either validate the architecture or trigger a course correction.
CROSS-FUNCTIONAL TECHNICAL LEADERSHIP
  • Serve as the technical authority in architecture reviews, design discussions, and cross-team dependency resolution โ€” breaking down complex problems and building consensus across engineering, product, and infrastructure teams.

  • Review and approve technical designs from engineering leads; push back on architectures that trade long-term maintainability for short-term velocity.

  • Mentor senior and staff engineers on database internals, distributed systems design, and production-quality engineering standards.

Who Youโ€™ll Work With

You will work closely with senior engineering leaders, database kernel and storage engineers, product management, cloud infrastructure teams, and architecture partners across Teradata. This role will be a technical bridge between the core Agentic Database team and adjacent platform teams, including Teradata Fabric, Context Engine, Enterprise MCP, and AgentStack, ensuring the data plane is designed as part of a broader AI-enabled enterprise architecture rather than as an isolated database component.

You will also partner with customer-facing technical teams and selected design partners to validate the architecture against real-world workloads, performance expectations, and operational requirements. Success in this role will depend on building trust across deeply technical stakeholders, aligning teams around clear trade-offs, and helping turn early architectural decisions into a scalable, production-ready foundation for agentic workloads.

What Makes You a Qualified Candidate

A low-ego, experimental mindset who treats AI as a high-trust collaborator in their own work, navigates large complex codebases comfortably, and moves from architecture to working prototype without losing momentum. You are a problem finder as much as a problem solver โ€” you shape the technical roadmap, not just execute it.

POSTGRES & DATABASE INTERNALS
  • Deep, hands-on Postgres expertise: you have worked at the source level, not just as an operator. You understand the query planner and optimizer (cost models, statistics, join ordering, partial indexes), the storage layer (heap, FSM, visibility map, TOAST), WAL internals, MVCC, vacuum, and the extension API.

  • Experience navigating and modifying large C codebases. You are comfortable reading Postgres source to understand undocumented behavior, trace a performance regression, or evaluate how a patch will interact with the rest of the system.

  • Systems programming proficiency in C or C++ for data plane work; familiarity with higher-level languages (Go, Python, Ruby) for control plane and tooling work.

  • Strong understanding of storage engine design trade-offs: B-tree vs. LSM, page-based vs. log-structured storage, write amplification, read amplification, space amplification, and how each affects OLTP workload patterns.

ARCHITECTURE & DELIVERY
  • 12+ years of industry experience designing, building, and operating large-scale distributed systems, databases, or cloud data infrastructure.

  • Demonstrated ability to own an architecture end-to-end: from initial design through technical PoC, production launch, and post-launch iteration โ€” with measurable outcomes at each stage.

  • Experience building or evaluating high-availability, multi-tenant database systems in cloud environments, including the control plane concerns: automated failover, backup and restore, upgrade automation, and multi-tenant isolation.

  • Comfortable functioning as both a problem solver and a problem finder: you shape the technical roadmap and identify what is not on it yet.

  • Strong written and verbal communication โ€” you can write a technical design document that engineers trust and an executive summary that leaders act on.

  • BS/MS in Computer Science or a related field, or equivalent depth demonstrated through production work.

AI & AGENTIC SYSTEMS
  • AI-native working style: you use AI as a high-trust collaborator in your own engineering work, prototype faster because of it, and look for ways to make the systems you build more useful to AI agents.

  • Practical understanding of agentic workload patterns: what makes them different from interactive OLTP (bursty parallelism, LLM-generated SQL, stateful session continuity, branch-on-demand isolation) and what database design decisions those patterns require.

What Youโ€™ll Bring
  • Familiarity with the Model Context Protocol (MCP) and major agent frameworks (LangChain, LangGraph, OpenAI Agents SDK) at the level needed to define the integration surface between the Agentic Database and the agent execution layer.
Why We Think You'll Love Teradata

We prioritize a people-first culture because we know our people are at the very heart of our success. We embrace a flexible work model because we trust our people to make decisions about how, when, and where they work. We focus on well-being because we care about our people and their ability to thrive both personally and professionally. We are committed to actively working to foster an inclusive environment that celebrates people for all of who they are.

Teradata is proud to be an equal opportunity employer. We do not discriminate based upon race, color, ancestry, religion, creed, sex (including pregnancy, childbirth, breastfeeding, or related conditions), national origin, sexual orientation, age, citizenship, marital status, disability, medical condition, genetic information, gender identity or expression, military and veteran status, or any other legally protected status. We welcome and encourage individuals from all backgrounds to apply and join our team, bringing their unique perspectives and experiences to help us innovate and grow. If you require accommodations during the interview process, please let your recruiter know and we will work with you to meet your needs.

Pay Rate: 182700.0000 - 228400.0000 - 274,000.00 Annually

Starting pay for the successful applicant will depend on geographic location, internal equity, job-related knowledge, skills, and candidate experience. Sales roles will be eligible for commission payments tied to quota achievement. All other permanent roles will be eligible for one of our annual incentive plans, which are based on company financial attainment and individual performance. Employees in this position are eligible to participate in the Companyโ€™s benefits programs, which generally include health care, life and disability insurance, retirement savings, and time-off programs. Benefit details vary by country and plan, including eligibility and available options, and will be shared during the hiring process. Additional information is available here: https://www.teradata.com/About-Us/Careers/Benefits

Employees in this position are also eligible to participate in the Companyโ€™s comprehensive benefits programs, which include healthcare, life and disability insurance plans, a 401(k)-retirement savings plan, and time-off programs. Specific details of these benefits, including eligibility criteria and plan options, will be provided during the hiring process and can be reviewed here: https://www.teradata.com/About-Us/Careers/Benefits

#J-18808-Ljbffr